-[TXVodPlayer startPlayDrm:].API | Description |
Construct a Drm playback information object. | |
Set the certificate provider URL. | |
Set the decryption Key URL. | |
Set the media playback URL. |
- (instancetype)initWithDeviceCertificateUrl:(NSString *)certificateUrl licenseUrl:(NSString *)licenseUrl videoUrl:(NSString *)videoUrl;
Parameter Name | Type | Description |
certificateUrl | NSString | Certificate provider URL. |
licenseUrl | NSString | Play media URL. |
videoUrl | NSString | Set the decryption Key URL. |
@property(nonatomic, strong) NSString *deviceCertificateUrl;
Parameter Name | Type | Description |
deviceCertificateUrl | NSString | Certificate provider URL. |
@property(nonatomic, strong) NSString *keyLicenseUrl;
@property(nonatomic, strong) NSString *playUrl;
Feedback