tccli 3.0.1175.1__py2.py3-none-any.whl → 3.0.1177.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/batch/v20170312/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +9 -9
- tccli/services/cdwdoris/cdwdoris_client.py +113 -113
- tccli/services/cdwdoris/v20211228/api.json +899 -1218
- tccli/services/cdwdoris/v20211228/examples.json +70 -70
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +114 -8
- tccli/services/cynosdb/v20190107/api.json +136 -0
- tccli/services/cynosdb/v20190107/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +28 -1
- tccli/services/dnspod/v20210323/api.json +1 -0
- tccli/services/dsgc/v20190723/api.json +85 -9
- tccli/services/dsgc/v20190723/examples.json +4 -4
- tccli/services/ecm/v20190719/api.json +8 -6
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/faceid/v20180301/api.json +29 -1
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/mps/v20190612/api.json +49 -29
- tccli/services/mrs/v20200910/api.json +3 -0
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/organization/v20210331/api.json +23 -23
- tccli/services/organization/v20210331/examples.json +4 -4
- tccli/services/redis/v20180412/api.json +85 -39
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/trtc/trtc_client.py +106 -0
- tccli/services/trtc/v20190722/api.json +142 -1
- tccli/services/trtc/v20190722/examples.json +16 -0
- tccli/services/tse/v20201207/api.json +58 -0
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vod/v20180717/api.json +341 -0
- tccli/services/vod/v20180717/examples.json +30 -0
- tccli/services/vod/vod_client.py +171 -12
- tccli/services/vpc/v20170312/api.json +168 -38
- {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/RECORD +41 -41
- {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/license_files/LICENSE +0 -0
@@ -511,6 +511,13 @@
|
|
511
511
|
"output": "DescribeContentReviewTemplatesResponse",
|
512
512
|
"status": "online"
|
513
513
|
},
|
514
|
+
"DescribeCurrentPlaylist": {
|
515
|
+
"document": "查询轮播当前播放列表。",
|
516
|
+
"input": "DescribeCurrentPlaylistRequest",
|
517
|
+
"name": "查询轮播当前播放列表",
|
518
|
+
"output": "DescribeCurrentPlaylistResponse",
|
519
|
+
"status": "online"
|
520
|
+
},
|
514
521
|
"DescribeDailyMediaPlayStat": {
|
515
522
|
"document": "该接口用于查询指定日期范围内每天的播放统计数据。\n* 可以查询最近一年的播放统计数据。\n* 结束日期和起始日期的时间跨度最大为90天。",
|
516
523
|
"input": "DescribeDailyMediaPlayStatRequest",
|
@@ -833,6 +840,13 @@
|
|
833
840
|
"output": "ExtractTraceWatermarkResponse",
|
834
841
|
"status": "online"
|
835
842
|
},
|
843
|
+
"FastEditMedia": {
|
844
|
+
"document": "对 HLS 视频实现快速拼接和快速剪辑,生成新的 HLS 格式的媒体。",
|
845
|
+
"input": "FastEditMediaRequest",
|
846
|
+
"name": "快速媒体编辑",
|
847
|
+
"output": "FastEditMediaResponse",
|
848
|
+
"status": "online"
|
849
|
+
},
|
836
850
|
"ForbidMediaDistribution": {
|
837
851
|
"document": "* 对媒体禁播后,除了点播控制台预览,其他场景访问视频各种资源的 URL(原始文件、转码输出文件、截图等)均会返回 403。\n 禁播/解禁操作全网生效时间约 5~10 分钟。",
|
838
852
|
"input": "ForbidMediaDistributionRequest",
|
@@ -840,6 +854,13 @@
|
|
840
854
|
"output": "ForbidMediaDistributionResponse",
|
841
855
|
"status": "online"
|
842
856
|
},
|
857
|
+
"HandleCurrentPlaylist": {
|
858
|
+
"document": "操作轮播当前播放列表。支持的操作有:<li> Insert:向当前播列表插入播放节目。</li><li> Delete:删除播列表中的播放节目。</li>",
|
859
|
+
"input": "HandleCurrentPlaylistRequest",
|
860
|
+
"name": "操作轮播当前播放列表",
|
861
|
+
"output": "HandleCurrentPlaylistResponse",
|
862
|
+
"status": "online"
|
863
|
+
},
|
843
864
|
"InspectMediaQuality": {
|
844
865
|
"document": "对点播中的音视频媒体发起音画质检测任务。",
|
845
866
|
"input": "InspectMediaQualityRequest",
|
@@ -13463,6 +13484,61 @@
|
|
13463
13484
|
],
|
13464
13485
|
"type": "object"
|
13465
13486
|
},
|
13487
|
+
"DescribeCurrentPlaylistRequest": {
|
13488
|
+
"document": "DescribeCurrentPlaylist请求参数结构体",
|
13489
|
+
"members": [
|
13490
|
+
{
|
13491
|
+
"disabled": false,
|
13492
|
+
"document": "<b>点播[应用](/document/product/266/14574) ID。</b>",
|
13493
|
+
"example": "12345",
|
13494
|
+
"member": "uint64",
|
13495
|
+
"name": "SubAppId",
|
13496
|
+
"required": true,
|
13497
|
+
"type": "int"
|
13498
|
+
},
|
13499
|
+
{
|
13500
|
+
"disabled": false,
|
13501
|
+
"document": "轮播播单唯一标识。",
|
13502
|
+
"example": "a12",
|
13503
|
+
"member": "string",
|
13504
|
+
"name": "RoundPlayId",
|
13505
|
+
"required": true,
|
13506
|
+
"type": "string"
|
13507
|
+
},
|
13508
|
+
{
|
13509
|
+
"disabled": false,
|
13510
|
+
"document": "返回的播放列表的长度。最大10,默认值为5。",
|
13511
|
+
"example": "10",
|
13512
|
+
"member": "int64",
|
13513
|
+
"name": "Limit",
|
13514
|
+
"required": false,
|
13515
|
+
"type": "int"
|
13516
|
+
}
|
13517
|
+
],
|
13518
|
+
"type": "object"
|
13519
|
+
},
|
13520
|
+
"DescribeCurrentPlaylistResponse": {
|
13521
|
+
"document": "DescribeCurrentPlaylist返回参数结构体",
|
13522
|
+
"members": [
|
13523
|
+
{
|
13524
|
+
"disabled": false,
|
13525
|
+
"document": "当前播放列表信息。",
|
13526
|
+
"example": "无",
|
13527
|
+
"member": "RoundPlayFilePlayInfo",
|
13528
|
+
"name": "CurrentPlaylist",
|
13529
|
+
"output_required": true,
|
13530
|
+
"type": "list",
|
13531
|
+
"value_allowed_null": false
|
13532
|
+
},
|
13533
|
+
{
|
13534
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13535
|
+
"member": "string",
|
13536
|
+
"name": "RequestId",
|
13537
|
+
"type": "string"
|
13538
|
+
}
|
13539
|
+
],
|
13540
|
+
"type": "object"
|
13541
|
+
},
|
13466
13542
|
"DescribeDailyMediaPlayStatRequest": {
|
13467
13543
|
"document": "DescribeDailyMediaPlayStat请求参数结构体",
|
13468
13544
|
"members": [
|
@@ -18846,6 +18922,122 @@
|
|
18846
18922
|
],
|
18847
18923
|
"usage": "both"
|
18848
18924
|
},
|
18925
|
+
"FastEditMediaFileInfo": {
|
18926
|
+
"document": "快速媒体编辑操作的输入媒体类型",
|
18927
|
+
"members": [
|
18928
|
+
{
|
18929
|
+
"disabled": false,
|
18930
|
+
"document": "媒体的 ID。",
|
18931
|
+
"example": "12345",
|
18932
|
+
"member": "string",
|
18933
|
+
"name": "FileId",
|
18934
|
+
"required": true,
|
18935
|
+
"type": "string"
|
18936
|
+
},
|
18937
|
+
{
|
18938
|
+
"disabled": false,
|
18939
|
+
"document": "操作的音视频类型,可选值有:\n<li>Transcode:转码输出;</li>\n<li>Original:原始音视频。</li>\n注意:操作的音视频,必须为 HLS 格式。",
|
18940
|
+
"example": "Original",
|
18941
|
+
"member": "string",
|
18942
|
+
"name": "AudioVideoType",
|
18943
|
+
"required": true,
|
18944
|
+
"type": "string"
|
18945
|
+
},
|
18946
|
+
{
|
18947
|
+
"disabled": false,
|
18948
|
+
"document": "当 AudioVideoType 为 Transcode 时有效,表示操作媒体的的转码模板 ID。",
|
18949
|
+
"example": "100210",
|
18950
|
+
"member": "int64",
|
18951
|
+
"name": "TranscodeDefinition",
|
18952
|
+
"required": false,
|
18953
|
+
"type": "int"
|
18954
|
+
},
|
18955
|
+
{
|
18956
|
+
"disabled": false,
|
18957
|
+
"document": "媒体剪辑起始的偏移时间,单位:秒。",
|
18958
|
+
"example": "0",
|
18959
|
+
"member": "float",
|
18960
|
+
"name": "StartTimeOffset",
|
18961
|
+
"required": false,
|
18962
|
+
"type": "float"
|
18963
|
+
},
|
18964
|
+
{
|
18965
|
+
"disabled": false,
|
18966
|
+
"document": "媒体剪辑结束的时间偏移,单位:秒。",
|
18967
|
+
"example": "0",
|
18968
|
+
"member": "float",
|
18969
|
+
"name": "EndTimeOffset",
|
18970
|
+
"required": false,
|
18971
|
+
"type": "float"
|
18972
|
+
}
|
18973
|
+
],
|
18974
|
+
"usage": "in"
|
18975
|
+
},
|
18976
|
+
"FastEditMediaRequest": {
|
18977
|
+
"document": "FastEditMedia请求参数结构体",
|
18978
|
+
"members": [
|
18979
|
+
{
|
18980
|
+
"disabled": false,
|
18981
|
+
"document": "输入的媒体文件信息。最多支持传入100个媒体。",
|
18982
|
+
"example": "无",
|
18983
|
+
"member": "FastEditMediaFileInfo",
|
18984
|
+
"name": "FileInfos",
|
18985
|
+
"required": true,
|
18986
|
+
"type": "list"
|
18987
|
+
},
|
18988
|
+
{
|
18989
|
+
"disabled": false,
|
18990
|
+
"document": "ClipMode 用来表示剪辑时间点落在一个 TS 分片中间时,是否包含这个分片。共有两种取值: <li>StartInclusiveEndInclusive:当剪辑起始时间点和结束时间点落在一个分片的中间时,都会包含这个分片;</li> <li>StartInclusiveEndExclusive:当起始时间点落在一个分片的中间时,会包含这个分片;而当结束时间点落在一个分片的中间时,不会包含这个分片。</li> 不填时,默认为 StartInclusiveEndInclusive。",
|
18991
|
+
"example": "StartInclusiveEndInclusive",
|
18992
|
+
"member": "string",
|
18993
|
+
"name": "ClipMode",
|
18994
|
+
"required": false,
|
18995
|
+
"type": "string"
|
18996
|
+
},
|
18997
|
+
{
|
18998
|
+
"disabled": false,
|
18999
|
+
"document": "<b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>",
|
19000
|
+
"example": "0",
|
19001
|
+
"member": "uint64",
|
19002
|
+
"name": "SubAppId",
|
19003
|
+
"required": false,
|
19004
|
+
"type": "int"
|
19005
|
+
}
|
19006
|
+
],
|
19007
|
+
"type": "object"
|
19008
|
+
},
|
19009
|
+
"FastEditMediaResponse": {
|
19010
|
+
"document": "FastEditMedia返回参数结构体",
|
19011
|
+
"members": [
|
19012
|
+
{
|
19013
|
+
"disabled": false,
|
19014
|
+
"document": "快速编辑后的视频的媒体文件的唯一标识。",
|
19015
|
+
"example": "152854854879852xxxxx",
|
19016
|
+
"member": "string",
|
19017
|
+
"name": "FileId",
|
19018
|
+
"output_required": true,
|
19019
|
+
"type": "string",
|
19020
|
+
"value_allowed_null": false
|
19021
|
+
},
|
19022
|
+
{
|
19023
|
+
"disabled": false,
|
19024
|
+
"document": "快速编辑后的媒体播放地址。",
|
19025
|
+
"example": "https://xxx.vod2.myqcloud.com/xxx/xxx.m3u8",
|
19026
|
+
"member": "string",
|
19027
|
+
"name": "Url",
|
19028
|
+
"output_required": true,
|
19029
|
+
"type": "string",
|
19030
|
+
"value_allowed_null": false
|
19031
|
+
},
|
19032
|
+
{
|
19033
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
19034
|
+
"member": "string",
|
19035
|
+
"name": "RequestId",
|
19036
|
+
"type": "string"
|
19037
|
+
}
|
19038
|
+
],
|
19039
|
+
"type": "object"
|
19040
|
+
},
|
18849
19041
|
"FileDeleteResultItem": {
|
18850
19042
|
"document": "文件删除结果信息",
|
18851
19043
|
"members": [
|
@@ -19149,6 +19341,79 @@
|
|
19149
19341
|
],
|
19150
19342
|
"usage": "both"
|
19151
19343
|
},
|
19344
|
+
"HandleCurrentPlaylistRequest": {
|
19345
|
+
"document": "HandleCurrentPlaylist请求参数结构体",
|
19346
|
+
"members": [
|
19347
|
+
{
|
19348
|
+
"disabled": false,
|
19349
|
+
"document": "<b>点播[应用](/document/product/266/14574) ID。</b>",
|
19350
|
+
"example": "12345",
|
19351
|
+
"member": "uint64",
|
19352
|
+
"name": "SubAppId",
|
19353
|
+
"required": true,
|
19354
|
+
"type": "int"
|
19355
|
+
},
|
19356
|
+
{
|
19357
|
+
"disabled": false,
|
19358
|
+
"document": "轮播播单唯一标识。",
|
19359
|
+
"example": "a12",
|
19360
|
+
"member": "string",
|
19361
|
+
"name": "RoundPlayId",
|
19362
|
+
"required": true,
|
19363
|
+
"type": "string"
|
19364
|
+
},
|
19365
|
+
{
|
19366
|
+
"disabled": false,
|
19367
|
+
"document": "操作类型,取值有:<li>Insert:向当前播放列表插入播放节目。</li> <li>InsertTemporary:向当前播放列表临时插入播放节目。只能插入到当前正在播放的节目后面,临时插入的节目只在本次轮播过程生效。</li><li>Delete:删除播放列表中的播放节目。不能删除正在播放的节目。</li>",
|
19368
|
+
"example": "Insert",
|
19369
|
+
"member": "string",
|
19370
|
+
"name": "Operation",
|
19371
|
+
"required": true,
|
19372
|
+
"type": "string"
|
19373
|
+
},
|
19374
|
+
{
|
19375
|
+
"disabled": false,
|
19376
|
+
"document": "播单节目 ID。当 Operation 为 Insert 时必填,表示插入的节目列表位于该播放节目之后。插入的位置必须在当前正在播放的节目之后。",
|
19377
|
+
"example": "无",
|
19378
|
+
"member": "string",
|
19379
|
+
"name": "ItemId",
|
19380
|
+
"required": false,
|
19381
|
+
"type": "string"
|
19382
|
+
},
|
19383
|
+
{
|
19384
|
+
"disabled": false,
|
19385
|
+
"document": "节目列表。当 Operation 为 Insert、InsertTemporary、Delete 时必填,表示要操作的节目列表。列表长度最大为10。",
|
19386
|
+
"example": "无",
|
19387
|
+
"member": "RoundPlayListItemInfo",
|
19388
|
+
"name": "RoundPlaylist",
|
19389
|
+
"required": false,
|
19390
|
+
"type": "list"
|
19391
|
+
}
|
19392
|
+
],
|
19393
|
+
"type": "object"
|
19394
|
+
},
|
19395
|
+
"HandleCurrentPlaylistResponse": {
|
19396
|
+
"document": "HandleCurrentPlaylist返回参数结构体",
|
19397
|
+
"members": [
|
19398
|
+
{
|
19399
|
+
"disabled": false,
|
19400
|
+
"document": "操作成功的节目列表。",
|
19401
|
+
"example": "无",
|
19402
|
+
"member": "RoundPlayListItemInfo",
|
19403
|
+
"name": "RoundPlaylist",
|
19404
|
+
"output_required": false,
|
19405
|
+
"type": "list",
|
19406
|
+
"value_allowed_null": false
|
19407
|
+
},
|
19408
|
+
{
|
19409
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
19410
|
+
"member": "string",
|
19411
|
+
"name": "RequestId",
|
19412
|
+
"type": "string"
|
19413
|
+
}
|
19414
|
+
],
|
19415
|
+
"type": "object"
|
19416
|
+
},
|
19152
19417
|
"HeadTailConfigureInfo": {
|
19153
19418
|
"document": "视频片头片尾识别任务控制参数",
|
19154
19419
|
"members": [
|
@@ -32940,6 +33205,62 @@
|
|
32940
33205
|
],
|
32941
33206
|
"usage": "out"
|
32942
33207
|
},
|
33208
|
+
"RoundPlayFilePlayInfo": {
|
33209
|
+
"document": "轮播节目播放信息",
|
33210
|
+
"members": [
|
33211
|
+
{
|
33212
|
+
"disabled": false,
|
33213
|
+
"document": "播单节目的 ID,由系统分配。",
|
33214
|
+
"example": "a123",
|
33215
|
+
"member": "string",
|
33216
|
+
"name": "ItemId",
|
33217
|
+
"output_required": true,
|
33218
|
+
"type": "string",
|
33219
|
+
"value_allowed_null": false
|
33220
|
+
},
|
33221
|
+
{
|
33222
|
+
"disabled": false,
|
33223
|
+
"document": "媒体文件标识。",
|
33224
|
+
"example": "12345",
|
33225
|
+
"member": "string",
|
33226
|
+
"name": "FileId",
|
33227
|
+
"output_required": true,
|
33228
|
+
"type": "string",
|
33229
|
+
"value_allowed_null": false
|
33230
|
+
},
|
33231
|
+
{
|
33232
|
+
"disabled": false,
|
33233
|
+
"document": "启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。",
|
33234
|
+
"example": "2024-07-25T10:12:00+08:00",
|
33235
|
+
"member": "string",
|
33236
|
+
"name": "StartPlayTime",
|
33237
|
+
"output_required": true,
|
33238
|
+
"type": "string",
|
33239
|
+
"value_allowed_null": false
|
33240
|
+
},
|
33241
|
+
{
|
33242
|
+
"disabled": false,
|
33243
|
+
"document": "播放时长,单位为秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
33244
|
+
"example": "100",
|
33245
|
+
"member": "float",
|
33246
|
+
"name": "Duration",
|
33247
|
+
"output_required": false,
|
33248
|
+
"type": "float",
|
33249
|
+
"value_allowed_null": true
|
33250
|
+
},
|
33251
|
+
{
|
33252
|
+
"disabled": false,
|
33253
|
+
"document": "播放进度,单位为秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
33254
|
+
"example": "50",
|
33255
|
+
"member": "float",
|
33256
|
+
"name": "Progress",
|
33257
|
+
"output_required": false,
|
33258
|
+
"type": "float",
|
33259
|
+
"value_allowed_null": true
|
33260
|
+
}
|
33261
|
+
],
|
33262
|
+
"usage": "out"
|
33263
|
+
},
|
32943
33264
|
"RoundPlayInfo": {
|
32944
33265
|
"document": "轮播任务信息",
|
32945
33266
|
"members": [
|
@@ -33022,6 +33343,26 @@
|
|
33022
33343
|
"output_required": true,
|
33023
33344
|
"type": "string",
|
33024
33345
|
"value_allowed_null": false
|
33346
|
+
},
|
33347
|
+
{
|
33348
|
+
"disabled": false,
|
33349
|
+
"document": "创建时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
33350
|
+
"example": "2018-12-01T00:00:00+08:00",
|
33351
|
+
"member": "string",
|
33352
|
+
"name": "CreateTime",
|
33353
|
+
"output_required": false,
|
33354
|
+
"type": "string",
|
33355
|
+
"value_allowed_null": true
|
33356
|
+
},
|
33357
|
+
{
|
33358
|
+
"disabled": false,
|
33359
|
+
"document": "更新时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
33360
|
+
"example": "2018-12-01T00:00:00+08:00",
|
33361
|
+
"member": "string",
|
33362
|
+
"name": "UpdateTime",
|
33363
|
+
"output_required": false,
|
33364
|
+
"type": "string",
|
33365
|
+
"value_allowed_null": true
|
33025
33366
|
}
|
33026
33367
|
],
|
33027
33368
|
"usage": "out"
|
@@ -722,6 +722,14 @@
|
|
722
722
|
"title": "获取模板 ID 为 30 的内容审核模板"
|
723
723
|
}
|
724
724
|
],
|
725
|
+
"DescribeCurrentPlaylist": [
|
726
|
+
{
|
727
|
+
"document": "",
|
728
|
+
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DesribeCurrentPlaylistForCtrip\n<公共请求参数>\n\n{\n \"RoundPlayId\": \"1323\",\n \"SubAppId\": 123\n}",
|
729
|
+
"output": "{\n \"Response\": {\n \"CurrentPlaylist\": [\n {\n \"ItemId\": \"a001\",\n \"FileId\": \"528xxx5487985271487\",\n \"StartPlayTime\": \"2024-07-25T10:12:00+08:00\",\n \"Duration\": 100\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
730
|
+
"title": "查询轮播当前播放列表。"
|
731
|
+
}
|
732
|
+
],
|
725
733
|
"DescribeDailyMediaPlayStat": [
|
726
734
|
{
|
727
735
|
"document": "",
|
@@ -1180,6 +1188,14 @@
|
|
1180
1188
|
"title": "提取溯源水印"
|
1181
1189
|
}
|
1182
1190
|
],
|
1191
|
+
"FastEditMedia": [
|
1192
|
+
{
|
1193
|
+
"document": "",
|
1194
|
+
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: FastEditMedia\n<公共请求参数>\n\n{\n \"FileInfos\": [\n {\n \"EndTimeOffset\": 0.0,\n \"StartTimeOffset\": 30.0,\n \"AudioVideoType\": \"Original\",\n \"TranscodeDefinition\": 100210,\n \"FileId\": \"5285890784246869930\"\n }\n ]\n}",
|
1195
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"FileId\": \"152854854879852xxxxx\",\n \"Url\": \"https://xxx.vod2.myqcloud.com/xxx/xxx.m3u8\"\n }\n}",
|
1196
|
+
"title": "快速剪辑视频"
|
1197
|
+
}
|
1198
|
+
],
|
1183
1199
|
"ForbidMediaDistribution": [
|
1184
1200
|
{
|
1185
1201
|
"document": "",
|
@@ -1188,6 +1204,20 @@
|
|
1188
1204
|
"title": "禁播"
|
1189
1205
|
}
|
1190
1206
|
],
|
1207
|
+
"HandleCurrentPlaylist": [
|
1208
|
+
{
|
1209
|
+
"document": "",
|
1210
|
+
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: HandleCurrentPlaylist\n<公共请求参数>\n\n{\n \"SubAppId\": 123,\n \"RoundPlayId\": \"130\",\n \"Operation\": \"Insert\",\n \"ItemId\": \"a003\",\n \"RoundPlaylist\": [\n {\n \"FileId\": \"528xxx5487985271487\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100210\n }\n ]\n}",
|
1211
|
+
"output": "{\n \"Response\": {\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a01\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100,\n \"FileId\": \"528xxx5487985271487\"\n }\n ],\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
|
1212
|
+
"title": "插入一个节目到当前播放列表 a003 节目之后"
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"document": "",
|
1216
|
+
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: HandleCurrentPlaylist\n<公共请求参数>\n\n{\n \"SubAppId\": 123,\n \"RoundPlayId\": \"130\",\n \"Operation\": \"Delete\",\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a004\",\n \"FileId\": \"\",\n \"AudioVideoType\": \"\"\n }\n ]\n}",
|
1217
|
+
"output": "{\n \"Response\": {\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a004\",\n \"AudioVideoType\": \"\",\n \"Definition\": 100,\n \"FileId\": \"\"\n }\n ],\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
|
1218
|
+
"title": "删除播放列表中的节目"
|
1219
|
+
}
|
1220
|
+
],
|
1191
1221
|
"InspectMediaQuality": [
|
1192
1222
|
{
|
1193
1223
|
"document": "对 fileId 为 5285485487985271487 的视频发起音画质检测任务。",
|