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 offlineVideoToken
Discussion
Offline video token used to identify the downloaded video
Declared In
BCOVOfflineVideoStatus.h
downloadState
The state of the current download
@property (nonatomic, readonly) BCOVOfflineVideoDownloadState downloadState
Discussion
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 *downloadStartTime
Discussion
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 downloadPercent
Discussion
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 *aggregateDownloadTask
Discussion
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 *assetDownloadTask
Discussion
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 *error
Discussion
The NSError associated with this download if a failure occurs.
Declared In
BCOVOfflineVideoStatus.h