tccli 3.0.1221.1__py2.py3-none-any.whl → 3.0.1222.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/billing/v20180709/api.json +36 -36
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/bsca/v20210811/api.json +11 -1
- tccli/services/cfs/v20190719/api.json +1 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +5 -5
- tccli/services/dbdc/v20201029/api.json +43 -43
- tccli/services/dbdc/v20201029/examples.json +5 -5
- tccli/services/dcdb/v20180411/api.json +67 -79
- tccli/services/dnspod/v20210323/api.json +1 -1
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/gwlb/v20240906/api.json +6 -6
- tccli/services/gwlb/v20240906/examples.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +5 -5
- tccli/services/live/live_client.py +731 -42
- tccli/services/live/v20180801/api.json +1060 -96
- tccli/services/live/v20180801/examples.json +104 -0
- tccli/services/lke/v20231130/api.json +692 -104
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/mariadb/v20170312/api.json +70 -88
- tccli/services/svp/v20240125/api.json +4 -4
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/trtc/v20190722/api.json +55 -72
- tccli/services/tse/v20201207/api.json +35 -31
- tccli/services/tse/v20201207/examples.json +19 -19
- tccli/services/wedata/v20210820/api.json +3 -3
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"AddCasterInputInfo": {
|
4
|
+
"document": "该接口用来向导播台中添加一个输入源,该输入源可以是拉流地址、或是一个文件链接",
|
5
|
+
"input": "AddCasterInputInfoRequest",
|
6
|
+
"name": "新增导播台输入源",
|
7
|
+
"output": "AddCasterInputInfoResponse",
|
8
|
+
"status": "online"
|
9
|
+
},
|
10
|
+
"AddCasterLayoutInfo": {
|
11
|
+
"document": "该接口用来增加导播台的布局参数。",
|
12
|
+
"input": "AddCasterLayoutInfoRequest",
|
13
|
+
"name": "增加导播台布局参数",
|
14
|
+
"output": "AddCasterLayoutInfoResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
17
|
+
"AddCasterOutputInfo": {
|
18
|
+
"document": "该接口用来新增导播台推流信息。导播台主监启动后,将会将主监画面推向该接口设置的地址。",
|
19
|
+
"input": "AddCasterOutputInfoRequest",
|
20
|
+
"name": "新增导播台推流信息",
|
21
|
+
"output": "AddCasterOutputInfoResponse",
|
22
|
+
"status": "online"
|
23
|
+
},
|
3
24
|
"AddDelayLiveStream": {
|
4
25
|
"document": "针对大型活动直播,通过对直播流设置延时来控制现场与观众播放画面的时间间隔,避免突发状况造成影响。\n\n注意:如果在推流前设置延播,需要提前5分钟设置,目前该接口只支持流粒度。",
|
5
26
|
"input": "AddDelayLiveStreamRequest",
|
@@ -49,6 +70,13 @@
|
|
49
70
|
"output": "CreateCasterResponse",
|
50
71
|
"status": "online"
|
51
72
|
},
|
73
|
+
"CreateCasterInputPushUrl": {
|
74
|
+
"document": "该接口用来生成导播台推流地址",
|
75
|
+
"input": "CreateCasterInputPushUrlRequest",
|
76
|
+
"name": "生成导播台推流URL",
|
77
|
+
"output": "CreateCasterInputPushUrlResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
52
80
|
"CreateCommonMixStream": {
|
53
81
|
"document": "该接口用来创建通用混流。用法与旧接口 mix_streamv2.start_mix_stream_advanced 基本一致。\n注意:当前最多支持16路混流。\n最佳实践:https://cloud.tencent.com/document/product/267/45566",
|
54
82
|
"input": "CreateCommonMixStreamRequest",
|
@@ -196,6 +224,27 @@
|
|
196
224
|
"output": "DeleteCasterResponse",
|
197
225
|
"status": "online"
|
198
226
|
},
|
227
|
+
"DeleteCasterInputInfo": {
|
228
|
+
"document": "该接口用来删除导播台中的输入源信息。",
|
229
|
+
"input": "DeleteCasterInputInfoRequest",
|
230
|
+
"name": "删除导播台输入源信息",
|
231
|
+
"output": "DeleteCasterInputInfoResponse",
|
232
|
+
"status": "online"
|
233
|
+
},
|
234
|
+
"DeleteCasterLayoutInfo": {
|
235
|
+
"document": "该接口用来将布局信息从导播台中删除",
|
236
|
+
"input": "DeleteCasterLayoutInfoRequest",
|
237
|
+
"name": "删除导播台的布局信息",
|
238
|
+
"output": "DeleteCasterLayoutInfoResponse",
|
239
|
+
"status": "online"
|
240
|
+
},
|
241
|
+
"DeleteCasterOutputInfo": {
|
242
|
+
"document": "该接口用来删除导播台的推流信息。\n注:若删除推流到腾讯云直播源站配置,即OutputIndex为0,OutputType为1的推流配置,在重新启动主监后,系统会自动重新生成一个推流到腾讯云直播源站配置。",
|
243
|
+
"input": "DeleteCasterOutputInfoRequest",
|
244
|
+
"name": "删除导播台推流信息",
|
245
|
+
"output": "DeleteCasterOutputInfoResponse",
|
246
|
+
"status": "online"
|
247
|
+
},
|
199
248
|
"DeleteLiveCallbackRule": {
|
200
249
|
"document": "删除回调规则。",
|
201
250
|
"input": "DeleteLiveCallbackRuleRequest",
|
@@ -392,6 +441,20 @@
|
|
392
441
|
"output": "DescribeCasterDisplayInfoResponse",
|
393
442
|
"status": "online"
|
394
443
|
},
|
444
|
+
"DescribeCasterInputInfos": {
|
445
|
+
"document": "该接口用来查询导播台的输入源信息列表。",
|
446
|
+
"input": "DescribeCasterInputInfosRequest",
|
447
|
+
"name": "查询导播台输入源信息列表",
|
448
|
+
"output": "DescribeCasterInputInfosResponse",
|
449
|
+
"status": "online"
|
450
|
+
},
|
451
|
+
"DescribeCasterLayoutInfos": {
|
452
|
+
"document": "该接口用来查询某个导播台的布局列表",
|
453
|
+
"input": "DescribeCasterLayoutInfosRequest",
|
454
|
+
"name": "查询导播台的布局列表",
|
455
|
+
"output": "DescribeCasterLayoutInfosResponse",
|
456
|
+
"status": "online"
|
457
|
+
},
|
395
458
|
"DescribeCasterList": {
|
396
459
|
"document": "该接口用来查询账号下所有的导播台列表",
|
397
460
|
"input": "DescribeCasterListRequest",
|
@@ -399,6 +462,13 @@
|
|
399
462
|
"output": "DescribeCasterListResponse",
|
400
463
|
"status": "online"
|
401
464
|
},
|
465
|
+
"DescribeCasterOutputInfos": {
|
466
|
+
"document": "该接口用来查询某个导播台的推流信息列表。",
|
467
|
+
"input": "DescribeCasterOutputInfosRequest",
|
468
|
+
"name": "查询导播台的推流信息列表",
|
469
|
+
"output": "DescribeCasterOutputInfosResponse",
|
470
|
+
"status": "online"
|
471
|
+
},
|
402
472
|
"DescribeCasterPlayUrl": {
|
403
473
|
"document": "该接口用来获取导播台视频流的播放url,用来在页面上拉流展示。",
|
404
474
|
"input": "DescribeCasterPlayUrlRequest",
|
@@ -980,6 +1050,27 @@
|
|
980
1050
|
"output": "ModifyCasterResponse",
|
981
1051
|
"status": "online"
|
982
1052
|
},
|
1053
|
+
"ModifyCasterInputInfo": {
|
1054
|
+
"document": "该接口用来修改已经设置过的输入源信息,如源地址,源类型等。\n设置前,需保证待修改的输入源已经存在。若不存在,需使用AddCasterInputInfo接口。",
|
1055
|
+
"input": "ModifyCasterInputInfoRequest",
|
1056
|
+
"name": "修改导播台输入源信息",
|
1057
|
+
"output": "ModifyCasterInputInfoResponse",
|
1058
|
+
"status": "online"
|
1059
|
+
},
|
1060
|
+
"ModifyCasterLayoutInfo": {
|
1061
|
+
"document": "该接口用来修改布局参数",
|
1062
|
+
"input": "ModifyCasterLayoutInfoRequest",
|
1063
|
+
"name": "修改布局参数",
|
1064
|
+
"output": "ModifyCasterLayoutInfoResponse",
|
1065
|
+
"status": "online"
|
1066
|
+
},
|
1067
|
+
"ModifyCasterOutputInfo": {
|
1068
|
+
"document": "该接口用来修改导播台的推流信息。\n注:只有在主监启动前设置才生效,主监启动后设置,下次推流生效。",
|
1069
|
+
"input": "ModifyCasterOutputInfoRequest",
|
1070
|
+
"name": "修改导播台推流信息",
|
1071
|
+
"output": "ModifyCasterOutputInfoResponse",
|
1072
|
+
"status": "online"
|
1073
|
+
},
|
983
1074
|
"ModifyLiveCallbackTemplate": {
|
984
1075
|
"document": "修改回调模板。",
|
985
1076
|
"input": "ModifyLiveCallbackTemplateRequest",
|
@@ -1177,6 +1268,134 @@
|
|
1177
1268
|
"serviceShortName": "live"
|
1178
1269
|
},
|
1179
1270
|
"objects": {
|
1271
|
+
"AddCasterInputInfoRequest": {
|
1272
|
+
"document": "AddCasterInputInfo请求参数结构体",
|
1273
|
+
"members": [
|
1274
|
+
{
|
1275
|
+
"disabled": false,
|
1276
|
+
"document": "导播台ID。",
|
1277
|
+
"example": "1234",
|
1278
|
+
"member": "uint64",
|
1279
|
+
"name": "CasterId",
|
1280
|
+
"required": true,
|
1281
|
+
"type": "int"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"disabled": false,
|
1285
|
+
"document": "导播台输入源详细信息。",
|
1286
|
+
"example": "无",
|
1287
|
+
"member": "CasterInputInfo",
|
1288
|
+
"name": "InputInfo",
|
1289
|
+
"required": true,
|
1290
|
+
"type": "object"
|
1291
|
+
}
|
1292
|
+
],
|
1293
|
+
"type": "object"
|
1294
|
+
},
|
1295
|
+
"AddCasterInputInfoResponse": {
|
1296
|
+
"document": "AddCasterInputInfo返回参数结构体",
|
1297
|
+
"members": [
|
1298
|
+
{
|
1299
|
+
"disabled": false,
|
1300
|
+
"document": "rtmp协议输入源播放地址。\n注:仅可作为预览使用,不可分发。",
|
1301
|
+
"example": "rtmp://www.example.com/live/example",
|
1302
|
+
"member": "string",
|
1303
|
+
"name": "InputPlayUrl",
|
1304
|
+
"output_required": true,
|
1305
|
+
"type": "string",
|
1306
|
+
"value_allowed_null": false
|
1307
|
+
},
|
1308
|
+
{
|
1309
|
+
"disabled": false,
|
1310
|
+
"document": "webrtc协议播放地址。\n注:\n1. 需配合使用腾讯云快直播播放SDK使用才可正常播放。\n2. 仅作为预览使用,不可分发。",
|
1311
|
+
"example": "webrtc://webrtc.example.com/live/example",
|
1312
|
+
"member": "string",
|
1313
|
+
"name": "InputWebRTCPlayUrl",
|
1314
|
+
"output_required": true,
|
1315
|
+
"type": "string",
|
1316
|
+
"value_allowed_null": false
|
1317
|
+
},
|
1318
|
+
{
|
1319
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1320
|
+
"member": "string",
|
1321
|
+
"name": "RequestId",
|
1322
|
+
"type": "string"
|
1323
|
+
}
|
1324
|
+
],
|
1325
|
+
"type": "object"
|
1326
|
+
},
|
1327
|
+
"AddCasterLayoutInfoRequest": {
|
1328
|
+
"document": "AddCasterLayoutInfo请求参数结构体",
|
1329
|
+
"members": [
|
1330
|
+
{
|
1331
|
+
"disabled": false,
|
1332
|
+
"document": "导播台ID",
|
1333
|
+
"example": "1234",
|
1334
|
+
"member": "uint64",
|
1335
|
+
"name": "CasterId",
|
1336
|
+
"required": true,
|
1337
|
+
"type": "int"
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"disabled": false,
|
1341
|
+
"document": "导播台布局参数信息。",
|
1342
|
+
"example": "无",
|
1343
|
+
"member": "CasterLayoutInfo",
|
1344
|
+
"name": "LayoutInfo",
|
1345
|
+
"required": true,
|
1346
|
+
"type": "object"
|
1347
|
+
}
|
1348
|
+
],
|
1349
|
+
"type": "object"
|
1350
|
+
},
|
1351
|
+
"AddCasterLayoutInfoResponse": {
|
1352
|
+
"document": "AddCasterLayoutInfo返回参数结构体",
|
1353
|
+
"members": [
|
1354
|
+
{
|
1355
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1356
|
+
"member": "string",
|
1357
|
+
"name": "RequestId",
|
1358
|
+
"type": "string"
|
1359
|
+
}
|
1360
|
+
],
|
1361
|
+
"type": "object"
|
1362
|
+
},
|
1363
|
+
"AddCasterOutputInfoRequest": {
|
1364
|
+
"document": "AddCasterOutputInfo请求参数结构体",
|
1365
|
+
"members": [
|
1366
|
+
{
|
1367
|
+
"disabled": false,
|
1368
|
+
"document": "导播台ID",
|
1369
|
+
"example": "1234",
|
1370
|
+
"member": "uint64",
|
1371
|
+
"name": "CasterId",
|
1372
|
+
"required": true,
|
1373
|
+
"type": "int"
|
1374
|
+
},
|
1375
|
+
{
|
1376
|
+
"disabled": false,
|
1377
|
+
"document": "导播台推流参数信息。",
|
1378
|
+
"example": "无",
|
1379
|
+
"member": "CasterOutputInfo",
|
1380
|
+
"name": "OutputInfo",
|
1381
|
+
"required": true,
|
1382
|
+
"type": "object"
|
1383
|
+
}
|
1384
|
+
],
|
1385
|
+
"type": "object"
|
1386
|
+
},
|
1387
|
+
"AddCasterOutputInfoResponse": {
|
1388
|
+
"document": "AddCasterOutputInfo返回参数结构体",
|
1389
|
+
"members": [
|
1390
|
+
{
|
1391
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1392
|
+
"member": "string",
|
1393
|
+
"name": "RequestId",
|
1394
|
+
"type": "string"
|
1395
|
+
}
|
1396
|
+
],
|
1397
|
+
"type": "object"
|
1398
|
+
},
|
1180
1399
|
"AddDelayLiveStreamRequest": {
|
1181
1400
|
"document": "AddDelayLiveStream请求参数结构体",
|
1182
1401
|
"members": [
|
@@ -2269,126 +2488,469 @@
|
|
2269
2488
|
},
|
2270
2489
|
{
|
2271
2490
|
"disabled": false,
|
2272
|
-
"document": "导播台状态 \n0:停止状态,无预监,无主监\n1:无预监,有主监\n2:有预监,无主监\n3:有预监,有主监",
|
2273
|
-
"example": "0",
|
2274
|
-
"member": "uint64",
|
2275
|
-
"name": "Status",
|
2276
|
-
"output_required": false,
|
2277
|
-
"type": "int",
|
2491
|
+
"document": "导播台状态 \n0:停止状态,无预监,无主监\n1:无预监,有主监\n2:有预监,无主监\n3:有预监,有主监",
|
2492
|
+
"example": "0",
|
2493
|
+
"member": "uint64",
|
2494
|
+
"name": "Status",
|
2495
|
+
"output_required": false,
|
2496
|
+
"type": "int",
|
2497
|
+
"value_allowed_null": false
|
2498
|
+
},
|
2499
|
+
{
|
2500
|
+
"disabled": false,
|
2501
|
+
"document": "导播台的过期时间戳。值为-1或unix时间戳。 \n默认值为-1。 当值为-1时,表示该导播台永不过期。 \n当值为正常unix时间戳时,导播台将在该时间过期。 \n导播台过期后,预监与主监画面将自动停止,转推自动停止。 \n点播、直播url将停止转拉,推流url需自行停止推流。",
|
2502
|
+
"example": "-1",
|
2503
|
+
"member": "int64",
|
2504
|
+
"name": "ExpireTime",
|
2505
|
+
"output_required": false,
|
2506
|
+
"type": "int",
|
2507
|
+
"value_allowed_null": false
|
2508
|
+
},
|
2509
|
+
{
|
2510
|
+
"disabled": false,
|
2511
|
+
"document": "导播台延时播放时间,单位为秒。 ",
|
2512
|
+
"example": "0",
|
2513
|
+
"member": "uint64",
|
2514
|
+
"name": "DelayTime",
|
2515
|
+
"output_required": false,
|
2516
|
+
"type": "int",
|
2517
|
+
"value_allowed_null": false
|
2518
|
+
},
|
2519
|
+
{
|
2520
|
+
"disabled": false,
|
2521
|
+
"document": "导播台主监输出的宽度,单位为像素。",
|
2522
|
+
"example": "1280",
|
2523
|
+
"member": "uint64",
|
2524
|
+
"name": "PgmWidth",
|
2525
|
+
"output_required": false,
|
2526
|
+
"type": "int",
|
2527
|
+
"value_allowed_null": false
|
2528
|
+
},
|
2529
|
+
{
|
2530
|
+
"disabled": false,
|
2531
|
+
"document": "导播台主监输出的高度,单位为像素。",
|
2532
|
+
"example": "720",
|
2533
|
+
"member": "uint64",
|
2534
|
+
"name": "PgmHeight",
|
2535
|
+
"output_required": false,
|
2536
|
+
"type": "int",
|
2537
|
+
"value_allowed_null": false
|
2538
|
+
},
|
2539
|
+
{
|
2540
|
+
"disabled": false,
|
2541
|
+
"document": "导播台主监输出的帧率。",
|
2542
|
+
"example": "25",
|
2543
|
+
"member": "uint64",
|
2544
|
+
"name": "PgmFps",
|
2545
|
+
"output_required": false,
|
2546
|
+
"type": "int",
|
2547
|
+
"value_allowed_null": false
|
2548
|
+
},
|
2549
|
+
{
|
2550
|
+
"disabled": false,
|
2551
|
+
"document": "导播台主监输出的码率,单位为kbps",
|
2552
|
+
"example": "2000",
|
2553
|
+
"member": "uint64",
|
2554
|
+
"name": "PgmBitRate",
|
2555
|
+
"output_required": false,
|
2556
|
+
"type": "int",
|
2557
|
+
"value_allowed_null": false
|
2558
|
+
},
|
2559
|
+
{
|
2560
|
+
"disabled": false,
|
2561
|
+
"document": "导播台主监输出的音频码率,单位为kbps。",
|
2562
|
+
"example": "256",
|
2563
|
+
"member": "uint64",
|
2564
|
+
"name": "PgmAudioBitRate",
|
2565
|
+
"output_required": false,
|
2566
|
+
"type": "int",
|
2567
|
+
"value_allowed_null": false
|
2568
|
+
},
|
2569
|
+
{
|
2570
|
+
"disabled": false,
|
2571
|
+
"document": "导播台的计费类型。 \n0 通用型 1 播单型。\n注: 本参数暂无作用。",
|
2572
|
+
"example": "0",
|
2573
|
+
"member": "int64",
|
2574
|
+
"name": "FeeType",
|
2575
|
+
"output_required": false,
|
2576
|
+
"type": "int",
|
2577
|
+
"value_allowed_null": false
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"disabled": false,
|
2581
|
+
"document": "录制模板id。",
|
2582
|
+
"example": "1",
|
2583
|
+
"member": "uint64",
|
2584
|
+
"name": "RecordTemplateId",
|
2585
|
+
"output_required": false,
|
2586
|
+
"type": "int",
|
2587
|
+
"value_allowed_null": false
|
2588
|
+
},
|
2589
|
+
{
|
2590
|
+
"disabled": false,
|
2591
|
+
"document": "录制状态。 \n0:未录制 \n1:录制中",
|
2592
|
+
"example": "0",
|
2593
|
+
"member": "uint64",
|
2594
|
+
"name": "RecordStatus",
|
2595
|
+
"output_required": false,
|
2596
|
+
"type": "int",
|
2597
|
+
"value_allowed_null": false
|
2598
|
+
},
|
2599
|
+
{
|
2600
|
+
"disabled": false,
|
2601
|
+
"document": "录制接口返回的taskid",
|
2602
|
+
"example": "UpTbk5RSVhRQFkAAfHwQCCjcRD0lRFcZ0xTSlNTQltlRVRLU1JAWW9EUb",
|
2603
|
+
"member": "string",
|
2604
|
+
"name": "RecordTaskId",
|
2605
|
+
"output_required": false,
|
2606
|
+
"type": "string",
|
2607
|
+
"value_allowed_null": false
|
2608
|
+
}
|
2609
|
+
],
|
2610
|
+
"usage": "out"
|
2611
|
+
},
|
2612
|
+
"CasterInputInfo": {
|
2613
|
+
"document": "导播台输入信息参数",
|
2614
|
+
"members": [
|
2615
|
+
{
|
2616
|
+
"disabled": false,
|
2617
|
+
"document": "输入源Index。\n范围[1, 20]",
|
2618
|
+
"example": "无",
|
2619
|
+
"member": "int64",
|
2620
|
+
"name": "InputIndex",
|
2621
|
+
"output_required": true,
|
2622
|
+
"required": true,
|
2623
|
+
"type": "int",
|
2624
|
+
"value_allowed_null": false
|
2625
|
+
},
|
2626
|
+
{
|
2627
|
+
"disabled": false,
|
2628
|
+
"document": "输入源类型。\n范围[0,1,2,3,4]。\n0:推流地址。\n1:点播文件地址。\n2:直播拉流地址。\n3:图片地址。\n4:webrtc协议推流地址。",
|
2629
|
+
"example": "无",
|
2630
|
+
"member": "int64",
|
2631
|
+
"name": "InputType",
|
2632
|
+
"output_required": true,
|
2633
|
+
"required": false,
|
2634
|
+
"type": "int",
|
2635
|
+
"value_allowed_null": false
|
2636
|
+
},
|
2637
|
+
{
|
2638
|
+
"disabled": false,
|
2639
|
+
"document": "输入源的源地址。\n最大允许长度512。\n当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
2640
|
+
"example": "无",
|
2641
|
+
"member": "string",
|
2642
|
+
"name": "InputUrl",
|
2643
|
+
"output_required": true,
|
2644
|
+
"required": false,
|
2645
|
+
"type": "string",
|
2646
|
+
"value_allowed_null": true
|
2647
|
+
},
|
2648
|
+
{
|
2649
|
+
"disabled": false,
|
2650
|
+
"document": "输入源描述。\n最大允许长度256字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2651
|
+
"example": "无",
|
2652
|
+
"member": "string",
|
2653
|
+
"name": "Description",
|
2654
|
+
"output_required": true,
|
2655
|
+
"required": false,
|
2656
|
+
"type": "string",
|
2657
|
+
"value_allowed_null": true
|
2658
|
+
},
|
2659
|
+
{
|
2660
|
+
"disabled": false,
|
2661
|
+
"document": "点播地址列表。仅当input type为1(点播地址)时,将一个或多个点播地址,填入该字段。\n单个地址最大允许长度512字符。\n最多允许同时填入5个地址。\n注:此时需保持InputUrl字段为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2662
|
+
"example": "无",
|
2663
|
+
"member": "string",
|
2664
|
+
"name": "InputUrls",
|
2665
|
+
"output_required": true,
|
2666
|
+
"required": false,
|
2667
|
+
"type": "list",
|
2668
|
+
"value_allowed_null": true
|
2669
|
+
},
|
2670
|
+
{
|
2671
|
+
"disabled": false,
|
2672
|
+
"document": "是否启用点播无限循环播放。\n注:当前该字段未生效,默认为True。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2673
|
+
"example": "无",
|
2674
|
+
"member": "bool",
|
2675
|
+
"name": "LoopEnable",
|
2676
|
+
"output_required": true,
|
2677
|
+
"required": false,
|
2678
|
+
"type": "bool",
|
2679
|
+
"value_allowed_null": true
|
2680
|
+
},
|
2681
|
+
{
|
2682
|
+
"disabled": false,
|
2683
|
+
"document": "点播循环次数。\n允许值-1或正整数。\n当值为-1时,表示无限循环。\n当值为其他正整数时,表示循环对应次数。\n注:该字段暂未生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2684
|
+
"example": "无",
|
2685
|
+
"member": "int64",
|
2686
|
+
"name": "LoopNumber",
|
2687
|
+
"output_required": true,
|
2688
|
+
"required": false,
|
2689
|
+
"type": "int",
|
2690
|
+
"value_allowed_null": true
|
2691
|
+
},
|
2692
|
+
{
|
2693
|
+
"disabled": false,
|
2694
|
+
"document": "是否启用拉取到导播台。\n注:该字段默认强制为true。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2695
|
+
"example": "无",
|
2696
|
+
"member": "bool",
|
2697
|
+
"name": "PullPushEnable",
|
2698
|
+
"output_required": true,
|
2699
|
+
"required": false,
|
2700
|
+
"type": "bool",
|
2701
|
+
"value_allowed_null": true
|
2702
|
+
},
|
2703
|
+
{
|
2704
|
+
"disabled": false,
|
2705
|
+
"document": "输入源音量百分比。\n默认为100。表示音量为原始大小。\n允许值[0,200]。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2706
|
+
"example": "无",
|
2707
|
+
"member": "uint64",
|
2708
|
+
"name": "Volume",
|
2709
|
+
"output_required": true,
|
2710
|
+
"required": false,
|
2711
|
+
"type": "int",
|
2712
|
+
"value_allowed_null": true
|
2713
|
+
}
|
2714
|
+
],
|
2715
|
+
"usage": "both"
|
2716
|
+
},
|
2717
|
+
"CasterLayoutInfo": {
|
2718
|
+
"document": "导播台布局参数。",
|
2719
|
+
"members": [
|
2720
|
+
{
|
2721
|
+
"disabled": false,
|
2722
|
+
"document": "布局Index。",
|
2723
|
+
"example": "1",
|
2724
|
+
"member": "int64",
|
2725
|
+
"name": "LayoutIndex",
|
2726
|
+
"output_required": true,
|
2727
|
+
"required": true,
|
2728
|
+
"type": "int",
|
2729
|
+
"value_allowed_null": false
|
2730
|
+
},
|
2731
|
+
{
|
2732
|
+
"disabled": false,
|
2733
|
+
"document": "布局模板Id。\n有效值[1,20,21,31,32,41]\n当使用布局模版时,无需LayoutParams参数,导播台将使用模版布局参数。\n",
|
2734
|
+
"example": "21",
|
2735
|
+
"member": "int64",
|
2736
|
+
"name": "LayoutTemplateId",
|
2737
|
+
"output_required": true,
|
2738
|
+
"required": false,
|
2739
|
+
"type": "int",
|
2740
|
+
"value_allowed_null": false
|
2741
|
+
},
|
2742
|
+
{
|
2743
|
+
"disabled": false,
|
2744
|
+
"document": "布局绑定的输入列表。按布局LayerId从小到大,按顺序排列。\n已有两个画面的布局为例,输入1对应LayerId为1,输入2对应的LayerId为2,该字段应该填入\"1|2\"。",
|
2745
|
+
"example": "1|2",
|
2746
|
+
"member": "string",
|
2747
|
+
"name": "InputIndexList",
|
2748
|
+
"output_required": true,
|
2749
|
+
"required": false,
|
2750
|
+
"type": "string",
|
2751
|
+
"value_allowed_null": false
|
2752
|
+
},
|
2753
|
+
{
|
2754
|
+
"disabled": false,
|
2755
|
+
"document": "详细的布局参数列表。",
|
2756
|
+
"example": "1",
|
2757
|
+
"member": "CasterLayoutParam",
|
2758
|
+
"name": "LayoutParams",
|
2759
|
+
"output_required": true,
|
2760
|
+
"required": false,
|
2761
|
+
"type": "list",
|
2762
|
+
"value_allowed_null": false
|
2763
|
+
},
|
2764
|
+
{
|
2765
|
+
"disabled": false,
|
2766
|
+
"document": "布局输出的宽度,单位为像素。\n默认为1280像素。\n注:该值仅在画中画布局,且未设置PgmWidth时生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2767
|
+
"example": "1080",
|
2768
|
+
"member": "uint64",
|
2769
|
+
"name": "LayoutWidth",
|
2770
|
+
"output_required": true,
|
2771
|
+
"required": false,
|
2772
|
+
"type": "int",
|
2773
|
+
"value_allowed_null": true
|
2774
|
+
},
|
2775
|
+
{
|
2776
|
+
"disabled": false,
|
2777
|
+
"document": "布局输出的高度,单位为像素。\n注:该参数仅在画中画布局,且未设置PgmHeight时生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2778
|
+
"example": "1920",
|
2779
|
+
"member": "uint64",
|
2780
|
+
"name": "LayoutHeight",
|
2781
|
+
"output_required": true,
|
2782
|
+
"required": false,
|
2783
|
+
"type": "int",
|
2784
|
+
"value_allowed_null": true
|
2785
|
+
}
|
2786
|
+
],
|
2787
|
+
"usage": "both"
|
2788
|
+
},
|
2789
|
+
"CasterLayoutParam": {
|
2790
|
+
"document": "导播台布局详细参数。",
|
2791
|
+
"members": [
|
2792
|
+
{
|
2793
|
+
"disabled": false,
|
2794
|
+
"document": "布局层ID。\n在画面最终渲染时,将按ID从小到大的顺序,由下至上渲染。",
|
2795
|
+
"example": "1",
|
2796
|
+
"member": "int64",
|
2797
|
+
"name": "LayerId",
|
2798
|
+
"output_required": true,
|
2799
|
+
"required": true,
|
2800
|
+
"type": "int",
|
2801
|
+
"value_allowed_null": false
|
2802
|
+
},
|
2803
|
+
{
|
2804
|
+
"disabled": false,
|
2805
|
+
"document": "布局层宽度。\n当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。\n当该值为小于1大于0的小数时,单位为百分比,表示该层在最终画面上所占的比例值。",
|
2806
|
+
"example": "1080",
|
2807
|
+
"member": "float",
|
2808
|
+
"name": "LayerWidth",
|
2809
|
+
"output_required": true,
|
2810
|
+
"required": true,
|
2811
|
+
"type": "float",
|
2278
2812
|
"value_allowed_null": false
|
2279
2813
|
},
|
2280
2814
|
{
|
2281
2815
|
"disabled": false,
|
2282
|
-
"document": "
|
2283
|
-
"example": "
|
2284
|
-
"member": "
|
2285
|
-
"name": "
|
2286
|
-
"output_required":
|
2287
|
-
"
|
2816
|
+
"document": "布局层高度.\n当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。\n当该值为小于1大于0的小数时,单位为百分比,表示该层在最终画面上所占的比例值。",
|
2817
|
+
"example": "1920",
|
2818
|
+
"member": "float",
|
2819
|
+
"name": "LayerHeight",
|
2820
|
+
"output_required": true,
|
2821
|
+
"required": true,
|
2822
|
+
"type": "float",
|
2288
2823
|
"value_allowed_null": false
|
2289
2824
|
},
|
2290
2825
|
{
|
2291
2826
|
"disabled": false,
|
2292
|
-
"document": "
|
2827
|
+
"document": "布局层位置x坐标。\n当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。\n当该值为小于1大于0的小数时,单位为百分比,表示该层在最终画面上x坐标所占的比例值。",
|
2293
2828
|
"example": "0",
|
2294
|
-
"member": "
|
2295
|
-
"name": "
|
2296
|
-
"output_required":
|
2297
|
-
"
|
2829
|
+
"member": "float",
|
2830
|
+
"name": "LayerLocationX",
|
2831
|
+
"output_required": true,
|
2832
|
+
"required": true,
|
2833
|
+
"type": "float",
|
2298
2834
|
"value_allowed_null": false
|
2299
2835
|
},
|
2300
2836
|
{
|
2301
2837
|
"disabled": false,
|
2302
|
-
"document": "
|
2303
|
-
"example": "
|
2304
|
-
"member": "
|
2305
|
-
"name": "
|
2306
|
-
"output_required":
|
2307
|
-
"
|
2838
|
+
"document": "布局层位置Y坐标。\n当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。\n当该值为小于1大于0的小数时,单位为百分比,表示该层在最终画面Y坐标上所占的比例值。",
|
2839
|
+
"example": "0",
|
2840
|
+
"member": "float",
|
2841
|
+
"name": "LayerLocationY",
|
2842
|
+
"output_required": true,
|
2843
|
+
"required": true,
|
2844
|
+
"type": "float",
|
2308
2845
|
"value_allowed_null": false
|
2309
2846
|
},
|
2310
2847
|
{
|
2311
2848
|
"disabled": false,
|
2312
|
-
"document": "
|
2313
|
-
"example": "
|
2314
|
-
"member": "
|
2315
|
-
"name": "
|
2316
|
-
"output_required":
|
2317
|
-
"
|
2318
|
-
"
|
2319
|
-
|
2849
|
+
"document": "是否启用抠图。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2850
|
+
"example": "False",
|
2851
|
+
"member": "bool",
|
2852
|
+
"name": "UsePortraitSegment",
|
2853
|
+
"output_required": true,
|
2854
|
+
"required": false,
|
2855
|
+
"type": "bool",
|
2856
|
+
"value_allowed_null": true
|
2857
|
+
}
|
2858
|
+
],
|
2859
|
+
"usage": "both"
|
2860
|
+
},
|
2861
|
+
"CasterOutputInfo": {
|
2862
|
+
"document": "导播台推流信息。\n当导播台主监启动后,系统将自动将主监推流到腾讯云和其他第三方平台。",
|
2863
|
+
"members": [
|
2320
2864
|
{
|
2321
2865
|
"disabled": false,
|
2322
|
-
"document": "
|
2323
|
-
"example": "
|
2866
|
+
"document": "推流信息Index。\n当OutputType为1(表示推流到腾讯云直播)时,该值固定为0。\n范围[0,10]。",
|
2867
|
+
"example": "0",
|
2324
2868
|
"member": "uint64",
|
2325
|
-
"name": "
|
2326
|
-
"output_required":
|
2869
|
+
"name": "OutputIndex",
|
2870
|
+
"output_required": true,
|
2871
|
+
"required": true,
|
2327
2872
|
"type": "int",
|
2328
2873
|
"value_allowed_null": false
|
2329
2874
|
},
|
2330
2875
|
{
|
2331
2876
|
"disabled": false,
|
2332
|
-
"document": "
|
2333
|
-
"example": "
|
2334
|
-
"member": "
|
2335
|
-
"name": "
|
2336
|
-
"output_required":
|
2337
|
-
"
|
2877
|
+
"document": "rtmp协议推流地址。\n最大允许长度512字符。",
|
2878
|
+
"example": "rtmp://www.example.com/live/example",
|
2879
|
+
"member": "string",
|
2880
|
+
"name": "OutputUrl",
|
2881
|
+
"output_required": true,
|
2882
|
+
"required": false,
|
2883
|
+
"type": "string",
|
2338
2884
|
"value_allowed_null": false
|
2339
2885
|
},
|
2340
2886
|
{
|
2341
2887
|
"disabled": false,
|
2342
|
-
"document": "
|
2343
|
-
"example": "
|
2344
|
-
"member": "
|
2345
|
-
"name": "
|
2346
|
-
"output_required":
|
2347
|
-
"
|
2348
|
-
"
|
2888
|
+
"document": "描述信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2889
|
+
"example": "example",
|
2890
|
+
"member": "string",
|
2891
|
+
"name": "Description",
|
2892
|
+
"output_required": true,
|
2893
|
+
"required": false,
|
2894
|
+
"type": "string",
|
2895
|
+
"value_allowed_null": true
|
2349
2896
|
},
|
2350
2897
|
{
|
2351
2898
|
"disabled": false,
|
2352
|
-
"document": "
|
2353
|
-
"example": "
|
2354
|
-
"member": "
|
2355
|
-
"name": "
|
2356
|
-
"output_required":
|
2357
|
-
"
|
2358
|
-
"
|
2899
|
+
"document": "推流到腾讯云直播源站时,使用的流ID。\n仅当OutputType为1时生效。\n最大允许128字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2900
|
+
"example": "caster_output",
|
2901
|
+
"member": "string",
|
2902
|
+
"name": "OutputStreamId",
|
2903
|
+
"output_required": true,
|
2904
|
+
"required": false,
|
2905
|
+
"type": "string",
|
2906
|
+
"value_allowed_null": true
|
2359
2907
|
},
|
2360
2908
|
{
|
2361
2909
|
"disabled": false,
|
2362
|
-
"document": "
|
2910
|
+
"document": "推流类型。\n范围[1,2]\n1. 推送到腾讯云直播源站。\n2. 推送到第三方源站。",
|
2363
2911
|
"example": "1",
|
2364
2912
|
"member": "uint64",
|
2365
|
-
"name": "
|
2366
|
-
"output_required":
|
2913
|
+
"name": "OutputType",
|
2914
|
+
"output_required": true,
|
2915
|
+
"required": false,
|
2367
2916
|
"type": "int",
|
2368
2917
|
"value_allowed_null": false
|
2369
2918
|
},
|
2370
2919
|
{
|
2371
2920
|
"disabled": false,
|
2372
|
-
"document": "
|
2373
|
-
"example": "
|
2374
|
-
"member": "
|
2375
|
-
"name": "
|
2376
|
-
"output_required":
|
2377
|
-
"
|
2378
|
-
"
|
2921
|
+
"document": "推到腾讯云直播源站时,使用的域名。\n最大允许128字符,且域名需属于当前账号绑定的云直播推流域名。\n仅在OutputType为1时生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2922
|
+
"example": "1234.livepush.myqcloud.com",
|
2923
|
+
"member": "string",
|
2924
|
+
"name": "OutputDomainName",
|
2925
|
+
"output_required": true,
|
2926
|
+
"required": false,
|
2927
|
+
"type": "string",
|
2928
|
+
"value_allowed_null": true
|
2379
2929
|
},
|
2380
2930
|
{
|
2381
2931
|
"disabled": false,
|
2382
|
-
"document": "
|
2383
|
-
"example": "
|
2932
|
+
"document": "推到腾讯云直播源站时,使用的AppName。\n最大允许64字符。\n仅在OutputType为1时生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2933
|
+
"example": "live",
|
2384
2934
|
"member": "string",
|
2385
|
-
"name": "
|
2386
|
-
"output_required":
|
2935
|
+
"name": "OutputAppName",
|
2936
|
+
"output_required": true,
|
2937
|
+
"required": false,
|
2387
2938
|
"type": "string",
|
2388
|
-
"value_allowed_null":
|
2939
|
+
"value_allowed_null": true
|
2940
|
+
},
|
2941
|
+
{
|
2942
|
+
"disabled": false,
|
2943
|
+
"document": "推到腾讯云直播源站时需要添加的推流参数。\n最大允许长度256字符。\n仅在OutputType为1时生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2944
|
+
"example": "example_param=xxx",
|
2945
|
+
"member": "string",
|
2946
|
+
"name": "OutputParam",
|
2947
|
+
"output_required": true,
|
2948
|
+
"required": false,
|
2949
|
+
"type": "string",
|
2950
|
+
"value_allowed_null": true
|
2389
2951
|
}
|
2390
2952
|
],
|
2391
|
-
"usage": "
|
2953
|
+
"usage": "both"
|
2392
2954
|
},
|
2393
2955
|
"CdnPlayStatData": {
|
2394
2956
|
"document": "下行播放统计指标",
|
@@ -2983,6 +3545,61 @@
|
|
2983
3545
|
],
|
2984
3546
|
"type": "object"
|
2985
3547
|
},
|
3548
|
+
"CreateCasterInputPushUrlRequest": {
|
3549
|
+
"document": "CreateCasterInputPushUrl请求参数结构体",
|
3550
|
+
"members": [
|
3551
|
+
{
|
3552
|
+
"disabled": false,
|
3553
|
+
"document": "导播台ID",
|
3554
|
+
"example": "1234",
|
3555
|
+
"member": "uint64",
|
3556
|
+
"name": "CasterId",
|
3557
|
+
"required": true,
|
3558
|
+
"type": "int"
|
3559
|
+
},
|
3560
|
+
{
|
3561
|
+
"disabled": false,
|
3562
|
+
"document": "请求生成推流地址的输入Index。\n允许范围[1,20]。",
|
3563
|
+
"example": "1",
|
3564
|
+
"member": "uint64",
|
3565
|
+
"name": "InputIndex",
|
3566
|
+
"required": true,
|
3567
|
+
"type": "int"
|
3568
|
+
},
|
3569
|
+
{
|
3570
|
+
"disabled": false,
|
3571
|
+
"document": "生成推流地址协议。\n范围[rtmp,webrtc]。\n注:获取webrtc推流地址时,需配合腾讯云快直播推流sdk才可成功推流。",
|
3572
|
+
"example": "rtmp",
|
3573
|
+
"member": "string",
|
3574
|
+
"name": "Protocol",
|
3575
|
+
"required": false,
|
3576
|
+
"type": "string"
|
3577
|
+
}
|
3578
|
+
],
|
3579
|
+
"type": "object"
|
3580
|
+
},
|
3581
|
+
"CreateCasterInputPushUrlResponse": {
|
3582
|
+
"document": "CreateCasterInputPushUrl返回参数结构体",
|
3583
|
+
"members": [
|
3584
|
+
{
|
3585
|
+
"disabled": false,
|
3586
|
+
"document": "生成可使用的推流地址。",
|
3587
|
+
"example": "rtmp://www.example.com/live/stream_id?bizid=xxx",
|
3588
|
+
"member": "string",
|
3589
|
+
"name": "PushUrl",
|
3590
|
+
"output_required": true,
|
3591
|
+
"type": "string",
|
3592
|
+
"value_allowed_null": false
|
3593
|
+
},
|
3594
|
+
{
|
3595
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3596
|
+
"member": "string",
|
3597
|
+
"name": "RequestId",
|
3598
|
+
"type": "string"
|
3599
|
+
}
|
3600
|
+
],
|
3601
|
+
"type": "object"
|
3602
|
+
},
|
2986
3603
|
"CreateCasterRequest": {
|
2987
3604
|
"document": "CreateCaster请求参数结构体",
|
2988
3605
|
"members": [
|
@@ -5218,46 +5835,154 @@
|
|
5218
5835
|
},
|
5219
5836
|
{
|
5220
5837
|
"disabled": false,
|
5221
|
-
"document": "延播时间,单位:秒。",
|
5222
|
-
"example": "",
|
5838
|
+
"document": "延播时间,单位:秒。",
|
5839
|
+
"example": "",
|
5840
|
+
"member": "uint64",
|
5841
|
+
"name": "DelayInterval",
|
5842
|
+
"required": true,
|
5843
|
+
"type": "int",
|
5844
|
+
"value_allowed_null": false
|
5845
|
+
},
|
5846
|
+
{
|
5847
|
+
"disabled": false,
|
5848
|
+
"document": "创建时间,UTC 时间。\n注意:UTC时间和北京时间相差8小时。\n例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。",
|
5849
|
+
"example": "",
|
5850
|
+
"member": "string",
|
5851
|
+
"name": "CreateTime",
|
5852
|
+
"required": true,
|
5853
|
+
"type": "string",
|
5854
|
+
"value_allowed_null": false
|
5855
|
+
},
|
5856
|
+
{
|
5857
|
+
"disabled": false,
|
5858
|
+
"document": "过期时间,UTC 时间。\n注意:UTC时间和北京时间相差8小时。\n例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。",
|
5859
|
+
"example": "",
|
5860
|
+
"member": "string",
|
5861
|
+
"name": "ExpireTime",
|
5862
|
+
"required": true,
|
5863
|
+
"type": "string",
|
5864
|
+
"value_allowed_null": false
|
5865
|
+
},
|
5866
|
+
{
|
5867
|
+
"disabled": false,
|
5868
|
+
"document": "当前状态:\n-1:已过期。\n1: 生效中。",
|
5869
|
+
"example": "",
|
5870
|
+
"member": "int64",
|
5871
|
+
"name": "Status",
|
5872
|
+
"required": true,
|
5873
|
+
"type": "int",
|
5874
|
+
"value_allowed_null": false
|
5875
|
+
}
|
5876
|
+
],
|
5877
|
+
"usage": "out"
|
5878
|
+
},
|
5879
|
+
"DeleteCasterInputInfoRequest": {
|
5880
|
+
"document": "DeleteCasterInputInfo请求参数结构体",
|
5881
|
+
"members": [
|
5882
|
+
{
|
5883
|
+
"disabled": false,
|
5884
|
+
"document": "导播台ID",
|
5885
|
+
"example": "1234",
|
5886
|
+
"member": "uint64",
|
5887
|
+
"name": "CasterId",
|
5888
|
+
"required": true,
|
5889
|
+
"type": "int"
|
5890
|
+
},
|
5891
|
+
{
|
5892
|
+
"disabled": false,
|
5893
|
+
"document": "导播台输入Index。\n范围[0,20]\n注:该Index对应的输入源需存在。",
|
5894
|
+
"example": "1",
|
5895
|
+
"member": "uint64",
|
5896
|
+
"name": "InputIndex",
|
5897
|
+
"required": true,
|
5898
|
+
"type": "int"
|
5899
|
+
}
|
5900
|
+
],
|
5901
|
+
"type": "object"
|
5902
|
+
},
|
5903
|
+
"DeleteCasterInputInfoResponse": {
|
5904
|
+
"document": "DeleteCasterInputInfo返回参数结构体",
|
5905
|
+
"members": [
|
5906
|
+
{
|
5907
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5908
|
+
"member": "string",
|
5909
|
+
"name": "RequestId",
|
5910
|
+
"type": "string"
|
5911
|
+
}
|
5912
|
+
],
|
5913
|
+
"type": "object"
|
5914
|
+
},
|
5915
|
+
"DeleteCasterLayoutInfoRequest": {
|
5916
|
+
"document": "DeleteCasterLayoutInfo请求参数结构体",
|
5917
|
+
"members": [
|
5918
|
+
{
|
5919
|
+
"disabled": false,
|
5920
|
+
"document": "导播台ID。",
|
5921
|
+
"example": "1234",
|
5223
5922
|
"member": "uint64",
|
5224
|
-
"name": "
|
5923
|
+
"name": "CasterId",
|
5225
5924
|
"required": true,
|
5226
|
-
"type": "int"
|
5227
|
-
"value_allowed_null": false
|
5925
|
+
"type": "int"
|
5228
5926
|
},
|
5229
5927
|
{
|
5230
5928
|
"disabled": false,
|
5231
|
-
"document": "
|
5232
|
-
"example": "",
|
5233
|
-
"member": "
|
5234
|
-
"name": "
|
5929
|
+
"document": "要删除的布局Index。\n注:待删除的Index对应的布局需存在。",
|
5930
|
+
"example": "1",
|
5931
|
+
"member": "uint64",
|
5932
|
+
"name": "LayoutIndex",
|
5235
5933
|
"required": true,
|
5236
|
-
"type": "
|
5237
|
-
|
5238
|
-
|
5934
|
+
"type": "int"
|
5935
|
+
}
|
5936
|
+
],
|
5937
|
+
"type": "object"
|
5938
|
+
},
|
5939
|
+
"DeleteCasterLayoutInfoResponse": {
|
5940
|
+
"document": "DeleteCasterLayoutInfo返回参数结构体",
|
5941
|
+
"members": [
|
5239
5942
|
{
|
5240
|
-
"
|
5241
|
-
"document": "过期时间,UTC 时间。\n注意:UTC时间和北京时间相差8小时。\n例如:2019-06-18T12:00:00Z(为北京时间 2019 年 6 月 18 日 20 点 0 分 0 秒)。",
|
5242
|
-
"example": "",
|
5943
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5243
5944
|
"member": "string",
|
5244
|
-
"name": "
|
5945
|
+
"name": "RequestId",
|
5946
|
+
"type": "string"
|
5947
|
+
}
|
5948
|
+
],
|
5949
|
+
"type": "object"
|
5950
|
+
},
|
5951
|
+
"DeleteCasterOutputInfoRequest": {
|
5952
|
+
"document": "DeleteCasterOutputInfo请求参数结构体",
|
5953
|
+
"members": [
|
5954
|
+
{
|
5955
|
+
"disabled": false,
|
5956
|
+
"document": "导播台ID。",
|
5957
|
+
"example": "1234",
|
5958
|
+
"member": "uint64",
|
5959
|
+
"name": "CasterId",
|
5245
5960
|
"required": true,
|
5246
|
-
"type": "
|
5247
|
-
"value_allowed_null": false
|
5961
|
+
"type": "int"
|
5248
5962
|
},
|
5249
5963
|
{
|
5250
5964
|
"disabled": false,
|
5251
|
-
"document": "
|
5252
|
-
"example": "",
|
5253
|
-
"member": "
|
5254
|
-
"name": "
|
5965
|
+
"document": "待删除的推流信息Index。\n注:删除时,该Index对应的配置需要存在。",
|
5966
|
+
"example": "1",
|
5967
|
+
"member": "uint64",
|
5968
|
+
"name": "OutputIndex",
|
5255
5969
|
"required": true,
|
5256
|
-
"type": "int"
|
5257
|
-
"value_allowed_null": false
|
5970
|
+
"type": "int"
|
5258
5971
|
}
|
5259
5972
|
],
|
5260
|
-
"
|
5973
|
+
"type": "object"
|
5974
|
+
},
|
5975
|
+
"DeleteCasterOutputInfoResponse": {
|
5976
|
+
"document": "DeleteCasterOutputInfo返回参数结构体",
|
5977
|
+
"members": [
|
5978
|
+
{
|
5979
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5980
|
+
"member": "string",
|
5981
|
+
"name": "RequestId",
|
5982
|
+
"type": "string"
|
5983
|
+
}
|
5984
|
+
],
|
5985
|
+
"type": "object"
|
5261
5986
|
},
|
5262
5987
|
"DeleteCasterRequest": {
|
5263
5988
|
"document": "DeleteCaster请求参数结构体",
|
@@ -6502,6 +7227,80 @@
|
|
6502
7227
|
],
|
6503
7228
|
"type": "object"
|
6504
7229
|
},
|
7230
|
+
"DescribeCasterInputInfosRequest": {
|
7231
|
+
"document": "DescribeCasterInputInfos请求参数结构体",
|
7232
|
+
"members": [
|
7233
|
+
{
|
7234
|
+
"disabled": false,
|
7235
|
+
"document": "导播台ID",
|
7236
|
+
"example": "1234",
|
7237
|
+
"member": "uint64",
|
7238
|
+
"name": "CasterId",
|
7239
|
+
"required": true,
|
7240
|
+
"type": "int"
|
7241
|
+
}
|
7242
|
+
],
|
7243
|
+
"type": "object"
|
7244
|
+
},
|
7245
|
+
"DescribeCasterInputInfosResponse": {
|
7246
|
+
"document": "DescribeCasterInputInfos返回参数结构体",
|
7247
|
+
"members": [
|
7248
|
+
{
|
7249
|
+
"disabled": false,
|
7250
|
+
"document": "导播台输入源信息列表。",
|
7251
|
+
"example": "无",
|
7252
|
+
"member": "CasterInputInfo",
|
7253
|
+
"name": "InputInfos",
|
7254
|
+
"output_required": false,
|
7255
|
+
"type": "list",
|
7256
|
+
"value_allowed_null": false
|
7257
|
+
},
|
7258
|
+
{
|
7259
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7260
|
+
"member": "string",
|
7261
|
+
"name": "RequestId",
|
7262
|
+
"type": "string"
|
7263
|
+
}
|
7264
|
+
],
|
7265
|
+
"type": "object"
|
7266
|
+
},
|
7267
|
+
"DescribeCasterLayoutInfosRequest": {
|
7268
|
+
"document": "DescribeCasterLayoutInfos请求参数结构体",
|
7269
|
+
"members": [
|
7270
|
+
{
|
7271
|
+
"disabled": false,
|
7272
|
+
"document": "导播台ID。",
|
7273
|
+
"example": "1234",
|
7274
|
+
"member": "uint64",
|
7275
|
+
"name": "CasterId",
|
7276
|
+
"required": true,
|
7277
|
+
"type": "int"
|
7278
|
+
}
|
7279
|
+
],
|
7280
|
+
"type": "object"
|
7281
|
+
},
|
7282
|
+
"DescribeCasterLayoutInfosResponse": {
|
7283
|
+
"document": "DescribeCasterLayoutInfos返回参数结构体",
|
7284
|
+
"members": [
|
7285
|
+
{
|
7286
|
+
"disabled": false,
|
7287
|
+
"document": "导播台的布局列表。",
|
7288
|
+
"example": "无",
|
7289
|
+
"member": "CasterLayoutInfo",
|
7290
|
+
"name": "LayoutInfos",
|
7291
|
+
"output_required": false,
|
7292
|
+
"type": "list",
|
7293
|
+
"value_allowed_null": false
|
7294
|
+
},
|
7295
|
+
{
|
7296
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7297
|
+
"member": "string",
|
7298
|
+
"name": "RequestId",
|
7299
|
+
"type": "string"
|
7300
|
+
}
|
7301
|
+
],
|
7302
|
+
"type": "object"
|
7303
|
+
},
|
6505
7304
|
"DescribeCasterListRequest": {
|
6506
7305
|
"document": "DescribeCasterList请求参数结构体",
|
6507
7306
|
"members": [],
|
@@ -6529,6 +7328,43 @@
|
|
6529
7328
|
],
|
6530
7329
|
"type": "object"
|
6531
7330
|
},
|
7331
|
+
"DescribeCasterOutputInfosRequest": {
|
7332
|
+
"document": "DescribeCasterOutputInfos请求参数结构体",
|
7333
|
+
"members": [
|
7334
|
+
{
|
7335
|
+
"disabled": false,
|
7336
|
+
"document": "导播台ID。",
|
7337
|
+
"example": "1234",
|
7338
|
+
"member": "uint64",
|
7339
|
+
"name": "CasterId",
|
7340
|
+
"required": true,
|
7341
|
+
"type": "int"
|
7342
|
+
}
|
7343
|
+
],
|
7344
|
+
"type": "object"
|
7345
|
+
},
|
7346
|
+
"DescribeCasterOutputInfosResponse": {
|
7347
|
+
"document": "DescribeCasterOutputInfos返回参数结构体",
|
7348
|
+
"members": [
|
7349
|
+
{
|
7350
|
+
"disabled": false,
|
7351
|
+
"document": "导播台的推流信息列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7352
|
+
"example": "无",
|
7353
|
+
"member": "CasterOutputInfo",
|
7354
|
+
"name": "OutputInfos",
|
7355
|
+
"output_required": false,
|
7356
|
+
"type": "list",
|
7357
|
+
"value_allowed_null": true
|
7358
|
+
},
|
7359
|
+
{
|
7360
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7361
|
+
"member": "string",
|
7362
|
+
"name": "RequestId",
|
7363
|
+
"type": "string"
|
7364
|
+
}
|
7365
|
+
],
|
7366
|
+
"type": "object"
|
7367
|
+
},
|
6532
7368
|
"DescribeCasterPlayUrlRequest": {
|
6533
7369
|
"document": "DescribeCasterPlayUrl请求参数结构体",
|
6534
7370
|
"members": [
|
@@ -13257,6 +14093,134 @@
|
|
13257
14093
|
],
|
13258
14094
|
"usage": "in"
|
13259
14095
|
},
|
14096
|
+
"ModifyCasterInputInfoRequest": {
|
14097
|
+
"document": "ModifyCasterInputInfo请求参数结构体",
|
14098
|
+
"members": [
|
14099
|
+
{
|
14100
|
+
"disabled": false,
|
14101
|
+
"document": "导播台ID。",
|
14102
|
+
"example": "1234",
|
14103
|
+
"member": "uint64",
|
14104
|
+
"name": "CasterId",
|
14105
|
+
"required": true,
|
14106
|
+
"type": "int"
|
14107
|
+
},
|
14108
|
+
{
|
14109
|
+
"disabled": false,
|
14110
|
+
"document": "修改的导播台输入源信息",
|
14111
|
+
"example": "无",
|
14112
|
+
"member": "CasterInputInfo",
|
14113
|
+
"name": "InputInfo",
|
14114
|
+
"required": true,
|
14115
|
+
"type": "object"
|
14116
|
+
}
|
14117
|
+
],
|
14118
|
+
"type": "object"
|
14119
|
+
},
|
14120
|
+
"ModifyCasterInputInfoResponse": {
|
14121
|
+
"document": "ModifyCasterInputInfo返回参数结构体",
|
14122
|
+
"members": [
|
14123
|
+
{
|
14124
|
+
"disabled": false,
|
14125
|
+
"document": "修改输入源后的预览地址。\n注:该地址仅作为预览使用,不可分发。",
|
14126
|
+
"example": "rtmp://www.example.com/live/stream_id",
|
14127
|
+
"member": "string",
|
14128
|
+
"name": "InputPlayUrl",
|
14129
|
+
"output_required": true,
|
14130
|
+
"type": "string",
|
14131
|
+
"value_allowed_null": false
|
14132
|
+
},
|
14133
|
+
{
|
14134
|
+
"disabled": false,
|
14135
|
+
"document": "修改后的输入源webrtc预览地址。\n该地址需配合腾讯云快直播播放SDK使用。\n注:该地址仅做预览使用,不可分发。",
|
14136
|
+
"example": "webrtc://www.webrtc.example.com/live/stream_id",
|
14137
|
+
"member": "string",
|
14138
|
+
"name": "InputWebRTCPlayUrl",
|
14139
|
+
"output_required": true,
|
14140
|
+
"type": "string",
|
14141
|
+
"value_allowed_null": false
|
14142
|
+
},
|
14143
|
+
{
|
14144
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14145
|
+
"member": "string",
|
14146
|
+
"name": "RequestId",
|
14147
|
+
"type": "string"
|
14148
|
+
}
|
14149
|
+
],
|
14150
|
+
"type": "object"
|
14151
|
+
},
|
14152
|
+
"ModifyCasterLayoutInfoRequest": {
|
14153
|
+
"document": "ModifyCasterLayoutInfo请求参数结构体",
|
14154
|
+
"members": [
|
14155
|
+
{
|
14156
|
+
"disabled": false,
|
14157
|
+
"document": "导播台ID。",
|
14158
|
+
"example": "1234",
|
14159
|
+
"member": "uint64",
|
14160
|
+
"name": "CasterId",
|
14161
|
+
"required": true,
|
14162
|
+
"type": "int"
|
14163
|
+
},
|
14164
|
+
{
|
14165
|
+
"disabled": false,
|
14166
|
+
"document": "导播台布局参数信息。",
|
14167
|
+
"example": "无",
|
14168
|
+
"member": "CasterLayoutInfo",
|
14169
|
+
"name": "LayoutInfo",
|
14170
|
+
"required": true,
|
14171
|
+
"type": "object"
|
14172
|
+
}
|
14173
|
+
],
|
14174
|
+
"type": "object"
|
14175
|
+
},
|
14176
|
+
"ModifyCasterLayoutInfoResponse": {
|
14177
|
+
"document": "ModifyCasterLayoutInfo返回参数结构体",
|
14178
|
+
"members": [
|
14179
|
+
{
|
14180
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14181
|
+
"member": "string",
|
14182
|
+
"name": "RequestId",
|
14183
|
+
"type": "string"
|
14184
|
+
}
|
14185
|
+
],
|
14186
|
+
"type": "object"
|
14187
|
+
},
|
14188
|
+
"ModifyCasterOutputInfoRequest": {
|
14189
|
+
"document": "ModifyCasterOutputInfo请求参数结构体",
|
14190
|
+
"members": [
|
14191
|
+
{
|
14192
|
+
"disabled": false,
|
14193
|
+
"document": "导播台ID。",
|
14194
|
+
"example": "1234",
|
14195
|
+
"member": "uint64",
|
14196
|
+
"name": "CasterId",
|
14197
|
+
"required": true,
|
14198
|
+
"type": "int"
|
14199
|
+
},
|
14200
|
+
{
|
14201
|
+
"disabled": false,
|
14202
|
+
"document": "导播台推流参数信息。",
|
14203
|
+
"example": "无",
|
14204
|
+
"member": "CasterOutputInfo",
|
14205
|
+
"name": "OutputInfo",
|
14206
|
+
"required": true,
|
14207
|
+
"type": "object"
|
14208
|
+
}
|
14209
|
+
],
|
14210
|
+
"type": "object"
|
14211
|
+
},
|
14212
|
+
"ModifyCasterOutputInfoResponse": {
|
14213
|
+
"document": "ModifyCasterOutputInfo返回参数结构体",
|
14214
|
+
"members": [
|
14215
|
+
{
|
14216
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14217
|
+
"member": "string",
|
14218
|
+
"name": "RequestId",
|
14219
|
+
"type": "string"
|
14220
|
+
}
|
14221
|
+
],
|
14222
|
+
"type": "object"
|
14223
|
+
},
|
13260
14224
|
"ModifyCasterRequest": {
|
13261
14225
|
"document": "ModifyCaster请求参数结构体",
|
13262
14226
|
"members": [
|