BCOVOfflineVideoStatus Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCopying |
| Declared in | BCOVOfflineVideoStatus.h |
Overview
BCOVOfflineVideoStatus This object keeps track of various pieces of information related to video downloads.
offlineVideoToken
Offline video token used to identify the downloaded video
@property (nonatomic, readonly) BCOVOfflineVideoToken offlineVideoTokenDiscussion
Offline video token used to identify the downloaded video
Declared In
BCOVOfflineVideoStatus.h
downloadState
The state of the current download
@property (nonatomic, readonly) BCOVOfflineVideoDownloadState downloadStateDiscussion
The state of the current download
Declared In
BCOVOfflineVideoStatus.h
downloadStartTime
The NSDate that this download was requested (not when it started)
@property (nonatomic, readonly) NSDate *downloadStartTimeDiscussion
The NSDate that this download was requested (not when it started)
Declared In
BCOVOfflineVideoStatus.h
downloadPercent
The progress of the download, expressed as a percentage
@property (nonatomic, readonly) CGFloat downloadPercentDiscussion
The progress of the download, expressed as a percentage
Declared In
BCOVOfflineVideoStatus.h
aggregateDownloadTask
The AVAggregateAssetDownloadTask associated with the download. Will be set to nil once the download has completed.
@property (nonatomic, readonly) AVAggregateAssetDownloadTask *aggregateDownloadTaskDiscussion
The AVAggregateAssetDownloadTask associated with the download. Will be set to nil once the download has completed.
Declared In
BCOVOfflineVideoStatus.h
assetDownloadTask
The AVAssetDownloadTask associated with the download. Will be set to nil once the download has completed.
@property (nonatomic, readonly) AVAssetDownloadTask *assetDownloadTaskDiscussion
The AVAssetDownloadTask associated with the download. Will be set to nil once the download has completed.
Declared In
BCOVOfflineVideoStatus.h
error
The NSError associated with this download if a failure occurs.
@property (nonatomic, readonly) NSError *errorDiscussion
The NSError associated with this download if a failure occurs.
Declared In
BCOVOfflineVideoStatus.h