OTVStreamDrmInfo
@interface OTVStreamDrmInfo : NSObject
/// The DRM type of the <code>OTVPersistenceAsset</code>
@property (nonatomic, readonly) enum OTVPersistenceDRMType drmType;
/// The DRM key information data from manifest
@property (nonatomic, readonly, copy) NSString * _Nonnull keyInfo;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
-
The DRM type of the
OTVPersistenceAsset
Declaration
Objective-C
@property (nonatomic, readonly) enum OTVPersistenceDRMType drmType;
-
The DRM key information data from manifest
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull keyInfo;
-
Declaration
Objective-C
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;