|
OpenTV Player SDK For iOS
version 2.30.0
|
NMPAVAsset is the Nagra extension of iOS system AVAsset class to support AES-128 scrambled Http Adaptive Streaming protocol stream with hybrid integration with Nagra CPAK library. More...
#import <NMPAVAsset.h>
Class Methods | |
| (id) | + assetWithURL: |
| Returns an instance of AVAsset for inspection of a media resource. More... | |
NMPAVAsset is the Nagra extension of iOS system AVAsset class to support AES-128 scrambled Http Adaptive Streaming protocol stream with hybrid integration with Nagra CPAK library.
To learn more about AVAsset, please refer to Apple online document: https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVAsset_Class/index.html
Definition at line 28 of file NMPAVAsset.h.
| + (id) assetWithURL: | (NSURL *) | URL |
Returns an instance of AVAsset for inspection of a media resource.
| [in] | URL | An instance of NSURL that references a media resource. |