tencentcloud-sdk-nodejs-mps 4.1.230 → 4.1.231
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
|
@@ -443,49 +443,43 @@ export interface AliasValueConf {
|
|
|
443
443
|
*/
|
|
444
444
|
export interface CreateTranscodeTemplateRequest {
|
|
445
445
|
/**
|
|
446
|
-
*
|
|
446
|
+
* <p>封装格式,可选值:mp4、flv、hls、ts、webm、mkv、mxf、mov、mp3、flac、ogg、m4a、wav。其中,mp3、flac、ogg、m4a、wav 为纯音频文件。</p>
|
|
447
447
|
*/
|
|
448
448
|
Container: string;
|
|
449
449
|
/**
|
|
450
|
-
*
|
|
450
|
+
* <p>转码模板名称,长度限制:64 个字符。</p>
|
|
451
451
|
*/
|
|
452
452
|
Name?: string;
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* <p>模板描述信息,长度限制:256 个字符。</p>
|
|
455
455
|
*/
|
|
456
456
|
Comment?: string;
|
|
457
457
|
/**
|
|
458
|
-
*
|
|
459
|
-
<li>0:保留</li>
|
|
460
|
-
<li>1:去除</li>
|
|
461
|
-
默认值:0。
|
|
458
|
+
* <p>是否去除视频数据,可选值:</p><li>0:保留</li><li>1:去除</li>默认值:0。
|
|
462
459
|
*/
|
|
463
460
|
RemoveVideo?: number;
|
|
464
461
|
/**
|
|
465
|
-
*
|
|
466
|
-
<li>0:保留</li>
|
|
467
|
-
<li>1:去除</li>
|
|
468
|
-
默认值:0。
|
|
462
|
+
* <p>是否去除音频数据,可选值:</p><li>0:保留</li><li>1:去除</li>默认值:0。
|
|
469
463
|
*/
|
|
470
464
|
RemoveAudio?: number;
|
|
471
465
|
/**
|
|
472
|
-
*
|
|
466
|
+
* <p>视频流配置参数,当 RemoveVideo 为 0,该字段必填。</p>
|
|
473
467
|
*/
|
|
474
468
|
VideoTemplate?: VideoTemplateInfo;
|
|
475
469
|
/**
|
|
476
|
-
*
|
|
470
|
+
* <p>音频流配置参数,当 RemoveAudio 为 0,该字段必填。</p>
|
|
477
471
|
*/
|
|
478
472
|
AudioTemplate?: AudioTemplateInfo;
|
|
479
473
|
/**
|
|
480
|
-
*
|
|
474
|
+
* <p>极速高清转码参数。</p>
|
|
481
475
|
*/
|
|
482
476
|
TEHDConfig?: TEHDConfig;
|
|
483
477
|
/**
|
|
484
|
-
*
|
|
478
|
+
* <p>音视频增强配置。</p>
|
|
485
479
|
*/
|
|
486
480
|
EnhanceConfig?: EnhanceConfig;
|
|
487
481
|
/**
|
|
488
|
-
*
|
|
482
|
+
* <p>扩展参数,序列化的 json 字符串。</p>
|
|
489
483
|
*/
|
|
490
484
|
StdExtInfo?: string;
|
|
491
485
|
}
|
|
@@ -3543,47 +3537,43 @@ export interface TerrorismImgReviewTemplateInfoForUpdate {
|
|
|
3543
3537
|
*/
|
|
3544
3538
|
export interface ModifyTranscodeTemplateRequest {
|
|
3545
3539
|
/**
|
|
3546
|
-
*
|
|
3540
|
+
* <p>转码模板唯一标识。</p>
|
|
3547
3541
|
*/
|
|
3548
3542
|
Definition: number;
|
|
3549
3543
|
/**
|
|
3550
|
-
*
|
|
3544
|
+
* <p>封装格式,可选值:mp4、flv、hls、mp3、flac、ogg、m4a、wav。其中,mp3、flac、ogg、m4a、wav 为纯音频文件。</p>
|
|
3551
3545
|
*/
|
|
3552
3546
|
Container?: string;
|
|
3553
3547
|
/**
|
|
3554
|
-
*
|
|
3548
|
+
* <p>转码模板名称,长度限制:64 个字符。</p>
|
|
3555
3549
|
*/
|
|
3556
3550
|
Name?: string;
|
|
3557
3551
|
/**
|
|
3558
|
-
*
|
|
3552
|
+
* <p>模板描述信息,长度限制:256 个字符。</p>
|
|
3559
3553
|
*/
|
|
3560
3554
|
Comment?: string;
|
|
3561
3555
|
/**
|
|
3562
|
-
*
|
|
3563
|
-
<li>0:保留</li>
|
|
3564
|
-
<li>1:去除</li>
|
|
3556
|
+
* <p>是否去除视频数据,可选值:</p><li>0:保留</li><li>1:去除</li>
|
|
3565
3557
|
*/
|
|
3566
3558
|
RemoveVideo?: number;
|
|
3567
3559
|
/**
|
|
3568
|
-
*
|
|
3569
|
-
<li>0:保留</li>
|
|
3570
|
-
<li>1:去除</li>
|
|
3560
|
+
* <p>是否去除音频数据,可选值:</p><li>0:保留</li><li>1:去除</li>
|
|
3571
3561
|
*/
|
|
3572
3562
|
RemoveAudio?: number;
|
|
3573
3563
|
/**
|
|
3574
|
-
*
|
|
3564
|
+
* <p>视频流配置参数。</p>
|
|
3575
3565
|
*/
|
|
3576
3566
|
VideoTemplate?: VideoTemplateInfoForUpdate;
|
|
3577
3567
|
/**
|
|
3578
|
-
*
|
|
3568
|
+
* <p>音频流配置参数。</p>
|
|
3579
3569
|
*/
|
|
3580
3570
|
AudioTemplate?: AudioTemplateInfoForUpdate;
|
|
3581
3571
|
/**
|
|
3582
|
-
*
|
|
3572
|
+
* <p>极速高清转码参数。</p>
|
|
3583
3573
|
*/
|
|
3584
3574
|
TEHDConfig?: TEHDConfigForUpdate;
|
|
3585
3575
|
/**
|
|
3586
|
-
*
|
|
3576
|
+
* <p>音视频增强参数。</p>
|
|
3587
3577
|
*/
|
|
3588
3578
|
EnhanceConfig?: EnhanceConfig;
|
|
3589
3579
|
}
|
|
@@ -19965,7 +19955,7 @@ export interface FaceConfigureInfoForUpdate {
|
|
|
19965
19955
|
*/
|
|
19966
19956
|
export interface CreateTranscodeTemplateResponse {
|
|
19967
19957
|
/**
|
|
19968
|
-
*
|
|
19958
|
+
* <p>转码模板唯一标识。</p>
|
|
19969
19959
|
*/
|
|
19970
19960
|
Definition?: number;
|
|
19971
19961
|
/**
|