릴리스 노트
API | Description |
Construct a Drm playback information object. | |
Set the certificate provider URL. | |
Set the decryption Key URL. | |
Set the media playback URL. |
public TXPlayerDrmBuilder(String licenseUrl, String playUrl)
Parameter Name | Type | Description |
licenseUrl | String | Play media URL. |
playUrl | String | Decryption Key URL. |
public TXPlayerDrmBuilder setProvisionUrl(String provisionUrl)
Parameter Name | Type | Description |
provisionUrl | String | Certificate provider URL. If it is Widevine, this field can be left blank and will follow the default process. |
public TXPlayerDrmBuilder setKeyLicenseUrl(String keyLicenseUrl)
public TXPlayerDrmBuilder setPlayUrl(String playUrl)
피드백