tencentcloud-sdk-python 3.0.1207__py2.py3-none-any.whl → 3.0.1233__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +201 -2
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +296 -4
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +211 -165
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +2316 -2164
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +385 -0
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +178 -6
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +637 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +179 -1
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +9 -0
- tencentcloud/emr/v20190103/models.py +8787 -5344
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +510 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +106 -15
- tencentcloud/ess/v20201111/models.py +742 -96
- tencentcloud/essbasic/v20210526/essbasic_client.py +64 -2
- tencentcloud/essbasic/v20210526/models.py +395 -18
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +53 -1
- tencentcloud/hunyuan/v20230901/models.py +528 -10
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/models.py +14 -6
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +261 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +13 -0
- tencentcloud/mps/v20190612/models.py +631 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +333 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12482 -4167
- tencentcloud/organization/v20210331/organization_client.py +1326 -130
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/rce/v20201103/rce_client.py +2 -2
- tencentcloud/redis/v20180412/models.py +335 -20
- tencentcloud/redis/v20180412/redis_client.py +46 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +5 -4
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +185 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +23 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +209 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +31 -31
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +259 -30
- tencentcloud/trtc/v20190722/trtc_client.py +48 -38
- tencentcloud/tse/v20201207/models.py +114 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/vclm/v20240523/errorcodes.py +30 -3
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +399 -10
- tencentcloud/vpc/v20170312/vpc_client.py +2 -2
- tencentcloud/vrs/v20200824/models.py +1 -0
- tencentcloud/vrs/v20200824/vrs_client.py +1 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +2905 -366
- tencentcloud/wedata/v20210820/wedata_client.py +161 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +196 -187
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -548,6 +548,10 @@ class AdaptiveDynamicStreamingInfoItem(AbstractModel):
|
|
548
548
|
:type SubStreamSet: list of MediaSubStreamInfoItem
|
549
549
|
:param _CopyRightWatermarkText: 版权信息。
|
550
550
|
:type CopyRightWatermarkText: str
|
551
|
+
:param _SubtitleSet: 字幕信息列表。
|
552
|
+
:type SubtitleSet: list of MediaSubtitleItem
|
553
|
+
:param _DefaultSubtitleId: 默认字幕的唯一标识。
|
554
|
+
:type DefaultSubtitleId: str
|
551
555
|
"""
|
552
556
|
self._Definition = None
|
553
557
|
self._Package = None
|
@@ -557,6 +561,8 @@ class AdaptiveDynamicStreamingInfoItem(AbstractModel):
|
|
557
561
|
self._DigitalWatermarkType = None
|
558
562
|
self._SubStreamSet = None
|
559
563
|
self._CopyRightWatermarkText = None
|
564
|
+
self._SubtitleSet = None
|
565
|
+
self._DefaultSubtitleId = None
|
560
566
|
|
561
567
|
@property
|
562
568
|
def Definition(self):
|
@@ -622,6 +628,22 @@ class AdaptiveDynamicStreamingInfoItem(AbstractModel):
|
|
622
628
|
def CopyRightWatermarkText(self, CopyRightWatermarkText):
|
623
629
|
self._CopyRightWatermarkText = CopyRightWatermarkText
|
624
630
|
|
631
|
+
@property
|
632
|
+
def SubtitleSet(self):
|
633
|
+
return self._SubtitleSet
|
634
|
+
|
635
|
+
@SubtitleSet.setter
|
636
|
+
def SubtitleSet(self, SubtitleSet):
|
637
|
+
self._SubtitleSet = SubtitleSet
|
638
|
+
|
639
|
+
@property
|
640
|
+
def DefaultSubtitleId(self):
|
641
|
+
return self._DefaultSubtitleId
|
642
|
+
|
643
|
+
@DefaultSubtitleId.setter
|
644
|
+
def DefaultSubtitleId(self, DefaultSubtitleId):
|
645
|
+
self._DefaultSubtitleId = DefaultSubtitleId
|
646
|
+
|
625
647
|
|
626
648
|
def _deserialize(self, params):
|
627
649
|
self._Definition = params.get("Definition")
|
@@ -637,6 +659,13 @@ class AdaptiveDynamicStreamingInfoItem(AbstractModel):
|
|
637
659
|
obj._deserialize(item)
|
638
660
|
self._SubStreamSet.append(obj)
|
639
661
|
self._CopyRightWatermarkText = params.get("CopyRightWatermarkText")
|
662
|
+
if params.get("SubtitleSet") is not None:
|
663
|
+
self._SubtitleSet = []
|
664
|
+
for item in params.get("SubtitleSet"):
|
665
|
+
obj = MediaSubtitleItem()
|
666
|
+
obj._deserialize(item)
|
667
|
+
self._SubtitleSet.append(obj)
|
668
|
+
self._DefaultSubtitleId = params.get("DefaultSubtitleId")
|
640
669
|
memeber_set = set(params.keys())
|
641
670
|
for name, value in vars(self).items():
|
642
671
|
property_name = name[1:]
|
@@ -658,9 +687,9 @@ class AdaptiveDynamicStreamingTaskInput(AbstractModel):
|
|
658
687
|
:type Definition: int
|
659
688
|
:param _WatermarkSet: 水印列表,支持多张图片或文字水印,最大可支持 10 张。
|
660
689
|
:type WatermarkSet: list of WatermarkInput
|
661
|
-
:param _TraceWatermark:
|
690
|
+
:param _TraceWatermark: 溯源水印,该功能已不再支持使用。
|
662
691
|
:type TraceWatermark: :class:`tencentcloud.vod.v20180717.models.TraceWatermarkInput`
|
663
|
-
:param _CopyRightWatermark:
|
692
|
+
:param _CopyRightWatermark: 版权水印,该功能已不再支持使用。
|
664
693
|
:type CopyRightWatermark: :class:`tencentcloud.vod.v20180717.models.CopyRightWatermarkInput`
|
665
694
|
:param _SubtitleSet: 字幕列表,元素为字幕 ID,支持多个字幕,最大可支持16个。
|
666
695
|
:type SubtitleSet: list of str
|
@@ -9283,6 +9312,8 @@ class AttachMediaSubtitlesRequest(AbstractModel):
|
|
9283
9312
|
:type AdaptiveDynamicStreamingDefinition: int
|
9284
9313
|
:param _SubtitleIds: 字幕的唯一标识。
|
9285
9314
|
:type SubtitleIds: list of str
|
9315
|
+
:param _DefaultSubtitleId: 默认字幕的唯一标识。不填则不设置默认字幕。
|
9316
|
+
:type DefaultSubtitleId: str
|
9286
9317
|
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
9287
9318
|
:type SubAppId: int
|
9288
9319
|
"""
|
@@ -9290,6 +9321,7 @@ class AttachMediaSubtitlesRequest(AbstractModel):
|
|
9290
9321
|
self._Operation = None
|
9291
9322
|
self._AdaptiveDynamicStreamingDefinition = None
|
9292
9323
|
self._SubtitleIds = None
|
9324
|
+
self._DefaultSubtitleId = None
|
9293
9325
|
self._SubAppId = None
|
9294
9326
|
|
9295
9327
|
@property
|
@@ -9324,6 +9356,14 @@ class AttachMediaSubtitlesRequest(AbstractModel):
|
|
9324
9356
|
def SubtitleIds(self, SubtitleIds):
|
9325
9357
|
self._SubtitleIds = SubtitleIds
|
9326
9358
|
|
9359
|
+
@property
|
9360
|
+
def DefaultSubtitleId(self):
|
9361
|
+
return self._DefaultSubtitleId
|
9362
|
+
|
9363
|
+
@DefaultSubtitleId.setter
|
9364
|
+
def DefaultSubtitleId(self, DefaultSubtitleId):
|
9365
|
+
self._DefaultSubtitleId = DefaultSubtitleId
|
9366
|
+
|
9327
9367
|
@property
|
9328
9368
|
def SubAppId(self):
|
9329
9369
|
return self._SubAppId
|
@@ -9338,6 +9378,7 @@ class AttachMediaSubtitlesRequest(AbstractModel):
|
|
9338
9378
|
self._Operation = params.get("Operation")
|
9339
9379
|
self._AdaptiveDynamicStreamingDefinition = params.get("AdaptiveDynamicStreamingDefinition")
|
9340
9380
|
self._SubtitleIds = params.get("SubtitleIds")
|
9381
|
+
self._DefaultSubtitleId = params.get("DefaultSubtitleId")
|
9341
9382
|
self._SubAppId = params.get("SubAppId")
|
9342
9383
|
memeber_set = set(params.keys())
|
9343
9384
|
for name, value in vars(self).items():
|
@@ -20255,6 +20296,105 @@ class DescribeContentReviewTemplatesResponse(AbstractModel):
|
|
20255
20296
|
self._RequestId = params.get("RequestId")
|
20256
20297
|
|
20257
20298
|
|
20299
|
+
class DescribeCurrentPlaylistRequest(AbstractModel):
|
20300
|
+
"""DescribeCurrentPlaylist请求参数结构体
|
20301
|
+
|
20302
|
+
"""
|
20303
|
+
|
20304
|
+
def __init__(self):
|
20305
|
+
r"""
|
20306
|
+
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。</b>
|
20307
|
+
:type SubAppId: int
|
20308
|
+
:param _RoundPlayId: 轮播播单唯一标识。
|
20309
|
+
:type RoundPlayId: str
|
20310
|
+
:param _Limit: 返回的播放列表的长度。最大10,默认值为5。
|
20311
|
+
:type Limit: int
|
20312
|
+
"""
|
20313
|
+
self._SubAppId = None
|
20314
|
+
self._RoundPlayId = None
|
20315
|
+
self._Limit = None
|
20316
|
+
|
20317
|
+
@property
|
20318
|
+
def SubAppId(self):
|
20319
|
+
return self._SubAppId
|
20320
|
+
|
20321
|
+
@SubAppId.setter
|
20322
|
+
def SubAppId(self, SubAppId):
|
20323
|
+
self._SubAppId = SubAppId
|
20324
|
+
|
20325
|
+
@property
|
20326
|
+
def RoundPlayId(self):
|
20327
|
+
return self._RoundPlayId
|
20328
|
+
|
20329
|
+
@RoundPlayId.setter
|
20330
|
+
def RoundPlayId(self, RoundPlayId):
|
20331
|
+
self._RoundPlayId = RoundPlayId
|
20332
|
+
|
20333
|
+
@property
|
20334
|
+
def Limit(self):
|
20335
|
+
return self._Limit
|
20336
|
+
|
20337
|
+
@Limit.setter
|
20338
|
+
def Limit(self, Limit):
|
20339
|
+
self._Limit = Limit
|
20340
|
+
|
20341
|
+
|
20342
|
+
def _deserialize(self, params):
|
20343
|
+
self._SubAppId = params.get("SubAppId")
|
20344
|
+
self._RoundPlayId = params.get("RoundPlayId")
|
20345
|
+
self._Limit = params.get("Limit")
|
20346
|
+
memeber_set = set(params.keys())
|
20347
|
+
for name, value in vars(self).items():
|
20348
|
+
property_name = name[1:]
|
20349
|
+
if property_name in memeber_set:
|
20350
|
+
memeber_set.remove(property_name)
|
20351
|
+
if len(memeber_set) > 0:
|
20352
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
20353
|
+
|
20354
|
+
|
20355
|
+
|
20356
|
+
class DescribeCurrentPlaylistResponse(AbstractModel):
|
20357
|
+
"""DescribeCurrentPlaylist返回参数结构体
|
20358
|
+
|
20359
|
+
"""
|
20360
|
+
|
20361
|
+
def __init__(self):
|
20362
|
+
r"""
|
20363
|
+
:param _CurrentPlaylist: 当前播放列表信息。
|
20364
|
+
:type CurrentPlaylist: list of RoundPlayFilePlayInfo
|
20365
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20366
|
+
:type RequestId: str
|
20367
|
+
"""
|
20368
|
+
self._CurrentPlaylist = None
|
20369
|
+
self._RequestId = None
|
20370
|
+
|
20371
|
+
@property
|
20372
|
+
def CurrentPlaylist(self):
|
20373
|
+
return self._CurrentPlaylist
|
20374
|
+
|
20375
|
+
@CurrentPlaylist.setter
|
20376
|
+
def CurrentPlaylist(self, CurrentPlaylist):
|
20377
|
+
self._CurrentPlaylist = CurrentPlaylist
|
20378
|
+
|
20379
|
+
@property
|
20380
|
+
def RequestId(self):
|
20381
|
+
return self._RequestId
|
20382
|
+
|
20383
|
+
@RequestId.setter
|
20384
|
+
def RequestId(self, RequestId):
|
20385
|
+
self._RequestId = RequestId
|
20386
|
+
|
20387
|
+
|
20388
|
+
def _deserialize(self, params):
|
20389
|
+
if params.get("CurrentPlaylist") is not None:
|
20390
|
+
self._CurrentPlaylist = []
|
20391
|
+
for item in params.get("CurrentPlaylist"):
|
20392
|
+
obj = RoundPlayFilePlayInfo()
|
20393
|
+
obj._deserialize(item)
|
20394
|
+
self._CurrentPlaylist.append(obj)
|
20395
|
+
self._RequestId = params.get("RequestId")
|
20396
|
+
|
20397
|
+
|
20258
20398
|
class DescribeDailyMediaPlayStatRequest(AbstractModel):
|
20259
20399
|
"""DescribeDailyMediaPlayStat请求参数结构体
|
20260
20400
|
|
@@ -23501,15 +23641,27 @@ class DescribeRoundPlaysRequest(AbstractModel):
|
|
23501
23641
|
r"""
|
23502
23642
|
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
23503
23643
|
:type SubAppId: int
|
23504
|
-
:param _RoundPlayIds:
|
23644
|
+
:param _RoundPlayIds: 过滤条件:轮播播单标识,数组长度限制:100。
|
23505
23645
|
:type RoundPlayIds: list of str
|
23506
|
-
:param
|
23646
|
+
:param _Status: 过滤条件,轮播播单状态,可选值: <li>Enabled:启动状态;</li> <li>Disabled:停止状态。</li>
|
23647
|
+
:type Status: str
|
23648
|
+
:param _CreateTime: 过滤条件:轮播播单创建时间。
|
23649
|
+
:type CreateTime: :class:`tencentcloud.vod.v20180717.models.TimeRange`
|
23650
|
+
:param _UpdateTime: 过滤条件:轮播播单更新时间。
|
23651
|
+
:type UpdateTime: :class:`tencentcloud.vod.v20180717.models.TimeRange`
|
23652
|
+
:param _ScrollToken: 翻页标识,分批拉取时使用:当单次请求无法拉取所有数据,接口将会返回 ScrollToken,下一次请求携带该 Token,将会从下一条记录开始获取。
|
23653
|
+
:type ScrollToken: str
|
23654
|
+
:param _Offset: 分页偏移量,默认值:0。已经废弃,请根据 ScrollToken 参数进行分批次查询。
|
23507
23655
|
:type Offset: int
|
23508
23656
|
:param _Limit: 返回记录条数,默认值:10,最大值:100。
|
23509
23657
|
:type Limit: int
|
23510
23658
|
"""
|
23511
23659
|
self._SubAppId = None
|
23512
23660
|
self._RoundPlayIds = None
|
23661
|
+
self._Status = None
|
23662
|
+
self._CreateTime = None
|
23663
|
+
self._UpdateTime = None
|
23664
|
+
self._ScrollToken = None
|
23513
23665
|
self._Offset = None
|
23514
23666
|
self._Limit = None
|
23515
23667
|
|
@@ -23529,6 +23681,38 @@ class DescribeRoundPlaysRequest(AbstractModel):
|
|
23529
23681
|
def RoundPlayIds(self, RoundPlayIds):
|
23530
23682
|
self._RoundPlayIds = RoundPlayIds
|
23531
23683
|
|
23684
|
+
@property
|
23685
|
+
def Status(self):
|
23686
|
+
return self._Status
|
23687
|
+
|
23688
|
+
@Status.setter
|
23689
|
+
def Status(self, Status):
|
23690
|
+
self._Status = Status
|
23691
|
+
|
23692
|
+
@property
|
23693
|
+
def CreateTime(self):
|
23694
|
+
return self._CreateTime
|
23695
|
+
|
23696
|
+
@CreateTime.setter
|
23697
|
+
def CreateTime(self, CreateTime):
|
23698
|
+
self._CreateTime = CreateTime
|
23699
|
+
|
23700
|
+
@property
|
23701
|
+
def UpdateTime(self):
|
23702
|
+
return self._UpdateTime
|
23703
|
+
|
23704
|
+
@UpdateTime.setter
|
23705
|
+
def UpdateTime(self, UpdateTime):
|
23706
|
+
self._UpdateTime = UpdateTime
|
23707
|
+
|
23708
|
+
@property
|
23709
|
+
def ScrollToken(self):
|
23710
|
+
return self._ScrollToken
|
23711
|
+
|
23712
|
+
@ScrollToken.setter
|
23713
|
+
def ScrollToken(self, ScrollToken):
|
23714
|
+
self._ScrollToken = ScrollToken
|
23715
|
+
|
23532
23716
|
@property
|
23533
23717
|
def Offset(self):
|
23534
23718
|
return self._Offset
|
@@ -23549,6 +23733,14 @@ class DescribeRoundPlaysRequest(AbstractModel):
|
|
23549
23733
|
def _deserialize(self, params):
|
23550
23734
|
self._SubAppId = params.get("SubAppId")
|
23551
23735
|
self._RoundPlayIds = params.get("RoundPlayIds")
|
23736
|
+
self._Status = params.get("Status")
|
23737
|
+
if params.get("CreateTime") is not None:
|
23738
|
+
self._CreateTime = TimeRange()
|
23739
|
+
self._CreateTime._deserialize(params.get("CreateTime"))
|
23740
|
+
if params.get("UpdateTime") is not None:
|
23741
|
+
self._UpdateTime = TimeRange()
|
23742
|
+
self._UpdateTime._deserialize(params.get("UpdateTime"))
|
23743
|
+
self._ScrollToken = params.get("ScrollToken")
|
23552
23744
|
self._Offset = params.get("Offset")
|
23553
23745
|
self._Limit = params.get("Limit")
|
23554
23746
|
memeber_set = set(params.keys())
|
@@ -23568,15 +23760,18 @@ class DescribeRoundPlaysResponse(AbstractModel):
|
|
23568
23760
|
|
23569
23761
|
def __init__(self):
|
23570
23762
|
r"""
|
23571
|
-
:param _TotalCount:
|
23763
|
+
:param _TotalCount: 符合过滤条件的轮播播单总数。已经废弃,分批次查询请请使用 ScrollToken 参数。
|
23572
23764
|
:type TotalCount: int
|
23573
23765
|
:param _RoundPlaySet: 轮播播单详情列表。
|
23574
23766
|
:type RoundPlaySet: list of RoundPlayInfo
|
23767
|
+
:param _ScrollToken: 翻页标识,当请求未返回所有数据,该字段表示下一条记录的 ID。当该字段为空,说明已无更多数据。
|
23768
|
+
:type ScrollToken: str
|
23575
23769
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23576
23770
|
:type RequestId: str
|
23577
23771
|
"""
|
23578
23772
|
self._TotalCount = None
|
23579
23773
|
self._RoundPlaySet = None
|
23774
|
+
self._ScrollToken = None
|
23580
23775
|
self._RequestId = None
|
23581
23776
|
|
23582
23777
|
@property
|
@@ -23595,6 +23790,14 @@ class DescribeRoundPlaysResponse(AbstractModel):
|
|
23595
23790
|
def RoundPlaySet(self, RoundPlaySet):
|
23596
23791
|
self._RoundPlaySet = RoundPlaySet
|
23597
23792
|
|
23793
|
+
@property
|
23794
|
+
def ScrollToken(self):
|
23795
|
+
return self._ScrollToken
|
23796
|
+
|
23797
|
+
@ScrollToken.setter
|
23798
|
+
def ScrollToken(self, ScrollToken):
|
23799
|
+
self._ScrollToken = ScrollToken
|
23800
|
+
|
23598
23801
|
@property
|
23599
23802
|
def RequestId(self):
|
23600
23803
|
return self._RequestId
|
@@ -23612,6 +23815,7 @@ class DescribeRoundPlaysResponse(AbstractModel):
|
|
23612
23815
|
obj = RoundPlayInfo()
|
23613
23816
|
obj._deserialize(item)
|
23614
23817
|
self._RoundPlaySet.append(obj)
|
23818
|
+
self._ScrollToken = params.get("ScrollToken")
|
23615
23819
|
self._RequestId = params.get("RequestId")
|
23616
23820
|
|
23617
23821
|
|
@@ -26631,8 +26835,12 @@ class EditMediaTEHDConfig(AbstractModel):
|
|
26631
26835
|
r"""
|
26632
26836
|
:param _Type: 极速高清类型,可选值:<li>TEHD-100 表示极速高清-100;</li> <li>OFF 表示关闭极速高清。</li>不填表示 OFF。
|
26633
26837
|
:type Type: str
|
26838
|
+
:param _MaxVideoBitrate: 视频码率上限,当 Type 指定了极速高清类型时有效。
|
26839
|
+
不填或填0表示不设视频码率上限。
|
26840
|
+
:type MaxVideoBitrate: int
|
26634
26841
|
"""
|
26635
26842
|
self._Type = None
|
26843
|
+
self._MaxVideoBitrate = None
|
26636
26844
|
|
26637
26845
|
@property
|
26638
26846
|
def Type(self):
|
@@ -26642,9 +26850,18 @@ class EditMediaTEHDConfig(AbstractModel):
|
|
26642
26850
|
def Type(self, Type):
|
26643
26851
|
self._Type = Type
|
26644
26852
|
|
26853
|
+
@property
|
26854
|
+
def MaxVideoBitrate(self):
|
26855
|
+
return self._MaxVideoBitrate
|
26856
|
+
|
26857
|
+
@MaxVideoBitrate.setter
|
26858
|
+
def MaxVideoBitrate(self, MaxVideoBitrate):
|
26859
|
+
self._MaxVideoBitrate = MaxVideoBitrate
|
26860
|
+
|
26645
26861
|
|
26646
26862
|
def _deserialize(self, params):
|
26647
26863
|
self._Type = params.get("Type")
|
26864
|
+
self._MaxVideoBitrate = params.get("MaxVideoBitrate")
|
26648
26865
|
memeber_set = set(params.keys())
|
26649
26866
|
for name, value in vars(self).items():
|
26650
26867
|
property_name = name[1:]
|
@@ -28777,7 +28994,7 @@ class ExtractTraceWatermarkTaskOutput(AbstractModel):
|
|
28777
28994
|
|
28778
28995
|
def __init__(self):
|
28779
28996
|
r"""
|
28780
|
-
:param _Uv: 播放者的 ID,以十六进制表示,共6
|
28997
|
+
:param _Uv: 播放者的 ID,以十六进制表示,共6位。
|
28781
28998
|
:type Uv: str
|
28782
28999
|
:param _Uid: 该字段已废弃。
|
28783
29000
|
:type Uid: str
|
@@ -29044,6 +29261,201 @@ class FaceEnhanceInfo(AbstractModel):
|
|
29044
29261
|
|
29045
29262
|
|
29046
29263
|
|
29264
|
+
class FastEditMediaFileInfo(AbstractModel):
|
29265
|
+
"""快速媒体编辑操作的输入媒体类型
|
29266
|
+
|
29267
|
+
"""
|
29268
|
+
|
29269
|
+
def __init__(self):
|
29270
|
+
r"""
|
29271
|
+
:param _FileId: 媒体的 ID。
|
29272
|
+
:type FileId: str
|
29273
|
+
:param _AudioVideoType: 操作的音视频类型,可选值有:
|
29274
|
+
<li>Transcode:转码输出;</li>
|
29275
|
+
<li>Original:原始音视频。</li>
|
29276
|
+
注意:操作的音视频,必须为 HLS 格式。
|
29277
|
+
:type AudioVideoType: str
|
29278
|
+
:param _TranscodeDefinition: 当 AudioVideoType 为 Transcode 时有效,表示操作媒体的的转码模板 ID。
|
29279
|
+
:type TranscodeDefinition: int
|
29280
|
+
:param _StartTimeOffset: 媒体剪辑起始的偏移时间,单位:秒。
|
29281
|
+
:type StartTimeOffset: float
|
29282
|
+
:param _EndTimeOffset: 媒体剪辑结束的时间偏移,单位:秒。
|
29283
|
+
:type EndTimeOffset: float
|
29284
|
+
"""
|
29285
|
+
self._FileId = None
|
29286
|
+
self._AudioVideoType = None
|
29287
|
+
self._TranscodeDefinition = None
|
29288
|
+
self._StartTimeOffset = None
|
29289
|
+
self._EndTimeOffset = None
|
29290
|
+
|
29291
|
+
@property
|
29292
|
+
def FileId(self):
|
29293
|
+
return self._FileId
|
29294
|
+
|
29295
|
+
@FileId.setter
|
29296
|
+
def FileId(self, FileId):
|
29297
|
+
self._FileId = FileId
|
29298
|
+
|
29299
|
+
@property
|
29300
|
+
def AudioVideoType(self):
|
29301
|
+
return self._AudioVideoType
|
29302
|
+
|
29303
|
+
@AudioVideoType.setter
|
29304
|
+
def AudioVideoType(self, AudioVideoType):
|
29305
|
+
self._AudioVideoType = AudioVideoType
|
29306
|
+
|
29307
|
+
@property
|
29308
|
+
def TranscodeDefinition(self):
|
29309
|
+
return self._TranscodeDefinition
|
29310
|
+
|
29311
|
+
@TranscodeDefinition.setter
|
29312
|
+
def TranscodeDefinition(self, TranscodeDefinition):
|
29313
|
+
self._TranscodeDefinition = TranscodeDefinition
|
29314
|
+
|
29315
|
+
@property
|
29316
|
+
def StartTimeOffset(self):
|
29317
|
+
return self._StartTimeOffset
|
29318
|
+
|
29319
|
+
@StartTimeOffset.setter
|
29320
|
+
def StartTimeOffset(self, StartTimeOffset):
|
29321
|
+
self._StartTimeOffset = StartTimeOffset
|
29322
|
+
|
29323
|
+
@property
|
29324
|
+
def EndTimeOffset(self):
|
29325
|
+
return self._EndTimeOffset
|
29326
|
+
|
29327
|
+
@EndTimeOffset.setter
|
29328
|
+
def EndTimeOffset(self, EndTimeOffset):
|
29329
|
+
self._EndTimeOffset = EndTimeOffset
|
29330
|
+
|
29331
|
+
|
29332
|
+
def _deserialize(self, params):
|
29333
|
+
self._FileId = params.get("FileId")
|
29334
|
+
self._AudioVideoType = params.get("AudioVideoType")
|
29335
|
+
self._TranscodeDefinition = params.get("TranscodeDefinition")
|
29336
|
+
self._StartTimeOffset = params.get("StartTimeOffset")
|
29337
|
+
self._EndTimeOffset = params.get("EndTimeOffset")
|
29338
|
+
memeber_set = set(params.keys())
|
29339
|
+
for name, value in vars(self).items():
|
29340
|
+
property_name = name[1:]
|
29341
|
+
if property_name in memeber_set:
|
29342
|
+
memeber_set.remove(property_name)
|
29343
|
+
if len(memeber_set) > 0:
|
29344
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
29345
|
+
|
29346
|
+
|
29347
|
+
|
29348
|
+
class FastEditMediaRequest(AbstractModel):
|
29349
|
+
"""FastEditMedia请求参数结构体
|
29350
|
+
|
29351
|
+
"""
|
29352
|
+
|
29353
|
+
def __init__(self):
|
29354
|
+
r"""
|
29355
|
+
:param _FileInfos: 输入的媒体文件信息。最多支持传入100个媒体。
|
29356
|
+
:type FileInfos: list of FastEditMediaFileInfo
|
29357
|
+
:param _ClipMode: ClipMode 用来表示剪辑时间点落在一个 TS 分片中间时,是否包含这个分片。共有两种取值: <li>StartInclusiveEndInclusive:当剪辑起始时间点和结束时间点落在一个分片的中间时,都会包含这个分片;</li> <li>StartInclusiveEndExclusive:当起始时间点落在一个分片的中间时,会包含这个分片;而当结束时间点落在一个分片的中间时,不会包含这个分片。</li> 不填时,默认为 StartInclusiveEndInclusive。
|
29358
|
+
:type ClipMode: str
|
29359
|
+
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
29360
|
+
:type SubAppId: int
|
29361
|
+
"""
|
29362
|
+
self._FileInfos = None
|
29363
|
+
self._ClipMode = None
|
29364
|
+
self._SubAppId = None
|
29365
|
+
|
29366
|
+
@property
|
29367
|
+
def FileInfos(self):
|
29368
|
+
return self._FileInfos
|
29369
|
+
|
29370
|
+
@FileInfos.setter
|
29371
|
+
def FileInfos(self, FileInfos):
|
29372
|
+
self._FileInfos = FileInfos
|
29373
|
+
|
29374
|
+
@property
|
29375
|
+
def ClipMode(self):
|
29376
|
+
return self._ClipMode
|
29377
|
+
|
29378
|
+
@ClipMode.setter
|
29379
|
+
def ClipMode(self, ClipMode):
|
29380
|
+
self._ClipMode = ClipMode
|
29381
|
+
|
29382
|
+
@property
|
29383
|
+
def SubAppId(self):
|
29384
|
+
return self._SubAppId
|
29385
|
+
|
29386
|
+
@SubAppId.setter
|
29387
|
+
def SubAppId(self, SubAppId):
|
29388
|
+
self._SubAppId = SubAppId
|
29389
|
+
|
29390
|
+
|
29391
|
+
def _deserialize(self, params):
|
29392
|
+
if params.get("FileInfos") is not None:
|
29393
|
+
self._FileInfos = []
|
29394
|
+
for item in params.get("FileInfos"):
|
29395
|
+
obj = FastEditMediaFileInfo()
|
29396
|
+
obj._deserialize(item)
|
29397
|
+
self._FileInfos.append(obj)
|
29398
|
+
self._ClipMode = params.get("ClipMode")
|
29399
|
+
self._SubAppId = params.get("SubAppId")
|
29400
|
+
memeber_set = set(params.keys())
|
29401
|
+
for name, value in vars(self).items():
|
29402
|
+
property_name = name[1:]
|
29403
|
+
if property_name in memeber_set:
|
29404
|
+
memeber_set.remove(property_name)
|
29405
|
+
if len(memeber_set) > 0:
|
29406
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
29407
|
+
|
29408
|
+
|
29409
|
+
|
29410
|
+
class FastEditMediaResponse(AbstractModel):
|
29411
|
+
"""FastEditMedia返回参数结构体
|
29412
|
+
|
29413
|
+
"""
|
29414
|
+
|
29415
|
+
def __init__(self):
|
29416
|
+
r"""
|
29417
|
+
:param _FileId: 快速编辑后的视频的媒体文件的唯一标识。
|
29418
|
+
:type FileId: str
|
29419
|
+
:param _Url: 快速编辑后的媒体播放地址。
|
29420
|
+
:type Url: str
|
29421
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29422
|
+
:type RequestId: str
|
29423
|
+
"""
|
29424
|
+
self._FileId = None
|
29425
|
+
self._Url = None
|
29426
|
+
self._RequestId = None
|
29427
|
+
|
29428
|
+
@property
|
29429
|
+
def FileId(self):
|
29430
|
+
return self._FileId
|
29431
|
+
|
29432
|
+
@FileId.setter
|
29433
|
+
def FileId(self, FileId):
|
29434
|
+
self._FileId = FileId
|
29435
|
+
|
29436
|
+
@property
|
29437
|
+
def Url(self):
|
29438
|
+
return self._Url
|
29439
|
+
|
29440
|
+
@Url.setter
|
29441
|
+
def Url(self, Url):
|
29442
|
+
self._Url = Url
|
29443
|
+
|
29444
|
+
@property
|
29445
|
+
def RequestId(self):
|
29446
|
+
return self._RequestId
|
29447
|
+
|
29448
|
+
@RequestId.setter
|
29449
|
+
def RequestId(self, RequestId):
|
29450
|
+
self._RequestId = RequestId
|
29451
|
+
|
29452
|
+
|
29453
|
+
def _deserialize(self, params):
|
29454
|
+
self._FileId = params.get("FileId")
|
29455
|
+
self._Url = params.get("Url")
|
29456
|
+
self._RequestId = params.get("RequestId")
|
29457
|
+
|
29458
|
+
|
29047
29459
|
class FileDeleteResultItem(AbstractModel):
|
29048
29460
|
"""文件删除结果信息
|
29049
29461
|
|
@@ -29585,6 +29997,134 @@ class HDRInfo(AbstractModel):
|
|
29585
29997
|
|
29586
29998
|
|
29587
29999
|
|
30000
|
+
class HandleCurrentPlaylistRequest(AbstractModel):
|
30001
|
+
"""HandleCurrentPlaylist请求参数结构体
|
30002
|
+
|
30003
|
+
"""
|
30004
|
+
|
30005
|
+
def __init__(self):
|
30006
|
+
r"""
|
30007
|
+
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。</b>
|
30008
|
+
:type SubAppId: int
|
30009
|
+
:param _RoundPlayId: 轮播播单唯一标识。
|
30010
|
+
:type RoundPlayId: str
|
30011
|
+
:param _Operation: 操作类型,取值有:<li>Insert:向当前播放列表插入播放节目。</li> <li>InsertTemporary:向当前播放列表临时插入播放节目。只能插入到当前正在播放的节目后面,临时插入的节目只在本次轮播过程生效。</li><li>Delete:删除播放列表中的播放节目。不能删除正在播放的节目。</li>
|
30012
|
+
:type Operation: str
|
30013
|
+
:param _ItemId: 播单节目 ID。当 Operation 为 Insert 时必填,表示插入的节目列表位于该播放节目之后。插入的位置必须在当前正在播放的节目之后。
|
30014
|
+
:type ItemId: str
|
30015
|
+
:param _RoundPlaylist: 节目列表。当 Operation 为 Insert、InsertTemporary、Delete 时必填,表示要操作的节目列表。列表长度最大为10。
|
30016
|
+
:type RoundPlaylist: list of RoundPlayListItemInfo
|
30017
|
+
"""
|
30018
|
+
self._SubAppId = None
|
30019
|
+
self._RoundPlayId = None
|
30020
|
+
self._Operation = None
|
30021
|
+
self._ItemId = None
|
30022
|
+
self._RoundPlaylist = None
|
30023
|
+
|
30024
|
+
@property
|
30025
|
+
def SubAppId(self):
|
30026
|
+
return self._SubAppId
|
30027
|
+
|
30028
|
+
@SubAppId.setter
|
30029
|
+
def SubAppId(self, SubAppId):
|
30030
|
+
self._SubAppId = SubAppId
|
30031
|
+
|
30032
|
+
@property
|
30033
|
+
def RoundPlayId(self):
|
30034
|
+
return self._RoundPlayId
|
30035
|
+
|
30036
|
+
@RoundPlayId.setter
|
30037
|
+
def RoundPlayId(self, RoundPlayId):
|
30038
|
+
self._RoundPlayId = RoundPlayId
|
30039
|
+
|
30040
|
+
@property
|
30041
|
+
def Operation(self):
|
30042
|
+
return self._Operation
|
30043
|
+
|
30044
|
+
@Operation.setter
|
30045
|
+
def Operation(self, Operation):
|
30046
|
+
self._Operation = Operation
|
30047
|
+
|
30048
|
+
@property
|
30049
|
+
def ItemId(self):
|
30050
|
+
return self._ItemId
|
30051
|
+
|
30052
|
+
@ItemId.setter
|
30053
|
+
def ItemId(self, ItemId):
|
30054
|
+
self._ItemId = ItemId
|
30055
|
+
|
30056
|
+
@property
|
30057
|
+
def RoundPlaylist(self):
|
30058
|
+
return self._RoundPlaylist
|
30059
|
+
|
30060
|
+
@RoundPlaylist.setter
|
30061
|
+
def RoundPlaylist(self, RoundPlaylist):
|
30062
|
+
self._RoundPlaylist = RoundPlaylist
|
30063
|
+
|
30064
|
+
|
30065
|
+
def _deserialize(self, params):
|
30066
|
+
self._SubAppId = params.get("SubAppId")
|
30067
|
+
self._RoundPlayId = params.get("RoundPlayId")
|
30068
|
+
self._Operation = params.get("Operation")
|
30069
|
+
self._ItemId = params.get("ItemId")
|
30070
|
+
if params.get("RoundPlaylist") is not None:
|
30071
|
+
self._RoundPlaylist = []
|
30072
|
+
for item in params.get("RoundPlaylist"):
|
30073
|
+
obj = RoundPlayListItemInfo()
|
30074
|
+
obj._deserialize(item)
|
30075
|
+
self._RoundPlaylist.append(obj)
|
30076
|
+
memeber_set = set(params.keys())
|
30077
|
+
for name, value in vars(self).items():
|
30078
|
+
property_name = name[1:]
|
30079
|
+
if property_name in memeber_set:
|
30080
|
+
memeber_set.remove(property_name)
|
30081
|
+
if len(memeber_set) > 0:
|
30082
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
30083
|
+
|
30084
|
+
|
30085
|
+
|
30086
|
+
class HandleCurrentPlaylistResponse(AbstractModel):
|
30087
|
+
"""HandleCurrentPlaylist返回参数结构体
|
30088
|
+
|
30089
|
+
"""
|
30090
|
+
|
30091
|
+
def __init__(self):
|
30092
|
+
r"""
|
30093
|
+
:param _RoundPlaylist: 操作成功的节目列表。
|
30094
|
+
:type RoundPlaylist: list of RoundPlayListItemInfo
|
30095
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30096
|
+
:type RequestId: str
|
30097
|
+
"""
|
30098
|
+
self._RoundPlaylist = None
|
30099
|
+
self._RequestId = None
|
30100
|
+
|
30101
|
+
@property
|
30102
|
+
def RoundPlaylist(self):
|
30103
|
+
return self._RoundPlaylist
|
30104
|
+
|
30105
|
+
@RoundPlaylist.setter
|
30106
|
+
def RoundPlaylist(self, RoundPlaylist):
|
30107
|
+
self._RoundPlaylist = RoundPlaylist
|
30108
|
+
|
30109
|
+
@property
|
30110
|
+
def RequestId(self):
|
30111
|
+
return self._RequestId
|
30112
|
+
|
30113
|
+
@RequestId.setter
|
30114
|
+
def RequestId(self, RequestId):
|
30115
|
+
self._RequestId = RequestId
|
30116
|
+
|
30117
|
+
|
30118
|
+
def _deserialize(self, params):
|
30119
|
+
if params.get("RoundPlaylist") is not None:
|
30120
|
+
self._RoundPlaylist = []
|
30121
|
+
for item in params.get("RoundPlaylist"):
|
30122
|
+
obj = RoundPlayListItemInfo()
|
30123
|
+
obj._deserialize(item)
|
30124
|
+
self._RoundPlaylist.append(obj)
|
30125
|
+
self._RequestId = params.get("RequestId")
|
30126
|
+
|
30127
|
+
|
29588
30128
|
class HeadTailConfigureInfo(AbstractModel):
|
29589
30129
|
"""视频片头片尾识别任务控制参数
|
29590
30130
|
|
@@ -39875,9 +40415,7 @@ class ModifyRoundPlayRequest(AbstractModel):
|
|
39875
40415
|
:type Name: str
|
39876
40416
|
:param _Desc: 轮播播单描述信息,长度限制:256 个字符。
|
39877
40417
|
:type Desc: str
|
39878
|
-
:param _Status:
|
39879
|
-
<li>Disabled:结束播放,结束后轮播任务不能再次启动。</li>
|
39880
|
-
|
40418
|
+
:param _Status: 播放状态,可选值:<li>Disabled:停止播放。</li><li>Enabled:启播时长到达后启动播放。</li>
|
39881
40419
|
:type Status: str
|
39882
40420
|
:param _PlayBackMode: 播放模式,可选值:
|
39883
40421
|
<li>Loop:循环播放播单;</li>
|
@@ -51793,6 +52331,89 @@ class ReviewTemplate(AbstractModel):
|
|
51793
52331
|
|
51794
52332
|
|
51795
52333
|
|
52334
|
+
class RoundPlayFilePlayInfo(AbstractModel):
|
52335
|
+
"""轮播节目播放信息
|
52336
|
+
|
52337
|
+
"""
|
52338
|
+
|
52339
|
+
def __init__(self):
|
52340
|
+
r"""
|
52341
|
+
:param _ItemId: 播单节目的 ID,由系统分配。
|
52342
|
+
:type ItemId: str
|
52343
|
+
:param _FileId: 媒体文件标识。
|
52344
|
+
:type FileId: str
|
52345
|
+
:param _StartPlayTime: 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
52346
|
+
:type StartPlayTime: str
|
52347
|
+
:param _Duration: 播放时长,单位为秒。
|
52348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52349
|
+
:type Duration: float
|
52350
|
+
:param _Progress: 播放进度,单位为秒。
|
52351
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52352
|
+
:type Progress: float
|
52353
|
+
"""
|
52354
|
+
self._ItemId = None
|
52355
|
+
self._FileId = None
|
52356
|
+
self._StartPlayTime = None
|
52357
|
+
self._Duration = None
|
52358
|
+
self._Progress = None
|
52359
|
+
|
52360
|
+
@property
|
52361
|
+
def ItemId(self):
|
52362
|
+
return self._ItemId
|
52363
|
+
|
52364
|
+
@ItemId.setter
|
52365
|
+
def ItemId(self, ItemId):
|
52366
|
+
self._ItemId = ItemId
|
52367
|
+
|
52368
|
+
@property
|
52369
|
+
def FileId(self):
|
52370
|
+
return self._FileId
|
52371
|
+
|
52372
|
+
@FileId.setter
|
52373
|
+
def FileId(self, FileId):
|
52374
|
+
self._FileId = FileId
|
52375
|
+
|
52376
|
+
@property
|
52377
|
+
def StartPlayTime(self):
|
52378
|
+
return self._StartPlayTime
|
52379
|
+
|
52380
|
+
@StartPlayTime.setter
|
52381
|
+
def StartPlayTime(self, StartPlayTime):
|
52382
|
+
self._StartPlayTime = StartPlayTime
|
52383
|
+
|
52384
|
+
@property
|
52385
|
+
def Duration(self):
|
52386
|
+
return self._Duration
|
52387
|
+
|
52388
|
+
@Duration.setter
|
52389
|
+
def Duration(self, Duration):
|
52390
|
+
self._Duration = Duration
|
52391
|
+
|
52392
|
+
@property
|
52393
|
+
def Progress(self):
|
52394
|
+
return self._Progress
|
52395
|
+
|
52396
|
+
@Progress.setter
|
52397
|
+
def Progress(self, Progress):
|
52398
|
+
self._Progress = Progress
|
52399
|
+
|
52400
|
+
|
52401
|
+
def _deserialize(self, params):
|
52402
|
+
self._ItemId = params.get("ItemId")
|
52403
|
+
self._FileId = params.get("FileId")
|
52404
|
+
self._StartPlayTime = params.get("StartPlayTime")
|
52405
|
+
self._Duration = params.get("Duration")
|
52406
|
+
self._Progress = params.get("Progress")
|
52407
|
+
memeber_set = set(params.keys())
|
52408
|
+
for name, value in vars(self).items():
|
52409
|
+
property_name = name[1:]
|
52410
|
+
if property_name in memeber_set:
|
52411
|
+
memeber_set.remove(property_name)
|
52412
|
+
if len(memeber_set) > 0:
|
52413
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
52414
|
+
|
52415
|
+
|
52416
|
+
|
51796
52417
|
class RoundPlayInfo(AbstractModel):
|
51797
52418
|
"""轮播任务信息
|
51798
52419
|
|
@@ -51822,6 +52443,12 @@ class RoundPlayInfo(AbstractModel):
|
|
51822
52443
|
:type PlayBackMode: str
|
51823
52444
|
:param _Url: 轮播播放地址。
|
51824
52445
|
:type Url: str
|
52446
|
+
:param _CreateTime: 创建时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
52447
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52448
|
+
:type CreateTime: str
|
52449
|
+
:param _UpdateTime: 更新时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
52450
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52451
|
+
:type UpdateTime: str
|
51825
52452
|
"""
|
51826
52453
|
self._RoundPlayId = None
|
51827
52454
|
self._StartTime = None
|
@@ -51831,6 +52458,8 @@ class RoundPlayInfo(AbstractModel):
|
|
51831
52458
|
self._Status = None
|
51832
52459
|
self._PlayBackMode = None
|
51833
52460
|
self._Url = None
|
52461
|
+
self._CreateTime = None
|
52462
|
+
self._UpdateTime = None
|
51834
52463
|
|
51835
52464
|
@property
|
51836
52465
|
def RoundPlayId(self):
|
@@ -51896,6 +52525,22 @@ class RoundPlayInfo(AbstractModel):
|
|
51896
52525
|
def Url(self, Url):
|
51897
52526
|
self._Url = Url
|
51898
52527
|
|
52528
|
+
@property
|
52529
|
+
def CreateTime(self):
|
52530
|
+
return self._CreateTime
|
52531
|
+
|
52532
|
+
@CreateTime.setter
|
52533
|
+
def CreateTime(self, CreateTime):
|
52534
|
+
self._CreateTime = CreateTime
|
52535
|
+
|
52536
|
+
@property
|
52537
|
+
def UpdateTime(self):
|
52538
|
+
return self._UpdateTime
|
52539
|
+
|
52540
|
+
@UpdateTime.setter
|
52541
|
+
def UpdateTime(self, UpdateTime):
|
52542
|
+
self._UpdateTime = UpdateTime
|
52543
|
+
|
51899
52544
|
|
51900
52545
|
def _deserialize(self, params):
|
51901
52546
|
self._RoundPlayId = params.get("RoundPlayId")
|
@@ -51911,6 +52556,8 @@ class RoundPlayInfo(AbstractModel):
|
|
51911
52556
|
self._Status = params.get("Status")
|
51912
52557
|
self._PlayBackMode = params.get("PlayBackMode")
|
51913
52558
|
self._Url = params.get("Url")
|
52559
|
+
self._CreateTime = params.get("CreateTime")
|
52560
|
+
self._UpdateTime = params.get("UpdateTime")
|
51914
52561
|
memeber_set = set(params.keys())
|
51915
52562
|
for name, value in vars(self).items():
|
51916
52563
|
property_name = name[1:]
|
@@ -51922,7 +52569,7 @@ class RoundPlayInfo(AbstractModel):
|
|
51922
52569
|
|
51923
52570
|
|
51924
52571
|
class RoundPlayListItemInfo(AbstractModel):
|
51925
|
-
"""
|
52572
|
+
"""轮播播放节目信息
|
51926
52573
|
|
51927
52574
|
"""
|
51928
52575
|
|
@@ -51935,11 +52582,14 @@ class RoundPlayListItemInfo(AbstractModel):
|
|
51935
52582
|
<li>Original:原始音视频。</li>
|
51936
52583
|
Type 对应的格式必须为 HLS 格式。
|
51937
52584
|
:type AudioVideoType: str
|
52585
|
+
:param _ItemId: 播放节目的 ID,由系统分配。
|
52586
|
+
:type ItemId: str
|
51938
52587
|
:param _Definition: 指定播放的转码模版,当 AudioVideoType 为 Transcode 时必须指定。
|
51939
52588
|
:type Definition: int
|
51940
52589
|
"""
|
51941
52590
|
self._FileId = None
|
51942
52591
|
self._AudioVideoType = None
|
52592
|
+
self._ItemId = None
|
51943
52593
|
self._Definition = None
|
51944
52594
|
|
51945
52595
|
@property
|
@@ -51958,6 +52608,14 @@ Type 对应的格式必须为 HLS 格式。
|
|
51958
52608
|
def AudioVideoType(self, AudioVideoType):
|
51959
52609
|
self._AudioVideoType = AudioVideoType
|
51960
52610
|
|
52611
|
+
@property
|
52612
|
+
def ItemId(self):
|
52613
|
+
return self._ItemId
|
52614
|
+
|
52615
|
+
@ItemId.setter
|
52616
|
+
def ItemId(self, ItemId):
|
52617
|
+
self._ItemId = ItemId
|
52618
|
+
|
51961
52619
|
@property
|
51962
52620
|
def Definition(self):
|
51963
52621
|
return self._Definition
|
@@ -51970,6 +52628,7 @@ Type 对应的格式必须为 HLS 格式。
|
|
51970
52628
|
def _deserialize(self, params):
|
51971
52629
|
self._FileId = params.get("FileId")
|
51972
52630
|
self._AudioVideoType = params.get("AudioVideoType")
|
52631
|
+
self._ItemId = params.get("ItemId")
|
51973
52632
|
self._Definition = params.get("Definition")
|
51974
52633
|
memeber_set = set(params.keys())
|
51975
52634
|
for name, value in vars(self).items():
|
@@ -56852,9 +57511,9 @@ class TranscodeTaskInput(AbstractModel):
|
|
56852
57511
|
:type Definition: int
|
56853
57512
|
:param _WatermarkSet: 水印列表,支持多张图片或文字水印,最大可支持 10 张。
|
56854
57513
|
:type WatermarkSet: list of WatermarkInput
|
56855
|
-
:param _TraceWatermark:
|
57514
|
+
:param _TraceWatermark: 溯源水印,该功能已不再支持使用。
|
56856
57515
|
:type TraceWatermark: :class:`tencentcloud.vod.v20180717.models.TraceWatermarkInput`
|
56857
|
-
:param _CopyRightWatermark:
|
57516
|
+
:param _CopyRightWatermark: 版权水印,该功能已不再支持使用。
|
56858
57517
|
:type CopyRightWatermark: :class:`tencentcloud.vod.v20180717.models.CopyRightWatermarkInput`
|
56859
57518
|
:param _MosaicSet: 马赛克列表,最大可支持 10 张。
|
56860
57519
|
:type MosaicSet: list of MosaicInput
|