#import <OOOfflineVideo.h>
- (instancetype) initWithVideoLocation: |
|
(NSURL *) |
NS_DESIGNATED_INITIALIZER |
|
Init an OOOfflineVideo with the location of a downloaded asset.
Use this for Clear (non protected) HLS assets.
- Parameters
-
location | where the downloaded asset is located locally. |
Init an OOOfflineVideo with the location of a downloaded asset.
Use this for Fairplay HLS assets.
- Parameters
-
location | where the downloaded asset is located locally. |
keyLocation | where the Fairplay key is stored. |
- (instancetype) NS_UNAVAILABLE |
|
|
|
Class method that uses initWithFileLocation: initializer.
- Parameters
-
location | where the downloaded asset is located locally. |
Class method that uses initWithFileLocation:keyLocation: initializer.
- Parameters
-
location | where the downloaded asset is located locally. |
keyLocation | where the Fairplay key is stored. |
The documentation for this class was generated from the following file: