tencentcloud-sdk-nodejs-mps 4.1.6 → 4.1.9
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
|
@@ -117,9 +117,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
117
117
|
*/
|
|
118
118
|
DescribeSampleSnapshotTemplates(req: DescribeSampleSnapshotTemplatesRequest, cb?: (error: string, rep: DescribeSampleSnapshotTemplatesResponse) => void): Promise<DescribeSampleSnapshotTemplatesResponse>;
|
|
119
119
|
/**
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
*/
|
|
120
|
+
* 查询媒体传输流的媒体质量数据。
|
|
121
|
+
*/
|
|
123
122
|
DescribeStreamLinkFlowStatistics(req: DescribeStreamLinkFlowStatisticsRequest, cb?: (error: string, rep: DescribeStreamLinkFlowStatisticsResponse) => void): Promise<DescribeStreamLinkFlowStatisticsResponse>;
|
|
124
123
|
/**
|
|
125
124
|
* 批量删除媒体传输流。
|
|
@@ -520,9 +519,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
520
519
|
*/
|
|
521
520
|
DeleteSampleSnapshotTemplate(req: DeleteSampleSnapshotTemplateRequest, cb?: (error: string, rep: DeleteSampleSnapshotTemplateResponse) => void): Promise<DeleteSampleSnapshotTemplateResponse>;
|
|
522
521
|
/**
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
*/
|
|
522
|
+
* 查询媒体传输流的媒体质量数据。
|
|
523
|
+
*/
|
|
526
524
|
DescribeStreamLinkFlowMediaStatistics(req: DescribeStreamLinkFlowMediaStatisticsRequest, cb?: (error: string, rep: DescribeStreamLinkFlowMediaStatisticsResponse) => void): Promise<DescribeStreamLinkFlowMediaStatisticsResponse>;
|
|
527
525
|
/**
|
|
528
526
|
* 智能字幕新建热词库接口
|
|
@@ -181,9 +181,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
181
181
|
return this.request("DescribeSampleSnapshotTemplates", req, cb);
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
*/
|
|
184
|
+
* 查询媒体传输流的媒体质量数据。
|
|
185
|
+
*/
|
|
187
186
|
async DescribeStreamLinkFlowStatistics(req, cb) {
|
|
188
187
|
return this.request("DescribeStreamLinkFlowStatistics", req, cb);
|
|
189
188
|
}
|
|
@@ -766,9 +765,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
766
765
|
return this.request("DeleteSampleSnapshotTemplate", req, cb);
|
|
767
766
|
}
|
|
768
767
|
/**
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
*/
|
|
768
|
+
* 查询媒体传输流的媒体质量数据。
|
|
769
|
+
*/
|
|
772
770
|
async DescribeStreamLinkFlowMediaStatistics(req, cb) {
|
|
773
771
|
return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb);
|
|
774
772
|
}
|
|
@@ -933,7 +933,7 @@ export interface ModifyOutputInfo {
|
|
|
933
933
|
*/
|
|
934
934
|
Description: string;
|
|
935
935
|
/**
|
|
936
|
-
* 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|
|
|
936
|
+
* 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
|
|
937
937
|
*/
|
|
938
938
|
Protocol: string;
|
|
939
939
|
/**
|
|
@@ -2303,23 +2303,23 @@ export interface DescribeStreamLinkFlowsResponse {
|
|
|
2303
2303
|
/**
|
|
2304
2304
|
* 流的配置信息列表。
|
|
2305
2305
|
*/
|
|
2306
|
-
Infos
|
|
2306
|
+
Infos?: Array<DescribeFlow>;
|
|
2307
2307
|
/**
|
|
2308
2308
|
* 当前页数。
|
|
2309
2309
|
*/
|
|
2310
|
-
PageNum
|
|
2310
|
+
PageNum?: number;
|
|
2311
2311
|
/**
|
|
2312
2312
|
* 每页大小。
|
|
2313
2313
|
*/
|
|
2314
|
-
PageSize
|
|
2314
|
+
PageSize?: number;
|
|
2315
2315
|
/**
|
|
2316
2316
|
* 总数量。
|
|
2317
2317
|
*/
|
|
2318
|
-
TotalNum
|
|
2318
|
+
TotalNum?: number;
|
|
2319
2319
|
/**
|
|
2320
2320
|
* 总页数。
|
|
2321
2321
|
*/
|
|
2322
|
-
TotalPage
|
|
2322
|
+
TotalPage?: number;
|
|
2323
2323
|
/**
|
|
2324
2324
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2325
2325
|
*/
|
|
@@ -2349,11 +2349,11 @@ export interface DescribeStreamLinkFlowRealtimeStatusResponse {
|
|
|
2349
2349
|
/**
|
|
2350
2350
|
* 查询时间,单位s。
|
|
2351
2351
|
*/
|
|
2352
|
-
Timestamp
|
|
2352
|
+
Timestamp?: number;
|
|
2353
2353
|
/**
|
|
2354
2354
|
* 实时数据信息列表。
|
|
2355
2355
|
*/
|
|
2356
|
-
Datas
|
|
2356
|
+
Datas?: Array<FlowRealtimeStatusItem>;
|
|
2357
2357
|
/**
|
|
2358
2358
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2359
2359
|
*/
|
|
@@ -3706,7 +3706,7 @@ export interface CreateStreamLinkFlowRequest {
|
|
|
3706
3706
|
*/
|
|
3707
3707
|
export interface CreateOutputSRTSettingsDestinations {
|
|
3708
3708
|
/**
|
|
3709
|
-
* 输出的IP
|
|
3709
|
+
* 输出的IP或域名。
|
|
3710
3710
|
*/
|
|
3711
3711
|
Ip: string;
|
|
3712
3712
|
/**
|
|
@@ -5464,7 +5464,7 @@ export interface DeleteWordSamplesRequest {
|
|
|
5464
5464
|
*/
|
|
5465
5465
|
export interface SRTSourceAddressReq {
|
|
5466
5466
|
/**
|
|
5467
|
-
* 对端IP
|
|
5467
|
+
* 对端IP或域名。
|
|
5468
5468
|
*/
|
|
5469
5469
|
Ip: string;
|
|
5470
5470
|
/**
|
|
@@ -6699,7 +6699,7 @@ export interface CreateStreamLinkEventResponse {
|
|
|
6699
6699
|
/**
|
|
6700
6700
|
* 创建的Event信息。
|
|
6701
6701
|
*/
|
|
6702
|
-
Info
|
|
6702
|
+
Info?: DescribeEvent;
|
|
6703
6703
|
/**
|
|
6704
6704
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6705
6705
|
*/
|
|
@@ -7207,7 +7207,7 @@ export interface DescribeStreamLinkFlowStatisticsResponse {
|
|
|
7207
7207
|
/**
|
|
7208
7208
|
* 传输流的媒体数据列表。
|
|
7209
7209
|
*/
|
|
7210
|
-
Infos
|
|
7210
|
+
Infos?: Array<FlowStatisticsArray>;
|
|
7211
7211
|
/**
|
|
7212
7212
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7213
7213
|
*/
|
|
@@ -8058,7 +8058,7 @@ export interface CreateInput {
|
|
|
8058
8058
|
*/
|
|
8059
8059
|
InputName: string;
|
|
8060
8060
|
/**
|
|
8061
|
-
* 输入的协议,可选[SRT|RTP|
|
|
8061
|
+
* 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
|
|
8062
8062
|
*/
|
|
8063
8063
|
Protocol: string;
|
|
8064
8064
|
/**
|
|
@@ -9873,7 +9873,7 @@ export interface ModifyStreamLinkOutputInfoResponse {
|
|
|
9873
9873
|
/**
|
|
9874
9874
|
* 修改后的Output配置。
|
|
9875
9875
|
*/
|
|
9876
|
-
Info
|
|
9876
|
+
Info?: DescribeOutput;
|
|
9877
9877
|
/**
|
|
9878
9878
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9879
9879
|
*/
|
|
@@ -10600,7 +10600,7 @@ export interface DescribeStreamLinkFlowMediaStatisticsResponse {
|
|
|
10600
10600
|
/**
|
|
10601
10601
|
* 传输流的媒体数据列表。
|
|
10602
10602
|
*/
|
|
10603
|
-
Infos
|
|
10603
|
+
Infos?: Array<FlowMediaInfo>;
|
|
10604
10604
|
/**
|
|
10605
10605
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10606
10606
|
*/
|
|
@@ -15438,23 +15438,23 @@ export interface DescribeStreamLinkFlowLogsResponse {
|
|
|
15438
15438
|
/**
|
|
15439
15439
|
* 日志信息列表。
|
|
15440
15440
|
*/
|
|
15441
|
-
Infos
|
|
15441
|
+
Infos?: Array<FlowLogInfo>;
|
|
15442
15442
|
/**
|
|
15443
15443
|
* 当前页码。
|
|
15444
15444
|
*/
|
|
15445
|
-
PageNum
|
|
15445
|
+
PageNum?: number;
|
|
15446
15446
|
/**
|
|
15447
15447
|
* 每页大小。
|
|
15448
15448
|
*/
|
|
15449
|
-
PageSize
|
|
15449
|
+
PageSize?: number;
|
|
15450
15450
|
/**
|
|
15451
15451
|
* 总数量。
|
|
15452
15452
|
*/
|
|
15453
|
-
TotalNum
|
|
15453
|
+
TotalNum?: number;
|
|
15454
15454
|
/**
|
|
15455
15455
|
* 总页数。
|
|
15456
15456
|
*/
|
|
15457
|
-
TotalPage
|
|
15457
|
+
TotalPage?: number;
|
|
15458
15458
|
/**
|
|
15459
15459
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15460
15460
|
*/
|