tencentcloud-sdk-nodejs-live 4.1.217 → 4.1.224
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
|
@@ -4307,7 +4307,7 @@ export interface StopScreenshotTaskResponse {
|
|
|
4307
4307
|
*/
|
|
4308
4308
|
export interface CreateLivePadTemplateResponse {
|
|
4309
4309
|
/**
|
|
4310
|
-
*
|
|
4310
|
+
* <p>模板Id。</p>
|
|
4311
4311
|
*/
|
|
4312
4312
|
TemplateId?: number;
|
|
4313
4313
|
/**
|
|
@@ -5577,39 +5577,33 @@ export interface BatchDomainOperateErrors {
|
|
|
5577
5577
|
*/
|
|
5578
5578
|
export interface CreateLivePadTemplateRequest {
|
|
5579
5579
|
/**
|
|
5580
|
-
*
|
|
5581
|
-
长度上限:255字节。
|
|
5582
|
-
仅支持中文、英文、数字、_、-。
|
|
5580
|
+
* <p>模板名称。<br>长度上限:255字节。<br>仅支持中文、英文、数字、_、-。</p>
|
|
5583
5581
|
*/
|
|
5584
5582
|
TemplateName: string;
|
|
5585
5583
|
/**
|
|
5586
|
-
*
|
|
5584
|
+
* <p>垫片内容。</p>
|
|
5587
5585
|
*/
|
|
5588
5586
|
Url: string;
|
|
5589
5587
|
/**
|
|
5590
|
-
*
|
|
5591
|
-
长度上限:1024字节。
|
|
5592
|
-
仅支持中文、英文、数字、_、-。
|
|
5588
|
+
* <p>描述信息。<br>长度上限:1024字节。<br>仅支持中文、英文、数字、_、-。</p>
|
|
5593
5589
|
*/
|
|
5594
5590
|
Description?: string;
|
|
5595
5591
|
/**
|
|
5596
|
-
*
|
|
5597
|
-
取值范围:0-30000。
|
|
5598
|
-
单位:ms。
|
|
5592
|
+
* <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
|
|
5599
5593
|
*/
|
|
5600
5594
|
WaitDuration?: number;
|
|
5601
5595
|
/**
|
|
5602
|
-
*
|
|
5603
|
-
取值范围:0 - 正无穷。
|
|
5604
|
-
单位:ms。
|
|
5596
|
+
* <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
|
|
5605
5597
|
*/
|
|
5606
5598
|
MaxDuration?: number;
|
|
5607
5599
|
/**
|
|
5608
|
-
*
|
|
5609
|
-
1:图片,2:视频。
|
|
5610
|
-
默认值:1。
|
|
5600
|
+
* <p>垫片内容类型:<br>1:图片,2:视频。<br>默认值:1。</p>
|
|
5611
5601
|
*/
|
|
5612
5602
|
Type?: number;
|
|
5603
|
+
/**
|
|
5604
|
+
* <p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
|
|
5605
|
+
*/
|
|
5606
|
+
TriggerCondition?: number;
|
|
5613
5607
|
}
|
|
5614
5608
|
/**
|
|
5615
5609
|
* CopyCaster请求参数结构体
|
|
@@ -12146,41 +12140,37 @@ export interface CreateLiveTranscodeTemplateResponse {
|
|
|
12146
12140
|
*/
|
|
12147
12141
|
export interface ModifyLivePadTemplateRequest {
|
|
12148
12142
|
/**
|
|
12149
|
-
*
|
|
12143
|
+
* <p>模板id。</p>
|
|
12150
12144
|
*/
|
|
12151
12145
|
TemplateId: number;
|
|
12152
12146
|
/**
|
|
12153
|
-
*
|
|
12147
|
+
* <p>垫片内容。</p>
|
|
12154
12148
|
*/
|
|
12155
12149
|
Url: string;
|
|
12156
12150
|
/**
|
|
12157
|
-
*
|
|
12158
|
-
取值范围:0-30000。
|
|
12159
|
-
单位:ms。
|
|
12151
|
+
* <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
|
|
12160
12152
|
*/
|
|
12161
12153
|
WaitDuration: number;
|
|
12162
12154
|
/**
|
|
12163
|
-
*
|
|
12164
|
-
取值范围:0 - 正无穷。
|
|
12165
|
-
单位:ms。
|
|
12155
|
+
* <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
|
|
12166
12156
|
*/
|
|
12167
12157
|
MaxDuration: number;
|
|
12168
12158
|
/**
|
|
12169
|
-
*
|
|
12170
|
-
长度上限:255字节。
|
|
12171
|
-
仅支持中文、英文、数字、_、-。
|
|
12159
|
+
* <p>模板名称。<br>长度上限:255字节。<br>仅支持中文、英文、数字、_、-。</p>
|
|
12172
12160
|
*/
|
|
12173
12161
|
TemplateName: string;
|
|
12174
12162
|
/**
|
|
12175
|
-
*
|
|
12176
|
-
长度上限:1024字节。
|
|
12177
|
-
仅支持中文、英文、数字、_、-。
|
|
12163
|
+
* <p>描述信息。<br>长度上限:1024字节。<br>仅支持中文、英文、数字、_、-。</p>
|
|
12178
12164
|
*/
|
|
12179
12165
|
Description?: string;
|
|
12180
12166
|
/**
|
|
12181
|
-
*
|
|
12167
|
+
* <p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
|
|
12182
12168
|
*/
|
|
12183
12169
|
Type?: number;
|
|
12170
|
+
/**
|
|
12171
|
+
* <p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
|
|
12172
|
+
*/
|
|
12173
|
+
TriggerCondition?: number;
|
|
12184
12174
|
}
|
|
12185
12175
|
/**
|
|
12186
12176
|
* 主备流详细信息。
|