tencentcloud-sdk-nodejs-live 4.1.183 → 4.1.190
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
|
@@ -159,7 +159,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
159
159
|
/**
|
|
160
160
|
* 创建关键词库,直播审核功能使用。
|
|
161
161
|
*/
|
|
162
|
-
CreateAuditKeywordLib(req
|
|
162
|
+
CreateAuditKeywordLib(req: CreateAuditKeywordLibRequest, cb?: (error: string, rep: CreateAuditKeywordLibResponse) => void): Promise<CreateAuditKeywordLibResponse>;
|
|
163
163
|
/**
|
|
164
164
|
* 该接口用来生成导播台推流地址
|
|
165
165
|
*/
|
|
@@ -409,7 +409,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
409
409
|
/**
|
|
410
410
|
* 批量获取转推日志的URL。
|
|
411
411
|
*/
|
|
412
|
-
DescribeDeliverLogDownList(req
|
|
412
|
+
DescribeDeliverLogDownList(req: DescribeDeliverLogDownListRequest, cb?: (error: string, rep: DescribeDeliverLogDownListResponse) => void): Promise<DescribeDeliverLogDownListResponse>;
|
|
413
413
|
/**
|
|
414
414
|
* 该接口用来启动主监任务,并将获取主监画面的播放地址。
|
|
415
415
|
*/
|
|
@@ -3776,11 +3776,11 @@ export interface DescribeLivePadStreamListRequest {
|
|
|
3776
3776
|
*/
|
|
3777
3777
|
export interface DescribeDeliverLogDownListResponse {
|
|
3778
3778
|
/**
|
|
3779
|
-
*
|
|
3779
|
+
* <p>日志信息列表。</p>
|
|
3780
3780
|
*/
|
|
3781
3781
|
LogInfoList?: Array<PushLogInfo>;
|
|
3782
3782
|
/**
|
|
3783
|
-
*
|
|
3783
|
+
* <p>总条数。</p>
|
|
3784
3784
|
*/
|
|
3785
3785
|
TotalNum?: number;
|
|
3786
3786
|
/**
|
|
@@ -3892,7 +3892,20 @@ export interface DescribeBackupStreamListRequest {
|
|
|
3892
3892
|
/**
|
|
3893
3893
|
* DescribeDeliverLogDownList请求参数结构体
|
|
3894
3894
|
*/
|
|
3895
|
-
export
|
|
3895
|
+
export interface DescribeDeliverLogDownListRequest {
|
|
3896
|
+
/**
|
|
3897
|
+
* <p>开始时间。UTC 格式,例如:2022-02-09T12:36:42Z。<br>注意:</p><ol><li>北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</li></ol>
|
|
3898
|
+
*/
|
|
3899
|
+
StartTime: string;
|
|
3900
|
+
/**
|
|
3901
|
+
* <p>结束时间。UTC 格式,例如:2022-02-09T12:36:42Z。<br>注意:</p><ol><li>结束时间 - 开始时间 <=7天。</li><li>北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</li></ol>
|
|
3902
|
+
*/
|
|
3903
|
+
EndTime: string;
|
|
3904
|
+
/**
|
|
3905
|
+
* <p>域名列表。</p>
|
|
3906
|
+
*/
|
|
3907
|
+
DeliverDomains: Array<string>;
|
|
3908
|
+
}
|
|
3896
3909
|
/**
|
|
3897
3910
|
* 直播包信息。
|
|
3898
3911
|
*/
|
|
@@ -8677,7 +8690,24 @@ export interface DescribeLiveRecordTemplatesRequest {
|
|
|
8677
8690
|
/**
|
|
8678
8691
|
* CreateAuditKeywordLib请求参数结构体
|
|
8679
8692
|
*/
|
|
8680
|
-
export
|
|
8693
|
+
export interface CreateAuditKeywordLibRequest {
|
|
8694
|
+
/**
|
|
8695
|
+
* <p>自定义词库名称。</p>
|
|
8696
|
+
*/
|
|
8697
|
+
Name: string;
|
|
8698
|
+
/**
|
|
8699
|
+
* <p>自定义词库名称描述。</p>
|
|
8700
|
+
*/
|
|
8701
|
+
Description: string;
|
|
8702
|
+
/**
|
|
8703
|
+
* <p>处理建议。<br>可取值:Review 疑似,Block 违规。</p>
|
|
8704
|
+
*/
|
|
8705
|
+
Suggestion: string;
|
|
8706
|
+
/**
|
|
8707
|
+
* <p>匹配模式。<br>可取值:ExactMatch 精确匹配, FuzzyMatch 模糊匹配。</p>
|
|
8708
|
+
*/
|
|
8709
|
+
MatchType: string;
|
|
8710
|
+
}
|
|
8681
8711
|
/**
|
|
8682
8712
|
* DescribeTimeShiftRecordDetail请求参数结构体
|
|
8683
8713
|
*/
|
|
@@ -9985,51 +10015,51 @@ export interface ModifyCasterRequest {
|
|
|
9985
10015
|
*/
|
|
9986
10016
|
Description?: string;
|
|
9987
10017
|
/**
|
|
9988
|
-
* <p>录制模板id。默认为0
|
|
10018
|
+
* <p>录制模板id。默认为0。当使用直播录制功能时,可将使用的录制模板填入。该接口仅保存字段,不涉及任何录制功能。</p>
|
|
9989
10019
|
*/
|
|
9990
10020
|
RecordTemplateId?: number;
|
|
9991
10021
|
/**
|
|
9992
|
-
* <p
|
|
10022
|
+
* <p>录制状态,当调用录制接口后,可通过该字段保存录制状态。<br>0:未录制<br>1:录制中<br>该接口仅保存字段,不涉及任何录制处理。</p>
|
|
9993
10023
|
*/
|
|
9994
10024
|
RecordStatus?: number;
|
|
9995
10025
|
/**
|
|
9996
|
-
* <p>导播台的过期时间戳。值为-1或unix
|
|
10026
|
+
* <p>导播台的过期时间戳。值为-1或unix时间戳。<br>默认值为-1。<br>当值为-1时,表示该导播台永不过期。<br>当值为正常unix时间戳时,导播台将在该时间过期。<br>导播台过期后,预监与主监画面将自动停止,转推自动停止。<br>点播、直播url将停止转拉,推流url需自行停止推流。</p>
|
|
9997
10027
|
*/
|
|
9998
10028
|
ExpireTime?: number;
|
|
9999
10029
|
/**
|
|
10000
|
-
* <p
|
|
10030
|
+
* <p>导播台延时播放时间,单位为秒。<br>默认为0,最大支持300秒</p>
|
|
10001
10031
|
*/
|
|
10002
10032
|
DelayTime?: number;
|
|
10003
10033
|
/**
|
|
10004
|
-
* <p
|
|
10034
|
+
* <p>导播台转场类型。<br>默认为空。<br>允许使用通过DescribeCasterTransitionTypes接口中查询到的转场类型。</p>
|
|
10005
10035
|
*/
|
|
10006
10036
|
TransitionType?: string;
|
|
10007
10037
|
/**
|
|
10008
|
-
* <p
|
|
10038
|
+
* <p>导播台主监输出的宽度,单位为像素。<br>默认为1280,最大允许4096。</p>
|
|
10009
10039
|
*/
|
|
10010
10040
|
PgmWidth?: number;
|
|
10011
10041
|
/**
|
|
10012
|
-
* <p
|
|
10042
|
+
* <p>导播台主监输出的高度,单位为像素。<br>默认为720,最大允许2160。</p>
|
|
10013
10043
|
*/
|
|
10014
10044
|
PgmHeight?: number;
|
|
10015
10045
|
/**
|
|
10016
|
-
* <p
|
|
10046
|
+
* <p>导播台主监输出的帧率。<br>默认为0,表示随源输出。 最大支持60。</p>
|
|
10017
10047
|
*/
|
|
10018
10048
|
PgmFps?: number;
|
|
10019
10049
|
/**
|
|
10020
|
-
* <p>导播台主监输出的码率,单位为kbps
|
|
10050
|
+
* <p>导播台主监输出的码率,单位为kbps。<br>默认为0,表示随源的码率输出。<br>最大允许10000kbps。</p>
|
|
10021
10051
|
*/
|
|
10022
10052
|
PgmBitRate?: number;
|
|
10023
10053
|
/**
|
|
10024
|
-
* <p
|
|
10054
|
+
* <p>导播台的计费类型。<br>0 通用型<br>1 播单型。<br>注: 本参数暂无作用。</p>
|
|
10025
10055
|
*/
|
|
10026
10056
|
FeeType?: number;
|
|
10027
10057
|
/**
|
|
10028
|
-
* <p>录制接口返回的taskid
|
|
10058
|
+
* <p>录制接口返回的taskid<br>注:该接口只做字段保存,不涉及录制操作。</p>
|
|
10029
10059
|
*/
|
|
10030
10060
|
RecordTaskId?: string;
|
|
10031
10061
|
/**
|
|
10032
|
-
* <p>导播台主监输出的音频码率,单位为kbps
|
|
10062
|
+
* <p>导播台主监输出的音频码率,单位为kbps。<br>可选项:[0, 128, 192, 256]<br>默认值为0,表示随源的音频码率输出。</p>
|
|
10033
10063
|
*/
|
|
10034
10064
|
PgmAudioBitRate?: number;
|
|
10035
10065
|
}
|