tencentcloud-sdk-nodejs-vod 4.1.89 → 4.1.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3003,6 +3003,8 @@ export interface DescribeMediaProcessUsageDataRequest {
|
|
|
3003
3003
|
<li>VoiceTranslation: 语音翻译</li>
|
|
3004
3004
|
<li>JITTranscoding: 即时转码</li>
|
|
3005
3005
|
<li>VideoSnapshot: 视频截图</li>
|
|
3006
|
+
<li>JITEncryption: 即时加密</li>
|
|
3007
|
+
|
|
3006
3008
|
*/
|
|
3007
3009
|
Type?: string;
|
|
3008
3010
|
}
|
|
@@ -4720,6 +4722,7 @@ export interface TaskStatData {
|
|
|
4720
4722
|
<li>VoiceTranslation: 语音翻译</li>
|
|
4721
4723
|
<li>JITTranscoding: 即时转码</li>
|
|
4722
4724
|
<li>VideoSnapshot: 视频截图</li>
|
|
4725
|
+
<li>JITEncryption: 即时加密</li>
|
|
4723
4726
|
*/
|
|
4724
4727
|
TaskType?: string;
|
|
4725
4728
|
/**
|
|
@@ -18373,8 +18376,9 @@ export interface DescribeLicenseUsageDataRequest {
|
|
|
18373
18376
|
*/
|
|
18374
18377
|
EndTime: string;
|
|
18375
18378
|
/**
|
|
18376
|
-
* License 类型,默认为
|
|
18377
|
-
<li>
|
|
18379
|
+
* License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:
|
|
18380
|
+
<li> CommercialDRMLicense: 商业级 DRM License</li>
|
|
18381
|
+
<li> JITEncryptionDRMLicense: 即时加密 DRM License</li>
|
|
18378
18382
|
*/
|
|
18379
18383
|
LicenseType?: string;
|
|
18380
18384
|
/**
|