tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -25,9 +25,9 @@ class AddCasterInputInfoRequest(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param _CasterId:
|
|
28
|
+
:param _CasterId: <p>导播台ID。</p>
|
|
29
29
|
:type CasterId: int
|
|
30
|
-
:param _InputInfo:
|
|
30
|
+
:param _InputInfo: <p>导播台输入源详细信息。</p>
|
|
31
31
|
:type InputInfo: :class:`tencentcloud.live.v20180801.models.CasterInputInfo`
|
|
32
32
|
"""
|
|
33
33
|
self._CasterId = None
|
|
@@ -35,7 +35,7 @@ class AddCasterInputInfoRequest(AbstractModel):
|
|
|
35
35
|
|
|
36
36
|
@property
|
|
37
37
|
def CasterId(self):
|
|
38
|
-
r"""
|
|
38
|
+
r"""<p>导播台ID。</p>
|
|
39
39
|
:rtype: int
|
|
40
40
|
"""
|
|
41
41
|
return self._CasterId
|
|
@@ -46,7 +46,7 @@ class AddCasterInputInfoRequest(AbstractModel):
|
|
|
46
46
|
|
|
47
47
|
@property
|
|
48
48
|
def InputInfo(self):
|
|
49
|
-
r"""
|
|
49
|
+
r"""<p>导播台输入源详细信息。</p>
|
|
50
50
|
:rtype: :class:`tencentcloud.live.v20180801.models.CasterInputInfo`
|
|
51
51
|
"""
|
|
52
52
|
return self._InputInfo
|
|
@@ -78,13 +78,9 @@ class AddCasterInputInfoResponse(AbstractModel):
|
|
|
78
78
|
|
|
79
79
|
def __init__(self):
|
|
80
80
|
r"""
|
|
81
|
-
:param _InputPlayUrl: rtmp
|
|
82
|
-
注:仅可作为预览使用,不可分发。
|
|
81
|
+
:param _InputPlayUrl: <p>rtmp协议输入源播放地址。注:仅可作为预览使用,不可分发。</p>
|
|
83
82
|
:type InputPlayUrl: str
|
|
84
|
-
:param _InputWebRTCPlayUrl: webrtc
|
|
85
|
-
注:
|
|
86
|
-
1. 需配合使用腾讯云快直播播放SDK使用才可正常播放。
|
|
87
|
-
2. 仅作为预览使用,不可分发。
|
|
83
|
+
:param _InputWebRTCPlayUrl: <p>webrtc协议播放地址。注:1. 需配合使用腾讯云快直播播放SDK使用才可正常播放。2. 仅作为预览使用,不可分发。</p>
|
|
88
84
|
:type InputWebRTCPlayUrl: str
|
|
89
85
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
90
86
|
:type RequestId: str
|
|
@@ -95,8 +91,7 @@ class AddCasterInputInfoResponse(AbstractModel):
|
|
|
95
91
|
|
|
96
92
|
@property
|
|
97
93
|
def InputPlayUrl(self):
|
|
98
|
-
r"""rtmp
|
|
99
|
-
注:仅可作为预览使用,不可分发。
|
|
94
|
+
r"""<p>rtmp协议输入源播放地址。注:仅可作为预览使用,不可分发。</p>
|
|
100
95
|
:rtype: str
|
|
101
96
|
"""
|
|
102
97
|
return self._InputPlayUrl
|
|
@@ -107,10 +102,7 @@ class AddCasterInputInfoResponse(AbstractModel):
|
|
|
107
102
|
|
|
108
103
|
@property
|
|
109
104
|
def InputWebRTCPlayUrl(self):
|
|
110
|
-
r"""webrtc
|
|
111
|
-
注:
|
|
112
|
-
1. 需配合使用腾讯云快直播播放SDK使用才可正常播放。
|
|
113
|
-
2. 仅作为预览使用,不可分发。
|
|
105
|
+
r"""<p>webrtc协议播放地址。注:1. 需配合使用腾讯云快直播播放SDK使用才可正常播放。2. 仅作为预览使用,不可分发。</p>
|
|
114
106
|
:rtype: str
|
|
115
107
|
"""
|
|
116
108
|
return self._InputWebRTCPlayUrl
|
|
@@ -144,9 +136,9 @@ class AddCasterLayoutInfoRequest(AbstractModel):
|
|
|
144
136
|
|
|
145
137
|
def __init__(self):
|
|
146
138
|
r"""
|
|
147
|
-
:param _CasterId:
|
|
139
|
+
:param _CasterId: <p>导播台ID</p>
|
|
148
140
|
:type CasterId: int
|
|
149
|
-
:param _LayoutInfo:
|
|
141
|
+
:param _LayoutInfo: <p>导播台布局参数信息。</p>
|
|
150
142
|
:type LayoutInfo: :class:`tencentcloud.live.v20180801.models.CasterLayoutInfo`
|
|
151
143
|
"""
|
|
152
144
|
self._CasterId = None
|
|
@@ -154,7 +146,7 @@ class AddCasterLayoutInfoRequest(AbstractModel):
|
|
|
154
146
|
|
|
155
147
|
@property
|
|
156
148
|
def CasterId(self):
|
|
157
|
-
r"""
|
|
149
|
+
r"""<p>导播台ID</p>
|
|
158
150
|
:rtype: int
|
|
159
151
|
"""
|
|
160
152
|
return self._CasterId
|
|
@@ -165,7 +157,7 @@ class AddCasterLayoutInfoRequest(AbstractModel):
|
|
|
165
157
|
|
|
166
158
|
@property
|
|
167
159
|
def LayoutInfo(self):
|
|
168
|
-
r"""
|
|
160
|
+
r"""<p>导播台布局参数信息。</p>
|
|
169
161
|
:rtype: :class:`tencentcloud.live.v20180801.models.CasterLayoutInfo`
|
|
170
162
|
"""
|
|
171
163
|
return self._LayoutInfo
|
|
@@ -3034,45 +3026,23 @@ class CasterInputInfo(AbstractModel):
|
|
|
3034
3026
|
|
|
3035
3027
|
def __init__(self):
|
|
3036
3028
|
r"""
|
|
3037
|
-
:param _InputIndex:
|
|
3038
|
-
范围[1, 24]
|
|
3029
|
+
:param _InputIndex: <p>输入源Index。范围[1, 24]</p>
|
|
3039
3030
|
:type InputIndex: int
|
|
3040
|
-
:param _InputType:
|
|
3041
|
-
范围[0,1,2,3,4]。
|
|
3042
|
-
0:推流地址。
|
|
3043
|
-
1:点播文件地址。
|
|
3044
|
-
2:直播拉流地址。
|
|
3045
|
-
3:图片地址。
|
|
3046
|
-
4:webrtc协议推流地址。
|
|
3031
|
+
:param _InputType: <p>输入源类型。范围[0,1,2,3,4]。0:推流地址。1:点播文件地址。2:直播拉流地址。3:图片地址。4:webrtc协议推流地址。</p>
|
|
3047
3032
|
:type InputType: int
|
|
3048
|
-
:param _InputUrl:
|
|
3049
|
-
最大允许长度512。
|
|
3050
|
-
当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。
|
|
3051
|
-
|
|
3033
|
+
:param _InputUrl: <p>输入源的源地址。最大允许长度512。当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。</p>
|
|
3052
3034
|
:type InputUrl: str
|
|
3053
|
-
:param _Description:
|
|
3054
|
-
最大允许长度256字符。
|
|
3035
|
+
:param _Description: <p>输入源描述。最大允许长度256字符。</p>
|
|
3055
3036
|
:type Description: str
|
|
3056
|
-
:param _InputUrls:
|
|
3057
|
-
单个地址最大允许长度512字符。
|
|
3058
|
-
最多允许同时填入5个地址。
|
|
3059
|
-
注:此时需保持InputUrl字段为空。
|
|
3037
|
+
:param _InputUrls: <p>点播地址列表。仅当input type为1(点播地址)时,将一个或多个点播地址,填入该字段。单个地址最大允许长度512字符。最多允许同时填入5个地址。注:此时需保持InputUrl字段为空。</p>
|
|
3060
3038
|
:type InputUrls: list of str
|
|
3061
|
-
:param _LoopEnable:
|
|
3062
|
-
注:当前该字段未生效,默认为True。
|
|
3039
|
+
:param _LoopEnable: <p>是否启用点播无限循环播放。注:当前该字段未生效,默认为True。</p>
|
|
3063
3040
|
:type LoopEnable: bool
|
|
3064
|
-
:param _LoopNumber:
|
|
3065
|
-
允许值-1或正整数。
|
|
3066
|
-
当值为-1时,表示无限循环。
|
|
3067
|
-
当值为其他正整数时,表示循环对应次数。
|
|
3068
|
-
注:该字段暂未生效。
|
|
3041
|
+
:param _LoopNumber: <p>点播循环次数。允许值-1或正整数。当值为-1时,表示无限循环。当值为其他正整数时,表示循环对应次数。注:该字段暂未生效。</p>
|
|
3069
3042
|
:type LoopNumber: int
|
|
3070
|
-
:param _PullPushEnable:
|
|
3071
|
-
注:该字段默认强制为true。
|
|
3043
|
+
:param _PullPushEnable: <p>是否启用拉取到导播台。注:该字段默认强制为true。</p>
|
|
3072
3044
|
:type PullPushEnable: bool
|
|
3073
|
-
:param _Volume:
|
|
3074
|
-
默认为100。表示音量为原始大小。
|
|
3075
|
-
允许值[0,200]。
|
|
3045
|
+
:param _Volume: <p>输入源音量百分比。默认为100。表示音量为原始大小。允许值[0,200]。</p>
|
|
3076
3046
|
:type Volume: int
|
|
3077
3047
|
"""
|
|
3078
3048
|
self._InputIndex = None
|
|
@@ -3087,8 +3057,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3087
3057
|
|
|
3088
3058
|
@property
|
|
3089
3059
|
def InputIndex(self):
|
|
3090
|
-
r"""
|
|
3091
|
-
范围[1, 24]
|
|
3060
|
+
r"""<p>输入源Index。范围[1, 24]</p>
|
|
3092
3061
|
:rtype: int
|
|
3093
3062
|
"""
|
|
3094
3063
|
return self._InputIndex
|
|
@@ -3099,13 +3068,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3099
3068
|
|
|
3100
3069
|
@property
|
|
3101
3070
|
def InputType(self):
|
|
3102
|
-
r"""
|
|
3103
|
-
范围[0,1,2,3,4]。
|
|
3104
|
-
0:推流地址。
|
|
3105
|
-
1:点播文件地址。
|
|
3106
|
-
2:直播拉流地址。
|
|
3107
|
-
3:图片地址。
|
|
3108
|
-
4:webrtc协议推流地址。
|
|
3071
|
+
r"""<p>输入源类型。范围[0,1,2,3,4]。0:推流地址。1:点播文件地址。2:直播拉流地址。3:图片地址。4:webrtc协议推流地址。</p>
|
|
3109
3072
|
:rtype: int
|
|
3110
3073
|
"""
|
|
3111
3074
|
return self._InputType
|
|
@@ -3116,10 +3079,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3116
3079
|
|
|
3117
3080
|
@property
|
|
3118
3081
|
def InputUrl(self):
|
|
3119
|
-
r"""
|
|
3120
|
-
最大允许长度512。
|
|
3121
|
-
当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。
|
|
3122
|
-
|
|
3082
|
+
r"""<p>输入源的源地址。最大允许长度512。当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。</p>
|
|
3123
3083
|
:rtype: str
|
|
3124
3084
|
"""
|
|
3125
3085
|
return self._InputUrl
|
|
@@ -3130,8 +3090,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3130
3090
|
|
|
3131
3091
|
@property
|
|
3132
3092
|
def Description(self):
|
|
3133
|
-
r"""
|
|
3134
|
-
最大允许长度256字符。
|
|
3093
|
+
r"""<p>输入源描述。最大允许长度256字符。</p>
|
|
3135
3094
|
:rtype: str
|
|
3136
3095
|
"""
|
|
3137
3096
|
return self._Description
|
|
@@ -3142,10 +3101,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3142
3101
|
|
|
3143
3102
|
@property
|
|
3144
3103
|
def InputUrls(self):
|
|
3145
|
-
r"""
|
|
3146
|
-
单个地址最大允许长度512字符。
|
|
3147
|
-
最多允许同时填入5个地址。
|
|
3148
|
-
注:此时需保持InputUrl字段为空。
|
|
3104
|
+
r"""<p>点播地址列表。仅当input type为1(点播地址)时,将一个或多个点播地址,填入该字段。单个地址最大允许长度512字符。最多允许同时填入5个地址。注:此时需保持InputUrl字段为空。</p>
|
|
3149
3105
|
:rtype: list of str
|
|
3150
3106
|
"""
|
|
3151
3107
|
return self._InputUrls
|
|
@@ -3156,8 +3112,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3156
3112
|
|
|
3157
3113
|
@property
|
|
3158
3114
|
def LoopEnable(self):
|
|
3159
|
-
r"""
|
|
3160
|
-
注:当前该字段未生效,默认为True。
|
|
3115
|
+
r"""<p>是否启用点播无限循环播放。注:当前该字段未生效,默认为True。</p>
|
|
3161
3116
|
:rtype: bool
|
|
3162
3117
|
"""
|
|
3163
3118
|
return self._LoopEnable
|
|
@@ -3168,11 +3123,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3168
3123
|
|
|
3169
3124
|
@property
|
|
3170
3125
|
def LoopNumber(self):
|
|
3171
|
-
r"""
|
|
3172
|
-
允许值-1或正整数。
|
|
3173
|
-
当值为-1时,表示无限循环。
|
|
3174
|
-
当值为其他正整数时,表示循环对应次数。
|
|
3175
|
-
注:该字段暂未生效。
|
|
3126
|
+
r"""<p>点播循环次数。允许值-1或正整数。当值为-1时,表示无限循环。当值为其他正整数时,表示循环对应次数。注:该字段暂未生效。</p>
|
|
3176
3127
|
:rtype: int
|
|
3177
3128
|
"""
|
|
3178
3129
|
return self._LoopNumber
|
|
@@ -3183,8 +3134,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3183
3134
|
|
|
3184
3135
|
@property
|
|
3185
3136
|
def PullPushEnable(self):
|
|
3186
|
-
r"""
|
|
3187
|
-
注:该字段默认强制为true。
|
|
3137
|
+
r"""<p>是否启用拉取到导播台。注:该字段默认强制为true。</p>
|
|
3188
3138
|
:rtype: bool
|
|
3189
3139
|
"""
|
|
3190
3140
|
return self._PullPushEnable
|
|
@@ -3195,9 +3145,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
3195
3145
|
|
|
3196
3146
|
@property
|
|
3197
3147
|
def Volume(self):
|
|
3198
|
-
r"""
|
|
3199
|
-
默认为100。表示音量为原始大小。
|
|
3200
|
-
允许值[0,200]。
|
|
3148
|
+
r"""<p>输入源音量百分比。默认为100。表示音量为原始大小。允许值[0,200]。</p>
|
|
3201
3149
|
:rtype: int
|
|
3202
3150
|
"""
|
|
3203
3151
|
return self._Volume
|
|
@@ -5722,6 +5670,40 @@ class CopyCasterResponse(AbstractModel):
|
|
|
5722
5670
|
self._RequestId = params.get("RequestId")
|
|
5723
5671
|
|
|
5724
5672
|
|
|
5673
|
+
class CreateAuditKeywordLibRequest(AbstractModel):
|
|
5674
|
+
r"""CreateAuditKeywordLib请求参数结构体
|
|
5675
|
+
|
|
5676
|
+
"""
|
|
5677
|
+
|
|
5678
|
+
|
|
5679
|
+
class CreateAuditKeywordLibResponse(AbstractModel):
|
|
5680
|
+
r"""CreateAuditKeywordLib返回参数结构体
|
|
5681
|
+
|
|
5682
|
+
"""
|
|
5683
|
+
|
|
5684
|
+
def __init__(self):
|
|
5685
|
+
r"""
|
|
5686
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5687
|
+
:type RequestId: str
|
|
5688
|
+
"""
|
|
5689
|
+
self._RequestId = None
|
|
5690
|
+
|
|
5691
|
+
@property
|
|
5692
|
+
def RequestId(self):
|
|
5693
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5694
|
+
:rtype: str
|
|
5695
|
+
"""
|
|
5696
|
+
return self._RequestId
|
|
5697
|
+
|
|
5698
|
+
@RequestId.setter
|
|
5699
|
+
def RequestId(self, RequestId):
|
|
5700
|
+
self._RequestId = RequestId
|
|
5701
|
+
|
|
5702
|
+
|
|
5703
|
+
def _deserialize(self, params):
|
|
5704
|
+
self._RequestId = params.get("RequestId")
|
|
5705
|
+
|
|
5706
|
+
|
|
5725
5707
|
class CreateAuditKeywordsRequest(AbstractModel):
|
|
5726
5708
|
r"""CreateAuditKeywords请求参数结构体
|
|
5727
5709
|
|
|
@@ -7162,6 +7144,145 @@ class CreateLiveCallbackTemplateResponse(AbstractModel):
|
|
|
7162
7144
|
self._RequestId = params.get("RequestId")
|
|
7163
7145
|
|
|
7164
7146
|
|
|
7147
|
+
class CreateLiveCloudEffectRequest(AbstractModel):
|
|
7148
|
+
r"""CreateLiveCloudEffect请求参数结构体
|
|
7149
|
+
|
|
7150
|
+
"""
|
|
7151
|
+
|
|
7152
|
+
def __init__(self):
|
|
7153
|
+
r"""
|
|
7154
|
+
:param _Prompt: <p>用于生成云端特效的 Prompt。示例:飞鸟。Prompt 和 ImageUrl 二选一。</p>
|
|
7155
|
+
:type Prompt: str
|
|
7156
|
+
:param _TemplateId: <p>模板生礼物的模板ID。目前支持的模板ID:queen_accession, wizard_of_oz,red_envelopes,fishermen,captain_america。</p>
|
|
7157
|
+
:type TemplateId: str
|
|
7158
|
+
:param _ImageUrl: <p>输入我的图片地址,用于生成云端特效。ImageUrl 和 Prompt 二选一。</p>
|
|
7159
|
+
:type ImageUrl: str
|
|
7160
|
+
:param _Type: <p>指定生成云端特效的方式。默认自动选取。标准方式:text2video,高品质方式:text2video_hq。</p>
|
|
7161
|
+
:type Type: str
|
|
7162
|
+
:param _Operator: <p>操作者名称。</p>
|
|
7163
|
+
:type Operator: str
|
|
7164
|
+
"""
|
|
7165
|
+
self._Prompt = None
|
|
7166
|
+
self._TemplateId = None
|
|
7167
|
+
self._ImageUrl = None
|
|
7168
|
+
self._Type = None
|
|
7169
|
+
self._Operator = None
|
|
7170
|
+
|
|
7171
|
+
@property
|
|
7172
|
+
def Prompt(self):
|
|
7173
|
+
r"""<p>用于生成云端特效的 Prompt。示例:飞鸟。Prompt 和 ImageUrl 二选一。</p>
|
|
7174
|
+
:rtype: str
|
|
7175
|
+
"""
|
|
7176
|
+
return self._Prompt
|
|
7177
|
+
|
|
7178
|
+
@Prompt.setter
|
|
7179
|
+
def Prompt(self, Prompt):
|
|
7180
|
+
self._Prompt = Prompt
|
|
7181
|
+
|
|
7182
|
+
@property
|
|
7183
|
+
def TemplateId(self):
|
|
7184
|
+
r"""<p>模板生礼物的模板ID。目前支持的模板ID:queen_accession, wizard_of_oz,red_envelopes,fishermen,captain_america。</p>
|
|
7185
|
+
:rtype: str
|
|
7186
|
+
"""
|
|
7187
|
+
return self._TemplateId
|
|
7188
|
+
|
|
7189
|
+
@TemplateId.setter
|
|
7190
|
+
def TemplateId(self, TemplateId):
|
|
7191
|
+
self._TemplateId = TemplateId
|
|
7192
|
+
|
|
7193
|
+
@property
|
|
7194
|
+
def ImageUrl(self):
|
|
7195
|
+
r"""<p>输入我的图片地址,用于生成云端特效。ImageUrl 和 Prompt 二选一。</p>
|
|
7196
|
+
:rtype: str
|
|
7197
|
+
"""
|
|
7198
|
+
return self._ImageUrl
|
|
7199
|
+
|
|
7200
|
+
@ImageUrl.setter
|
|
7201
|
+
def ImageUrl(self, ImageUrl):
|
|
7202
|
+
self._ImageUrl = ImageUrl
|
|
7203
|
+
|
|
7204
|
+
@property
|
|
7205
|
+
def Type(self):
|
|
7206
|
+
r"""<p>指定生成云端特效的方式。默认自动选取。标准方式:text2video,高品质方式:text2video_hq。</p>
|
|
7207
|
+
:rtype: str
|
|
7208
|
+
"""
|
|
7209
|
+
return self._Type
|
|
7210
|
+
|
|
7211
|
+
@Type.setter
|
|
7212
|
+
def Type(self, Type):
|
|
7213
|
+
self._Type = Type
|
|
7214
|
+
|
|
7215
|
+
@property
|
|
7216
|
+
def Operator(self):
|
|
7217
|
+
r"""<p>操作者名称。</p>
|
|
7218
|
+
:rtype: str
|
|
7219
|
+
"""
|
|
7220
|
+
return self._Operator
|
|
7221
|
+
|
|
7222
|
+
@Operator.setter
|
|
7223
|
+
def Operator(self, Operator):
|
|
7224
|
+
self._Operator = Operator
|
|
7225
|
+
|
|
7226
|
+
|
|
7227
|
+
def _deserialize(self, params):
|
|
7228
|
+
self._Prompt = params.get("Prompt")
|
|
7229
|
+
self._TemplateId = params.get("TemplateId")
|
|
7230
|
+
self._ImageUrl = params.get("ImageUrl")
|
|
7231
|
+
self._Type = params.get("Type")
|
|
7232
|
+
self._Operator = params.get("Operator")
|
|
7233
|
+
memeber_set = set(params.keys())
|
|
7234
|
+
for name, value in vars(self).items():
|
|
7235
|
+
property_name = name[1:]
|
|
7236
|
+
if property_name in memeber_set:
|
|
7237
|
+
memeber_set.remove(property_name)
|
|
7238
|
+
if len(memeber_set) > 0:
|
|
7239
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
7240
|
+
|
|
7241
|
+
|
|
7242
|
+
|
|
7243
|
+
class CreateLiveCloudEffectResponse(AbstractModel):
|
|
7244
|
+
r"""CreateLiveCloudEffect返回参数结构体
|
|
7245
|
+
|
|
7246
|
+
"""
|
|
7247
|
+
|
|
7248
|
+
def __init__(self):
|
|
7249
|
+
r"""
|
|
7250
|
+
:param _Id: <p>云端特效 ID。</p>
|
|
7251
|
+
:type Id: str
|
|
7252
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7253
|
+
:type RequestId: str
|
|
7254
|
+
"""
|
|
7255
|
+
self._Id = None
|
|
7256
|
+
self._RequestId = None
|
|
7257
|
+
|
|
7258
|
+
@property
|
|
7259
|
+
def Id(self):
|
|
7260
|
+
r"""<p>云端特效 ID。</p>
|
|
7261
|
+
:rtype: str
|
|
7262
|
+
"""
|
|
7263
|
+
return self._Id
|
|
7264
|
+
|
|
7265
|
+
@Id.setter
|
|
7266
|
+
def Id(self, Id):
|
|
7267
|
+
self._Id = Id
|
|
7268
|
+
|
|
7269
|
+
@property
|
|
7270
|
+
def RequestId(self):
|
|
7271
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7272
|
+
:rtype: str
|
|
7273
|
+
"""
|
|
7274
|
+
return self._RequestId
|
|
7275
|
+
|
|
7276
|
+
@RequestId.setter
|
|
7277
|
+
def RequestId(self, RequestId):
|
|
7278
|
+
self._RequestId = RequestId
|
|
7279
|
+
|
|
7280
|
+
|
|
7281
|
+
def _deserialize(self, params):
|
|
7282
|
+
self._Id = params.get("Id")
|
|
7283
|
+
self._RequestId = params.get("RequestId")
|
|
7284
|
+
|
|
7285
|
+
|
|
7165
7286
|
class CreateLivePadRuleRequest(AbstractModel):
|
|
7166
7287
|
r"""CreateLivePadRule请求参数结构体
|
|
7167
7288
|
|
|
@@ -11398,10 +11519,9 @@ class DeleteCasterLayoutInfoRequest(AbstractModel):
|
|
|
11398
11519
|
|
|
11399
11520
|
def __init__(self):
|
|
11400
11521
|
r"""
|
|
11401
|
-
:param _CasterId:
|
|
11522
|
+
:param _CasterId: <p>导播台ID。</p>
|
|
11402
11523
|
:type CasterId: int
|
|
11403
|
-
:param _LayoutIndex:
|
|
11404
|
-
注:待删除的Index对应的布局需存在。
|
|
11524
|
+
:param _LayoutIndex: <p>要删除的布局Index。注:待删除的Index对应的布局需存在。</p>
|
|
11405
11525
|
:type LayoutIndex: int
|
|
11406
11526
|
"""
|
|
11407
11527
|
self._CasterId = None
|
|
@@ -11409,7 +11529,7 @@ class DeleteCasterLayoutInfoRequest(AbstractModel):
|
|
|
11409
11529
|
|
|
11410
11530
|
@property
|
|
11411
11531
|
def CasterId(self):
|
|
11412
|
-
r"""
|
|
11532
|
+
r"""<p>导播台ID。</p>
|
|
11413
11533
|
:rtype: int
|
|
11414
11534
|
"""
|
|
11415
11535
|
return self._CasterId
|
|
@@ -11420,8 +11540,7 @@ class DeleteCasterLayoutInfoRequest(AbstractModel):
|
|
|
11420
11540
|
|
|
11421
11541
|
@property
|
|
11422
11542
|
def LayoutIndex(self):
|
|
11423
|
-
r"""
|
|
11424
|
-
注:待删除的Index对应的布局需存在。
|
|
11543
|
+
r"""<p>要删除的布局Index。注:待删除的Index对应的布局需存在。</p>
|
|
11425
11544
|
:rtype: int
|
|
11426
11545
|
"""
|
|
11427
11546
|
return self._LayoutIndex
|
|
@@ -14606,21 +14725,21 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
|
|
|
14606
14725
|
self._RequestId = params.get("RequestId")
|
|
14607
14726
|
|
|
14608
14727
|
|
|
14609
|
-
class
|
|
14610
|
-
r"""
|
|
14728
|
+
class DescribeCasterEmergencyStatusRequest(AbstractModel):
|
|
14729
|
+
r"""DescribeCasterEmergencyStatus请求参数结构体
|
|
14611
14730
|
|
|
14612
14731
|
"""
|
|
14613
14732
|
|
|
14614
14733
|
def __init__(self):
|
|
14615
14734
|
r"""
|
|
14616
|
-
:param _CasterId: 导播台ID
|
|
14735
|
+
:param _CasterId: 导播台ID。
|
|
14617
14736
|
:type CasterId: int
|
|
14618
14737
|
"""
|
|
14619
14738
|
self._CasterId = None
|
|
14620
14739
|
|
|
14621
14740
|
@property
|
|
14622
14741
|
def CasterId(self):
|
|
14623
|
-
r"""导播台ID
|
|
14742
|
+
r"""导播台ID。
|
|
14624
14743
|
:rtype: int
|
|
14625
14744
|
"""
|
|
14626
14745
|
return self._CasterId
|
|
@@ -14642,31 +14761,37 @@ class DescribeCasterInputInfosRequest(AbstractModel):
|
|
|
14642
14761
|
|
|
14643
14762
|
|
|
14644
14763
|
|
|
14645
|
-
class
|
|
14646
|
-
r"""
|
|
14764
|
+
class DescribeCasterEmergencyStatusResponse(AbstractModel):
|
|
14765
|
+
r"""DescribeCasterEmergencyStatus返回参数结构体
|
|
14647
14766
|
|
|
14648
14767
|
"""
|
|
14649
14768
|
|
|
14650
14769
|
def __init__(self):
|
|
14651
14770
|
r"""
|
|
14652
|
-
:param
|
|
14653
|
-
|
|
14771
|
+
:param _EmergencyStatus: 备播状态,范围[0,1,2]
|
|
14772
|
+
0. 正常直播状态
|
|
14773
|
+
1. 备播状态
|
|
14774
|
+
2. 备播切换正常直播中,在配置了延播时长时出现
|
|
14775
|
+
:type EmergencyStatus: int
|
|
14654
14776
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14655
14777
|
:type RequestId: str
|
|
14656
14778
|
"""
|
|
14657
|
-
self.
|
|
14779
|
+
self._EmergencyStatus = None
|
|
14658
14780
|
self._RequestId = None
|
|
14659
14781
|
|
|
14660
14782
|
@property
|
|
14661
|
-
def
|
|
14662
|
-
r"""
|
|
14663
|
-
|
|
14783
|
+
def EmergencyStatus(self):
|
|
14784
|
+
r"""备播状态,范围[0,1,2]
|
|
14785
|
+
0. 正常直播状态
|
|
14786
|
+
1. 备播状态
|
|
14787
|
+
2. 备播切换正常直播中,在配置了延播时长时出现
|
|
14788
|
+
:rtype: int
|
|
14664
14789
|
"""
|
|
14665
|
-
return self.
|
|
14790
|
+
return self._EmergencyStatus
|
|
14666
14791
|
|
|
14667
|
-
@
|
|
14668
|
-
def
|
|
14669
|
-
self.
|
|
14792
|
+
@EmergencyStatus.setter
|
|
14793
|
+
def EmergencyStatus(self, EmergencyStatus):
|
|
14794
|
+
self._EmergencyStatus = EmergencyStatus
|
|
14670
14795
|
|
|
14671
14796
|
@property
|
|
14672
14797
|
def RequestId(self):
|
|
@@ -14681,30 +14806,25 @@ class DescribeCasterInputInfosResponse(AbstractModel):
|
|
|
14681
14806
|
|
|
14682
14807
|
|
|
14683
14808
|
def _deserialize(self, params):
|
|
14684
|
-
|
|
14685
|
-
self._InputInfos = []
|
|
14686
|
-
for item in params.get("InputInfos"):
|
|
14687
|
-
obj = CasterInputInfo()
|
|
14688
|
-
obj._deserialize(item)
|
|
14689
|
-
self._InputInfos.append(obj)
|
|
14809
|
+
self._EmergencyStatus = params.get("EmergencyStatus")
|
|
14690
14810
|
self._RequestId = params.get("RequestId")
|
|
14691
14811
|
|
|
14692
14812
|
|
|
14693
|
-
class
|
|
14694
|
-
r"""
|
|
14813
|
+
class DescribeCasterInputInfosRequest(AbstractModel):
|
|
14814
|
+
r"""DescribeCasterInputInfos请求参数结构体
|
|
14695
14815
|
|
|
14696
14816
|
"""
|
|
14697
14817
|
|
|
14698
14818
|
def __init__(self):
|
|
14699
14819
|
r"""
|
|
14700
|
-
:param _CasterId: 导播台ID
|
|
14820
|
+
:param _CasterId: 导播台ID
|
|
14701
14821
|
:type CasterId: int
|
|
14702
14822
|
"""
|
|
14703
14823
|
self._CasterId = None
|
|
14704
14824
|
|
|
14705
14825
|
@property
|
|
14706
14826
|
def CasterId(self):
|
|
14707
|
-
r"""导播台ID
|
|
14827
|
+
r"""导播台ID
|
|
14708
14828
|
:rtype: int
|
|
14709
14829
|
"""
|
|
14710
14830
|
return self._CasterId
|
|
@@ -14726,85 +14846,31 @@ class DescribeCasterLayoutInfosRequest(AbstractModel):
|
|
|
14726
14846
|
|
|
14727
14847
|
|
|
14728
14848
|
|
|
14729
|
-
class
|
|
14730
|
-
r"""
|
|
14731
|
-
|
|
14732
|
-
"""
|
|
14733
|
-
|
|
14734
|
-
def __init__(self):
|
|
14735
|
-
r"""
|
|
14736
|
-
:param _LayoutInfos: 导播台的布局列表。
|
|
14737
|
-
:type LayoutInfos: list of CasterLayoutInfo
|
|
14738
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14739
|
-
:type RequestId: str
|
|
14740
|
-
"""
|
|
14741
|
-
self._LayoutInfos = None
|
|
14742
|
-
self._RequestId = None
|
|
14743
|
-
|
|
14744
|
-
@property
|
|
14745
|
-
def LayoutInfos(self):
|
|
14746
|
-
r"""导播台的布局列表。
|
|
14747
|
-
:rtype: list of CasterLayoutInfo
|
|
14748
|
-
"""
|
|
14749
|
-
return self._LayoutInfos
|
|
14750
|
-
|
|
14751
|
-
@LayoutInfos.setter
|
|
14752
|
-
def LayoutInfos(self, LayoutInfos):
|
|
14753
|
-
self._LayoutInfos = LayoutInfos
|
|
14754
|
-
|
|
14755
|
-
@property
|
|
14756
|
-
def RequestId(self):
|
|
14757
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14758
|
-
:rtype: str
|
|
14759
|
-
"""
|
|
14760
|
-
return self._RequestId
|
|
14761
|
-
|
|
14762
|
-
@RequestId.setter
|
|
14763
|
-
def RequestId(self, RequestId):
|
|
14764
|
-
self._RequestId = RequestId
|
|
14765
|
-
|
|
14766
|
-
|
|
14767
|
-
def _deserialize(self, params):
|
|
14768
|
-
if params.get("LayoutInfos") is not None:
|
|
14769
|
-
self._LayoutInfos = []
|
|
14770
|
-
for item in params.get("LayoutInfos"):
|
|
14771
|
-
obj = CasterLayoutInfo()
|
|
14772
|
-
obj._deserialize(item)
|
|
14773
|
-
self._LayoutInfos.append(obj)
|
|
14774
|
-
self._RequestId = params.get("RequestId")
|
|
14775
|
-
|
|
14776
|
-
|
|
14777
|
-
class DescribeCasterListRequest(AbstractModel):
|
|
14778
|
-
r"""DescribeCasterList请求参数结构体
|
|
14779
|
-
|
|
14780
|
-
"""
|
|
14781
|
-
|
|
14782
|
-
|
|
14783
|
-
class DescribeCasterListResponse(AbstractModel):
|
|
14784
|
-
r"""DescribeCasterList返回参数结构体
|
|
14849
|
+
class DescribeCasterInputInfosResponse(AbstractModel):
|
|
14850
|
+
r"""DescribeCasterInputInfos返回参数结构体
|
|
14785
14851
|
|
|
14786
14852
|
"""
|
|
14787
14853
|
|
|
14788
14854
|
def __init__(self):
|
|
14789
14855
|
r"""
|
|
14790
|
-
:param
|
|
14791
|
-
:type
|
|
14856
|
+
:param _InputInfos: 导播台输入源信息列表。
|
|
14857
|
+
:type InputInfos: list of CasterInputInfo
|
|
14792
14858
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14793
14859
|
:type RequestId: str
|
|
14794
14860
|
"""
|
|
14795
|
-
self.
|
|
14861
|
+
self._InputInfos = None
|
|
14796
14862
|
self._RequestId = None
|
|
14797
14863
|
|
|
14798
14864
|
@property
|
|
14799
|
-
def
|
|
14800
|
-
r"""
|
|
14801
|
-
:rtype: list of
|
|
14865
|
+
def InputInfos(self):
|
|
14866
|
+
r"""导播台输入源信息列表。
|
|
14867
|
+
:rtype: list of CasterInputInfo
|
|
14802
14868
|
"""
|
|
14803
|
-
return self.
|
|
14869
|
+
return self._InputInfos
|
|
14804
14870
|
|
|
14805
|
-
@
|
|
14806
|
-
def
|
|
14807
|
-
self.
|
|
14871
|
+
@InputInfos.setter
|
|
14872
|
+
def InputInfos(self, InputInfos):
|
|
14873
|
+
self._InputInfos = InputInfos
|
|
14808
14874
|
|
|
14809
14875
|
@property
|
|
14810
14876
|
def RequestId(self):
|
|
@@ -14819,17 +14885,155 @@ class DescribeCasterListResponse(AbstractModel):
|
|
|
14819
14885
|
|
|
14820
14886
|
|
|
14821
14887
|
def _deserialize(self, params):
|
|
14822
|
-
if params.get("
|
|
14823
|
-
self.
|
|
14824
|
-
for item in params.get("
|
|
14825
|
-
obj =
|
|
14888
|
+
if params.get("InputInfos") is not None:
|
|
14889
|
+
self._InputInfos = []
|
|
14890
|
+
for item in params.get("InputInfos"):
|
|
14891
|
+
obj = CasterInputInfo()
|
|
14826
14892
|
obj._deserialize(item)
|
|
14827
|
-
self.
|
|
14893
|
+
self._InputInfos.append(obj)
|
|
14828
14894
|
self._RequestId = params.get("RequestId")
|
|
14829
14895
|
|
|
14830
14896
|
|
|
14831
|
-
class
|
|
14832
|
-
r"""
|
|
14897
|
+
class DescribeCasterLayoutInfosRequest(AbstractModel):
|
|
14898
|
+
r"""DescribeCasterLayoutInfos请求参数结构体
|
|
14899
|
+
|
|
14900
|
+
"""
|
|
14901
|
+
|
|
14902
|
+
def __init__(self):
|
|
14903
|
+
r"""
|
|
14904
|
+
:param _CasterId: 导播台ID。
|
|
14905
|
+
:type CasterId: int
|
|
14906
|
+
"""
|
|
14907
|
+
self._CasterId = None
|
|
14908
|
+
|
|
14909
|
+
@property
|
|
14910
|
+
def CasterId(self):
|
|
14911
|
+
r"""导播台ID。
|
|
14912
|
+
:rtype: int
|
|
14913
|
+
"""
|
|
14914
|
+
return self._CasterId
|
|
14915
|
+
|
|
14916
|
+
@CasterId.setter
|
|
14917
|
+
def CasterId(self, CasterId):
|
|
14918
|
+
self._CasterId = CasterId
|
|
14919
|
+
|
|
14920
|
+
|
|
14921
|
+
def _deserialize(self, params):
|
|
14922
|
+
self._CasterId = params.get("CasterId")
|
|
14923
|
+
memeber_set = set(params.keys())
|
|
14924
|
+
for name, value in vars(self).items():
|
|
14925
|
+
property_name = name[1:]
|
|
14926
|
+
if property_name in memeber_set:
|
|
14927
|
+
memeber_set.remove(property_name)
|
|
14928
|
+
if len(memeber_set) > 0:
|
|
14929
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
14930
|
+
|
|
14931
|
+
|
|
14932
|
+
|
|
14933
|
+
class DescribeCasterLayoutInfosResponse(AbstractModel):
|
|
14934
|
+
r"""DescribeCasterLayoutInfos返回参数结构体
|
|
14935
|
+
|
|
14936
|
+
"""
|
|
14937
|
+
|
|
14938
|
+
def __init__(self):
|
|
14939
|
+
r"""
|
|
14940
|
+
:param _LayoutInfos: 导播台的布局列表。
|
|
14941
|
+
:type LayoutInfos: list of CasterLayoutInfo
|
|
14942
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14943
|
+
:type RequestId: str
|
|
14944
|
+
"""
|
|
14945
|
+
self._LayoutInfos = None
|
|
14946
|
+
self._RequestId = None
|
|
14947
|
+
|
|
14948
|
+
@property
|
|
14949
|
+
def LayoutInfos(self):
|
|
14950
|
+
r"""导播台的布局列表。
|
|
14951
|
+
:rtype: list of CasterLayoutInfo
|
|
14952
|
+
"""
|
|
14953
|
+
return self._LayoutInfos
|
|
14954
|
+
|
|
14955
|
+
@LayoutInfos.setter
|
|
14956
|
+
def LayoutInfos(self, LayoutInfos):
|
|
14957
|
+
self._LayoutInfos = LayoutInfos
|
|
14958
|
+
|
|
14959
|
+
@property
|
|
14960
|
+
def RequestId(self):
|
|
14961
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14962
|
+
:rtype: str
|
|
14963
|
+
"""
|
|
14964
|
+
return self._RequestId
|
|
14965
|
+
|
|
14966
|
+
@RequestId.setter
|
|
14967
|
+
def RequestId(self, RequestId):
|
|
14968
|
+
self._RequestId = RequestId
|
|
14969
|
+
|
|
14970
|
+
|
|
14971
|
+
def _deserialize(self, params):
|
|
14972
|
+
if params.get("LayoutInfos") is not None:
|
|
14973
|
+
self._LayoutInfos = []
|
|
14974
|
+
for item in params.get("LayoutInfos"):
|
|
14975
|
+
obj = CasterLayoutInfo()
|
|
14976
|
+
obj._deserialize(item)
|
|
14977
|
+
self._LayoutInfos.append(obj)
|
|
14978
|
+
self._RequestId = params.get("RequestId")
|
|
14979
|
+
|
|
14980
|
+
|
|
14981
|
+
class DescribeCasterListRequest(AbstractModel):
|
|
14982
|
+
r"""DescribeCasterList请求参数结构体
|
|
14983
|
+
|
|
14984
|
+
"""
|
|
14985
|
+
|
|
14986
|
+
|
|
14987
|
+
class DescribeCasterListResponse(AbstractModel):
|
|
14988
|
+
r"""DescribeCasterList返回参数结构体
|
|
14989
|
+
|
|
14990
|
+
"""
|
|
14991
|
+
|
|
14992
|
+
def __init__(self):
|
|
14993
|
+
r"""
|
|
14994
|
+
:param _CasterList: 用户对应的导播台简要信息列表
|
|
14995
|
+
:type CasterList: list of CasterBriefInfo
|
|
14996
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14997
|
+
:type RequestId: str
|
|
14998
|
+
"""
|
|
14999
|
+
self._CasterList = None
|
|
15000
|
+
self._RequestId = None
|
|
15001
|
+
|
|
15002
|
+
@property
|
|
15003
|
+
def CasterList(self):
|
|
15004
|
+
r"""用户对应的导播台简要信息列表
|
|
15005
|
+
:rtype: list of CasterBriefInfo
|
|
15006
|
+
"""
|
|
15007
|
+
return self._CasterList
|
|
15008
|
+
|
|
15009
|
+
@CasterList.setter
|
|
15010
|
+
def CasterList(self, CasterList):
|
|
15011
|
+
self._CasterList = CasterList
|
|
15012
|
+
|
|
15013
|
+
@property
|
|
15014
|
+
def RequestId(self):
|
|
15015
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15016
|
+
:rtype: str
|
|
15017
|
+
"""
|
|
15018
|
+
return self._RequestId
|
|
15019
|
+
|
|
15020
|
+
@RequestId.setter
|
|
15021
|
+
def RequestId(self, RequestId):
|
|
15022
|
+
self._RequestId = RequestId
|
|
15023
|
+
|
|
15024
|
+
|
|
15025
|
+
def _deserialize(self, params):
|
|
15026
|
+
if params.get("CasterList") is not None:
|
|
15027
|
+
self._CasterList = []
|
|
15028
|
+
for item in params.get("CasterList"):
|
|
15029
|
+
obj = CasterBriefInfo()
|
|
15030
|
+
obj._deserialize(item)
|
|
15031
|
+
self._CasterList.append(obj)
|
|
15032
|
+
self._RequestId = params.get("RequestId")
|
|
15033
|
+
|
|
15034
|
+
|
|
15035
|
+
class DescribeCasterMarkPicInfosRequest(AbstractModel):
|
|
15036
|
+
r"""DescribeCasterMarkPicInfos请求参数结构体
|
|
14833
15037
|
|
|
14834
15038
|
"""
|
|
14835
15039
|
|
|
@@ -21344,21 +21548,13 @@ class DescribeLiveTranscodeTotalInfoRequest(AbstractModel):
|
|
|
21344
21548
|
|
|
21345
21549
|
def __init__(self):
|
|
21346
21550
|
r"""
|
|
21347
|
-
:param _StartTime:
|
|
21348
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
21349
|
-
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
21551
|
+
:param _StartTime: <p>开始时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
|
|
21350
21552
|
:type StartTime: str
|
|
21351
|
-
:param _EndTime:
|
|
21352
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
21353
|
-
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
21553
|
+
:param _EndTime: <p>结束时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
|
|
21354
21554
|
:type EndTime: str
|
|
21355
|
-
:param _PushDomains:
|
|
21356
|
-
指定域名时返回1小时粒度数据。
|
|
21555
|
+
:param _PushDomains: <p>推流域名列表,若不填,表示查询所有域名总体数据。指定域名时返回1小时粒度数据。</p>
|
|
21357
21556
|
:type PushDomains: list of str
|
|
21358
|
-
:param _MainlandOrOversea:
|
|
21359
|
-
Mainland:查询中国大陆(境内)数据,
|
|
21360
|
-
Oversea:则查询国际/港澳台(境外)数据,
|
|
21361
|
-
默认:查询全球地区(境内+境外)的数据。
|
|
21557
|
+
:param _MainlandOrOversea: <p>可选值:Mainland:查询中国大陆(境内)数据,Oversea:则查询国际/港澳台(境外)数据,默认:查询全球地区(境内+境外)的数据。</p>
|
|
21362
21558
|
:type MainlandOrOversea: str
|
|
21363
21559
|
"""
|
|
21364
21560
|
self._StartTime = None
|
|
@@ -21368,9 +21564,7 @@ Oversea:则查询国际/港澳台(境外)数据,
|
|
|
21368
21564
|
|
|
21369
21565
|
@property
|
|
21370
21566
|
def StartTime(self):
|
|
21371
|
-
r"""
|
|
21372
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
21373
|
-
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
21567
|
+
r"""<p>开始时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
|
|
21374
21568
|
:rtype: str
|
|
21375
21569
|
"""
|
|
21376
21570
|
return self._StartTime
|
|
@@ -21381,9 +21575,7 @@ Oversea:则查询国际/港澳台(境外)数据,
|
|
|
21381
21575
|
|
|
21382
21576
|
@property
|
|
21383
21577
|
def EndTime(self):
|
|
21384
|
-
r"""
|
|
21385
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
21386
|
-
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
21578
|
+
r"""<p>结束时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
|
|
21387
21579
|
:rtype: str
|
|
21388
21580
|
"""
|
|
21389
21581
|
return self._EndTime
|
|
@@ -21394,8 +21586,7 @@ Oversea:则查询国际/港澳台(境外)数据,
|
|
|
21394
21586
|
|
|
21395
21587
|
@property
|
|
21396
21588
|
def PushDomains(self):
|
|
21397
|
-
r"""
|
|
21398
|
-
指定域名时返回1小时粒度数据。
|
|
21589
|
+
r"""<p>推流域名列表,若不填,表示查询所有域名总体数据。指定域名时返回1小时粒度数据。</p>
|
|
21399
21590
|
:rtype: list of str
|
|
21400
21591
|
"""
|
|
21401
21592
|
return self._PushDomains
|
|
@@ -21406,10 +21597,7 @@ Oversea:则查询国际/港澳台(境外)数据,
|
|
|
21406
21597
|
|
|
21407
21598
|
@property
|
|
21408
21599
|
def MainlandOrOversea(self):
|
|
21409
|
-
r"""
|
|
21410
|
-
Mainland:查询中国大陆(境内)数据,
|
|
21411
|
-
Oversea:则查询国际/港澳台(境外)数据,
|
|
21412
|
-
默认:查询全球地区(境内+境外)的数据。
|
|
21600
|
+
r"""<p>可选值:Mainland:查询中国大陆(境内)数据,Oversea:则查询国际/港澳台(境外)数据,默认:查询全球地区(境内+境外)的数据。</p>
|
|
21413
21601
|
:rtype: str
|
|
21414
21602
|
"""
|
|
21415
21603
|
return self._MainlandOrOversea
|
|
@@ -21441,7 +21629,7 @@ class DescribeLiveTranscodeTotalInfoResponse(AbstractModel):
|
|
|
21441
21629
|
|
|
21442
21630
|
def __init__(self):
|
|
21443
21631
|
r"""
|
|
21444
|
-
:param _DataInfoList:
|
|
21632
|
+
:param _DataInfoList: <p>统计数据列表。</p>
|
|
21445
21633
|
:type DataInfoList: list of TranscodeTotalInfo
|
|
21446
21634
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
21447
21635
|
:type RequestId: str
|
|
@@ -21451,7 +21639,7 @@ class DescribeLiveTranscodeTotalInfoResponse(AbstractModel):
|
|
|
21451
21639
|
|
|
21452
21640
|
@property
|
|
21453
21641
|
def DataInfoList(self):
|
|
21454
|
-
r"""
|
|
21642
|
+
r"""<p>统计数据列表。</p>
|
|
21455
21643
|
:rtype: list of TranscodeTotalInfo
|
|
21456
21644
|
"""
|
|
21457
21645
|
return self._DataInfoList
|
|
@@ -23329,6 +23517,128 @@ class DescribePullStreamConfigsResponse(AbstractModel):
|
|
|
23329
23517
|
self._RequestId = params.get("RequestId")
|
|
23330
23518
|
|
|
23331
23519
|
|
|
23520
|
+
class DescribePullTransformPushInfoListRequest(AbstractModel):
|
|
23521
|
+
r"""DescribePullTransformPushInfoList请求参数结构体
|
|
23522
|
+
|
|
23523
|
+
"""
|
|
23524
|
+
|
|
23525
|
+
def __init__(self):
|
|
23526
|
+
r"""
|
|
23527
|
+
:param _StartTime: utc开始时间,格式为:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I,
|
|
23528
|
+
例如:北京时间2019-01-08 10:00:00,对应utc时间为:2019-01-08T10:00:00+08:00。
|
|
23529
|
+
支持最近一个月的查询。
|
|
23530
|
+
:type StartTime: str
|
|
23531
|
+
:param _EndTime: utc结束时间,格式为:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I,
|
|
23532
|
+
例如:北京时间2019-01-08 10:00:00,对应utc时间为:2019-01-08T10:00:00+08:00。
|
|
23533
|
+
支持最近一个月的查询,时间跨度为一个月。
|
|
23534
|
+
:type EndTime: str
|
|
23535
|
+
:param _TaskId: 拉流转推任务Id。
|
|
23536
|
+
:type TaskId: str
|
|
23537
|
+
"""
|
|
23538
|
+
self._StartTime = None
|
|
23539
|
+
self._EndTime = None
|
|
23540
|
+
self._TaskId = None
|
|
23541
|
+
|
|
23542
|
+
@property
|
|
23543
|
+
def StartTime(self):
|
|
23544
|
+
r"""utc开始时间,格式为:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I,
|
|
23545
|
+
例如:北京时间2019-01-08 10:00:00,对应utc时间为:2019-01-08T10:00:00+08:00。
|
|
23546
|
+
支持最近一个月的查询。
|
|
23547
|
+
:rtype: str
|
|
23548
|
+
"""
|
|
23549
|
+
return self._StartTime
|
|
23550
|
+
|
|
23551
|
+
@StartTime.setter
|
|
23552
|
+
def StartTime(self, StartTime):
|
|
23553
|
+
self._StartTime = StartTime
|
|
23554
|
+
|
|
23555
|
+
@property
|
|
23556
|
+
def EndTime(self):
|
|
23557
|
+
r"""utc结束时间,格式为:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I,
|
|
23558
|
+
例如:北京时间2019-01-08 10:00:00,对应utc时间为:2019-01-08T10:00:00+08:00。
|
|
23559
|
+
支持最近一个月的查询,时间跨度为一个月。
|
|
23560
|
+
:rtype: str
|
|
23561
|
+
"""
|
|
23562
|
+
return self._EndTime
|
|
23563
|
+
|
|
23564
|
+
@EndTime.setter
|
|
23565
|
+
def EndTime(self, EndTime):
|
|
23566
|
+
self._EndTime = EndTime
|
|
23567
|
+
|
|
23568
|
+
@property
|
|
23569
|
+
def TaskId(self):
|
|
23570
|
+
r"""拉流转推任务Id。
|
|
23571
|
+
:rtype: str
|
|
23572
|
+
"""
|
|
23573
|
+
return self._TaskId
|
|
23574
|
+
|
|
23575
|
+
@TaskId.setter
|
|
23576
|
+
def TaskId(self, TaskId):
|
|
23577
|
+
self._TaskId = TaskId
|
|
23578
|
+
|
|
23579
|
+
|
|
23580
|
+
def _deserialize(self, params):
|
|
23581
|
+
self._StartTime = params.get("StartTime")
|
|
23582
|
+
self._EndTime = params.get("EndTime")
|
|
23583
|
+
self._TaskId = params.get("TaskId")
|
|
23584
|
+
memeber_set = set(params.keys())
|
|
23585
|
+
for name, value in vars(self).items():
|
|
23586
|
+
property_name = name[1:]
|
|
23587
|
+
if property_name in memeber_set:
|
|
23588
|
+
memeber_set.remove(property_name)
|
|
23589
|
+
if len(memeber_set) > 0:
|
|
23590
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23591
|
+
|
|
23592
|
+
|
|
23593
|
+
|
|
23594
|
+
class DescribePullTransformPushInfoListResponse(AbstractModel):
|
|
23595
|
+
r"""DescribePullTransformPushInfoList返回参数结构体
|
|
23596
|
+
|
|
23597
|
+
"""
|
|
23598
|
+
|
|
23599
|
+
def __init__(self):
|
|
23600
|
+
r"""
|
|
23601
|
+
:param _DataInfoList: 拉流任务流信息列表。
|
|
23602
|
+
:type DataInfoList: list of TurnPushInfo
|
|
23603
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23604
|
+
:type RequestId: str
|
|
23605
|
+
"""
|
|
23606
|
+
self._DataInfoList = None
|
|
23607
|
+
self._RequestId = None
|
|
23608
|
+
|
|
23609
|
+
@property
|
|
23610
|
+
def DataInfoList(self):
|
|
23611
|
+
r"""拉流任务流信息列表。
|
|
23612
|
+
:rtype: list of TurnPushInfo
|
|
23613
|
+
"""
|
|
23614
|
+
return self._DataInfoList
|
|
23615
|
+
|
|
23616
|
+
@DataInfoList.setter
|
|
23617
|
+
def DataInfoList(self, DataInfoList):
|
|
23618
|
+
self._DataInfoList = DataInfoList
|
|
23619
|
+
|
|
23620
|
+
@property
|
|
23621
|
+
def RequestId(self):
|
|
23622
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23623
|
+
:rtype: str
|
|
23624
|
+
"""
|
|
23625
|
+
return self._RequestId
|
|
23626
|
+
|
|
23627
|
+
@RequestId.setter
|
|
23628
|
+
def RequestId(self, RequestId):
|
|
23629
|
+
self._RequestId = RequestId
|
|
23630
|
+
|
|
23631
|
+
|
|
23632
|
+
def _deserialize(self, params):
|
|
23633
|
+
if params.get("DataInfoList") is not None:
|
|
23634
|
+
self._DataInfoList = []
|
|
23635
|
+
for item in params.get("DataInfoList"):
|
|
23636
|
+
obj = TurnPushInfo()
|
|
23637
|
+
obj._deserialize(item)
|
|
23638
|
+
self._DataInfoList.append(obj)
|
|
23639
|
+
self._RequestId = params.get("RequestId")
|
|
23640
|
+
|
|
23641
|
+
|
|
23332
23642
|
class DescribePullTransformPushInfoRequest(AbstractModel):
|
|
23333
23643
|
r"""DescribePullTransformPushInfo请求参数结构体
|
|
23334
23644
|
|
|
@@ -27546,6 +27856,159 @@ class HttpStatusInfo(AbstractModel):
|
|
|
27546
27856
|
|
|
27547
27857
|
|
|
27548
27858
|
|
|
27859
|
+
class InsertTaskTemporaryFilesRequest(AbstractModel):
|
|
27860
|
+
r"""InsertTaskTemporaryFiles请求参数结构体
|
|
27861
|
+
|
|
27862
|
+
"""
|
|
27863
|
+
|
|
27864
|
+
def __init__(self):
|
|
27865
|
+
r"""
|
|
27866
|
+
:param _TaskId: 直播拉流任务 ID。
|
|
27867
|
+
:type TaskId: str
|
|
27868
|
+
:param _TemporaryFiles: 插播文件列表,支持一次性插播多个文件,文件个数最大支持30个。可在轮播过程中追加新的插播文件。
|
|
27869
|
+
:type TemporaryFiles: list of str
|
|
27870
|
+
:param _Operator: 操作人名称。
|
|
27871
|
+
:type Operator: str
|
|
27872
|
+
:param _InsertAfterIndex: 将文件插在当前轮播序列的指定位置后面。索引序列从1开始。默认为:0,表示播完当前文件立即播放插入文件。注意:索引不要超过当前总文件个数,否则按播完全部文件后再处理插播文件。
|
|
27873
|
+
:type InsertAfterIndex: int
|
|
27874
|
+
:param _InsertPriorityType: 用于多个文件插播在同一个轮播序号之后时,可指定队列顺序。
|
|
27875
|
+
0 - 最高优先级队列。默认值。
|
|
27876
|
+
1 - 中等优先级队列。
|
|
27877
|
+
2 - 最低优先级队列。
|
|
27878
|
+
场景示例:
|
|
27879
|
+
比如当前播放第2个文件,多个新文件插播在第2个文件之后,播完第二个轮播文件之后,优先播放InsertPriorityType为0的插播队列中的文件,再播放InsertPriorityType为1的插播队列中的文件,最后播放InsertPriorityType为2的插播队列文件。
|
|
27880
|
+
如果插播无队列优先级要求,则无需使用此参数。
|
|
27881
|
+
:type InsertPriorityType: int
|
|
27882
|
+
:param _InsertContext: 插播上下文信息。由用户自定义传入。当播放到使用本此插播请求插入的文件时,在文件播放开始和文件播放结束的回调时,将此上下文信息通过创建任务携带的回调地址回调给用户。
|
|
27883
|
+
注意:如果有关联每个插播文件的信息需要回调时,可将需要回调的信息自行拼接到插播文件URL上,通过回调信息中的URL进行读取使用。
|
|
27884
|
+
:type InsertContext: str
|
|
27885
|
+
"""
|
|
27886
|
+
self._TaskId = None
|
|
27887
|
+
self._TemporaryFiles = None
|
|
27888
|
+
self._Operator = None
|
|
27889
|
+
self._InsertAfterIndex = None
|
|
27890
|
+
self._InsertPriorityType = None
|
|
27891
|
+
self._InsertContext = None
|
|
27892
|
+
|
|
27893
|
+
@property
|
|
27894
|
+
def TaskId(self):
|
|
27895
|
+
r"""直播拉流任务 ID。
|
|
27896
|
+
:rtype: str
|
|
27897
|
+
"""
|
|
27898
|
+
return self._TaskId
|
|
27899
|
+
|
|
27900
|
+
@TaskId.setter
|
|
27901
|
+
def TaskId(self, TaskId):
|
|
27902
|
+
self._TaskId = TaskId
|
|
27903
|
+
|
|
27904
|
+
@property
|
|
27905
|
+
def TemporaryFiles(self):
|
|
27906
|
+
r"""插播文件列表,支持一次性插播多个文件,文件个数最大支持30个。可在轮播过程中追加新的插播文件。
|
|
27907
|
+
:rtype: list of str
|
|
27908
|
+
"""
|
|
27909
|
+
return self._TemporaryFiles
|
|
27910
|
+
|
|
27911
|
+
@TemporaryFiles.setter
|
|
27912
|
+
def TemporaryFiles(self, TemporaryFiles):
|
|
27913
|
+
self._TemporaryFiles = TemporaryFiles
|
|
27914
|
+
|
|
27915
|
+
@property
|
|
27916
|
+
def Operator(self):
|
|
27917
|
+
r"""操作人名称。
|
|
27918
|
+
:rtype: str
|
|
27919
|
+
"""
|
|
27920
|
+
return self._Operator
|
|
27921
|
+
|
|
27922
|
+
@Operator.setter
|
|
27923
|
+
def Operator(self, Operator):
|
|
27924
|
+
self._Operator = Operator
|
|
27925
|
+
|
|
27926
|
+
@property
|
|
27927
|
+
def InsertAfterIndex(self):
|
|
27928
|
+
r"""将文件插在当前轮播序列的指定位置后面。索引序列从1开始。默认为:0,表示播完当前文件立即播放插入文件。注意:索引不要超过当前总文件个数,否则按播完全部文件后再处理插播文件。
|
|
27929
|
+
:rtype: int
|
|
27930
|
+
"""
|
|
27931
|
+
return self._InsertAfterIndex
|
|
27932
|
+
|
|
27933
|
+
@InsertAfterIndex.setter
|
|
27934
|
+
def InsertAfterIndex(self, InsertAfterIndex):
|
|
27935
|
+
self._InsertAfterIndex = InsertAfterIndex
|
|
27936
|
+
|
|
27937
|
+
@property
|
|
27938
|
+
def InsertPriorityType(self):
|
|
27939
|
+
r"""用于多个文件插播在同一个轮播序号之后时,可指定队列顺序。
|
|
27940
|
+
0 - 最高优先级队列。默认值。
|
|
27941
|
+
1 - 中等优先级队列。
|
|
27942
|
+
2 - 最低优先级队列。
|
|
27943
|
+
场景示例:
|
|
27944
|
+
比如当前播放第2个文件,多个新文件插播在第2个文件之后,播完第二个轮播文件之后,优先播放InsertPriorityType为0的插播队列中的文件,再播放InsertPriorityType为1的插播队列中的文件,最后播放InsertPriorityType为2的插播队列文件。
|
|
27945
|
+
如果插播无队列优先级要求,则无需使用此参数。
|
|
27946
|
+
:rtype: int
|
|
27947
|
+
"""
|
|
27948
|
+
return self._InsertPriorityType
|
|
27949
|
+
|
|
27950
|
+
@InsertPriorityType.setter
|
|
27951
|
+
def InsertPriorityType(self, InsertPriorityType):
|
|
27952
|
+
self._InsertPriorityType = InsertPriorityType
|
|
27953
|
+
|
|
27954
|
+
@property
|
|
27955
|
+
def InsertContext(self):
|
|
27956
|
+
r"""插播上下文信息。由用户自定义传入。当播放到使用本此插播请求插入的文件时,在文件播放开始和文件播放结束的回调时,将此上下文信息通过创建任务携带的回调地址回调给用户。
|
|
27957
|
+
注意:如果有关联每个插播文件的信息需要回调时,可将需要回调的信息自行拼接到插播文件URL上,通过回调信息中的URL进行读取使用。
|
|
27958
|
+
:rtype: str
|
|
27959
|
+
"""
|
|
27960
|
+
return self._InsertContext
|
|
27961
|
+
|
|
27962
|
+
@InsertContext.setter
|
|
27963
|
+
def InsertContext(self, InsertContext):
|
|
27964
|
+
self._InsertContext = InsertContext
|
|
27965
|
+
|
|
27966
|
+
|
|
27967
|
+
def _deserialize(self, params):
|
|
27968
|
+
self._TaskId = params.get("TaskId")
|
|
27969
|
+
self._TemporaryFiles = params.get("TemporaryFiles")
|
|
27970
|
+
self._Operator = params.get("Operator")
|
|
27971
|
+
self._InsertAfterIndex = params.get("InsertAfterIndex")
|
|
27972
|
+
self._InsertPriorityType = params.get("InsertPriorityType")
|
|
27973
|
+
self._InsertContext = params.get("InsertContext")
|
|
27974
|
+
memeber_set = set(params.keys())
|
|
27975
|
+
for name, value in vars(self).items():
|
|
27976
|
+
property_name = name[1:]
|
|
27977
|
+
if property_name in memeber_set:
|
|
27978
|
+
memeber_set.remove(property_name)
|
|
27979
|
+
if len(memeber_set) > 0:
|
|
27980
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
27981
|
+
|
|
27982
|
+
|
|
27983
|
+
|
|
27984
|
+
class InsertTaskTemporaryFilesResponse(AbstractModel):
|
|
27985
|
+
r"""InsertTaskTemporaryFiles返回参数结构体
|
|
27986
|
+
|
|
27987
|
+
"""
|
|
27988
|
+
|
|
27989
|
+
def __init__(self):
|
|
27990
|
+
r"""
|
|
27991
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
27992
|
+
:type RequestId: str
|
|
27993
|
+
"""
|
|
27994
|
+
self._RequestId = None
|
|
27995
|
+
|
|
27996
|
+
@property
|
|
27997
|
+
def RequestId(self):
|
|
27998
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
27999
|
+
:rtype: str
|
|
28000
|
+
"""
|
|
28001
|
+
return self._RequestId
|
|
28002
|
+
|
|
28003
|
+
@RequestId.setter
|
|
28004
|
+
def RequestId(self, RequestId):
|
|
28005
|
+
self._RequestId = RequestId
|
|
28006
|
+
|
|
28007
|
+
|
|
28008
|
+
def _deserialize(self, params):
|
|
28009
|
+
self._RequestId = params.get("RequestId")
|
|
28010
|
+
|
|
28011
|
+
|
|
27549
28012
|
class LiveCertDomainInfo(AbstractModel):
|
|
27550
28013
|
r"""用作批量绑定域名和证书。
|
|
27551
28014
|
|
|
@@ -28964,9 +29427,9 @@ class ModifyCasterInputInfoRequest(AbstractModel):
|
|
|
28964
29427
|
|
|
28965
29428
|
def __init__(self):
|
|
28966
29429
|
r"""
|
|
28967
|
-
:param _CasterId:
|
|
29430
|
+
:param _CasterId: <p>导播台ID。</p>
|
|
28968
29431
|
:type CasterId: int
|
|
28969
|
-
:param _InputInfo:
|
|
29432
|
+
:param _InputInfo: <p>修改的导播台输入源信息</p>
|
|
28970
29433
|
:type InputInfo: :class:`tencentcloud.live.v20180801.models.CasterInputInfo`
|
|
28971
29434
|
"""
|
|
28972
29435
|
self._CasterId = None
|
|
@@ -28974,7 +29437,7 @@ class ModifyCasterInputInfoRequest(AbstractModel):
|
|
|
28974
29437
|
|
|
28975
29438
|
@property
|
|
28976
29439
|
def CasterId(self):
|
|
28977
|
-
r"""
|
|
29440
|
+
r"""<p>导播台ID。</p>
|
|
28978
29441
|
:rtype: int
|
|
28979
29442
|
"""
|
|
28980
29443
|
return self._CasterId
|
|
@@ -28985,7 +29448,7 @@ class ModifyCasterInputInfoRequest(AbstractModel):
|
|
|
28985
29448
|
|
|
28986
29449
|
@property
|
|
28987
29450
|
def InputInfo(self):
|
|
28988
|
-
r"""
|
|
29451
|
+
r"""<p>修改的导播台输入源信息</p>
|
|
28989
29452
|
:rtype: :class:`tencentcloud.live.v20180801.models.CasterInputInfo`
|
|
28990
29453
|
"""
|
|
28991
29454
|
return self._InputInfo
|
|
@@ -29017,12 +29480,9 @@ class ModifyCasterInputInfoResponse(AbstractModel):
|
|
|
29017
29480
|
|
|
29018
29481
|
def __init__(self):
|
|
29019
29482
|
r"""
|
|
29020
|
-
:param _InputPlayUrl:
|
|
29021
|
-
注:该地址仅作为预览使用,不可分发。
|
|
29483
|
+
:param _InputPlayUrl: <p>修改输入源后的预览地址。注:该地址仅作为预览使用,不可分发。</p>
|
|
29022
29484
|
:type InputPlayUrl: str
|
|
29023
|
-
:param _InputWebRTCPlayUrl:
|
|
29024
|
-
该地址需配合腾讯云快直播播放SDK使用。
|
|
29025
|
-
注:该地址仅做预览使用,不可分发。
|
|
29485
|
+
:param _InputWebRTCPlayUrl: <p>修改后的输入源webrtc预览地址。该地址需配合腾讯云快直播播放SDK使用。注:该地址仅做预览使用,不可分发。</p>
|
|
29026
29486
|
:type InputWebRTCPlayUrl: str
|
|
29027
29487
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
29028
29488
|
:type RequestId: str
|
|
@@ -29033,8 +29493,7 @@ class ModifyCasterInputInfoResponse(AbstractModel):
|
|
|
29033
29493
|
|
|
29034
29494
|
@property
|
|
29035
29495
|
def InputPlayUrl(self):
|
|
29036
|
-
r"""
|
|
29037
|
-
注:该地址仅作为预览使用,不可分发。
|
|
29496
|
+
r"""<p>修改输入源后的预览地址。注:该地址仅作为预览使用,不可分发。</p>
|
|
29038
29497
|
:rtype: str
|
|
29039
29498
|
"""
|
|
29040
29499
|
return self._InputPlayUrl
|
|
@@ -29045,9 +29504,7 @@ class ModifyCasterInputInfoResponse(AbstractModel):
|
|
|
29045
29504
|
|
|
29046
29505
|
@property
|
|
29047
29506
|
def InputWebRTCPlayUrl(self):
|
|
29048
|
-
r"""
|
|
29049
|
-
该地址需配合腾讯云快直播播放SDK使用。
|
|
29050
|
-
注:该地址仅做预览使用,不可分发。
|
|
29507
|
+
r"""<p>修改后的输入源webrtc预览地址。该地址需配合腾讯云快直播播放SDK使用。注:该地址仅做预览使用,不可分发。</p>
|
|
29051
29508
|
:rtype: str
|
|
29052
29509
|
"""
|
|
29053
29510
|
return self._InputWebRTCPlayUrl
|
|
@@ -29081,9 +29538,9 @@ class ModifyCasterLayoutInfoRequest(AbstractModel):
|
|
|
29081
29538
|
|
|
29082
29539
|
def __init__(self):
|
|
29083
29540
|
r"""
|
|
29084
|
-
:param _CasterId:
|
|
29541
|
+
:param _CasterId: <p>导播台ID。</p>
|
|
29085
29542
|
:type CasterId: int
|
|
29086
|
-
:param _LayoutInfo:
|
|
29543
|
+
:param _LayoutInfo: <p>导播台布局参数信息。</p>
|
|
29087
29544
|
:type LayoutInfo: :class:`tencentcloud.live.v20180801.models.CasterLayoutInfo`
|
|
29088
29545
|
"""
|
|
29089
29546
|
self._CasterId = None
|
|
@@ -29091,7 +29548,7 @@ class ModifyCasterLayoutInfoRequest(AbstractModel):
|
|
|
29091
29548
|
|
|
29092
29549
|
@property
|
|
29093
29550
|
def CasterId(self):
|
|
29094
|
-
r"""
|
|
29551
|
+
r"""<p>导播台ID。</p>
|
|
29095
29552
|
:rtype: int
|
|
29096
29553
|
"""
|
|
29097
29554
|
return self._CasterId
|
|
@@ -29102,7 +29559,7 @@ class ModifyCasterLayoutInfoRequest(AbstractModel):
|
|
|
29102
29559
|
|
|
29103
29560
|
@property
|
|
29104
29561
|
def LayoutInfo(self):
|
|
29105
|
-
r"""
|
|
29562
|
+
r"""<p>导播台布局参数信息。</p>
|
|
29106
29563
|
:rtype: :class:`tencentcloud.live.v20180801.models.CasterLayoutInfo`
|
|
29107
29564
|
"""
|
|
29108
29565
|
return self._LayoutInfo
|
|
@@ -29405,60 +29862,35 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29405
29862
|
|
|
29406
29863
|
def __init__(self):
|
|
29407
29864
|
r"""
|
|
29408
|
-
:param _CasterId:
|
|
29865
|
+
:param _CasterId: <p>导播台ID</p>
|
|
29409
29866
|
:type CasterId: int
|
|
29410
|
-
:param _CasterName:
|
|
29867
|
+
:param _CasterName: <p>导播台名称</p>
|
|
29411
29868
|
:type CasterName: str
|
|
29412
|
-
:param _Description:
|
|
29869
|
+
:param _Description: <p>导播台的描述,最大允许长度256</p>
|
|
29413
29870
|
:type Description: str
|
|
29414
|
-
:param _RecordTemplateId:
|
|
29415
|
-
默认为0。
|
|
29416
|
-
当使用直播录制功能时,可将使用的录制模版填入。
|
|
29417
|
-
该接口仅保存字段,不涉及任何录制功能。
|
|
29871
|
+
:param _RecordTemplateId: <p>录制模板id。默认为0。当使用直播录制功能时,可将使用的录制模版填入。该接口仅保存字段,不涉及任何录制功能。</p>
|
|
29418
29872
|
:type RecordTemplateId: int
|
|
29419
|
-
:param _RecordStatus:
|
|
29420
|
-
0:未录制
|
|
29421
|
-
1:录制中
|
|
29422
|
-
该接口仅保存字段,不涉及任何录制处理。
|
|
29873
|
+
:param _RecordStatus: <p>录制状态,当调用录制接口后,可通过该字段保存录制状态。0:未录制 1:录制中该接口仅保存字段,不涉及任何录制处理。</p>
|
|
29423
29874
|
:type RecordStatus: int
|
|
29424
|
-
:param _ExpireTime:
|
|
29425
|
-
默认值为-1。
|
|
29426
|
-
当值为-1时,表示该导播台永不过期。
|
|
29427
|
-
当值为正常unix时间戳时,导播台将在该时间过期。
|
|
29428
|
-
导播台过期后,预监与主监画面将自动停止,转推自动停止。
|
|
29429
|
-
点播、直播url将停止转拉,推流url需自行停止推流。
|
|
29875
|
+
:param _ExpireTime: <p>导播台的过期时间戳。值为-1或unix时间戳。默认值为-1。 当值为-1时,表示该导播台永不过期。 当值为正常unix时间戳时,导播台将在该时间过期。导播台过期后,预监与主监画面将自动停止,转推自动停止。 点播、直播url将停止转拉,推流url需自行停止推流。</p>
|
|
29430
29876
|
:type ExpireTime: int
|
|
29431
|
-
:param _DelayTime:
|
|
29432
|
-
默认为0,最大支持300秒
|
|
29877
|
+
:param _DelayTime: <p>导播台延时播放时间,单位为秒。 默认为0,最大支持300秒</p>
|
|
29433
29878
|
:type DelayTime: int
|
|
29434
|
-
:param _TransitionType:
|
|
29435
|
-
默认为空。
|
|
29436
|
-
允许使用通过DescribeCasterTransitionTypes接口中查询到的转场类型。
|
|
29879
|
+
:param _TransitionType: <p>导播台转场类型。 默认为空。 允许使用通过DescribeCasterTransitionTypes接口中查询到的转场类型。</p>
|
|
29437
29880
|
:type TransitionType: str
|
|
29438
|
-
:param _PgmWidth:
|
|
29439
|
-
默认为1280,最大允许4096。
|
|
29881
|
+
:param _PgmWidth: <p>导播台主监输出的宽度,单位为像素。 默认为1280,最大允许4096。</p>
|
|
29440
29882
|
:type PgmWidth: int
|
|
29441
|
-
:param _PgmHeight:
|
|
29442
|
-
默认为720,最大允许2160。
|
|
29883
|
+
:param _PgmHeight: <p>导播台主监输出的高度,单位为像素。 默认为720,最大允许2160。</p>
|
|
29443
29884
|
:type PgmHeight: int
|
|
29444
|
-
:param _PgmFps:
|
|
29445
|
-
默认为0,表示随源输出。 最大支持60。
|
|
29885
|
+
:param _PgmFps: <p>导播台主监输出的帧率。 默认为0,表示随源输出。 最大支持60。</p>
|
|
29446
29886
|
:type PgmFps: int
|
|
29447
|
-
:param _PgmBitRate:
|
|
29448
|
-
默认为0,表示随源的码率输出。
|
|
29449
|
-
最大允许10000kbps。
|
|
29887
|
+
:param _PgmBitRate: <p>导播台主监输出的码率,单位为kbps。 默认为0,表示随源的码率输出。 最大允许10000kbps。</p>
|
|
29450
29888
|
:type PgmBitRate: int
|
|
29451
|
-
:param _FeeType:
|
|
29452
|
-
0 通用型
|
|
29453
|
-
1 播单型。
|
|
29454
|
-
注: 本参数暂无作用。
|
|
29889
|
+
:param _FeeType: <p>导播台的计费类型。 0 通用型 1 播单型。 注: 本参数暂无作用。</p>
|
|
29455
29890
|
:type FeeType: int
|
|
29456
|
-
:param _RecordTaskId:
|
|
29457
|
-
注:该接口只做字段保存,不涉及录制操作。
|
|
29891
|
+
:param _RecordTaskId: <p>录制接口返回的taskid注:该接口只做字段保存,不涉及录制操作。</p>
|
|
29458
29892
|
:type RecordTaskId: str
|
|
29459
|
-
:param _PgmAudioBitRate:
|
|
29460
|
-
可选项:[0, 128, 192, 256]
|
|
29461
|
-
默认值为0,表示随源的音频码率输出。
|
|
29893
|
+
:param _PgmAudioBitRate: <p>导播台主监输出的音频码率,单位为kbps。 可选项:[0, 128, 192, 256] 默认值为0,表示随源的音频码率输出。</p>
|
|
29462
29894
|
:type PgmAudioBitRate: int
|
|
29463
29895
|
"""
|
|
29464
29896
|
self._CasterId = None
|
|
@@ -29479,7 +29911,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29479
29911
|
|
|
29480
29912
|
@property
|
|
29481
29913
|
def CasterId(self):
|
|
29482
|
-
r"""
|
|
29914
|
+
r"""<p>导播台ID</p>
|
|
29483
29915
|
:rtype: int
|
|
29484
29916
|
"""
|
|
29485
29917
|
return self._CasterId
|
|
@@ -29490,7 +29922,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29490
29922
|
|
|
29491
29923
|
@property
|
|
29492
29924
|
def CasterName(self):
|
|
29493
|
-
r"""
|
|
29925
|
+
r"""<p>导播台名称</p>
|
|
29494
29926
|
:rtype: str
|
|
29495
29927
|
"""
|
|
29496
29928
|
return self._CasterName
|
|
@@ -29501,7 +29933,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29501
29933
|
|
|
29502
29934
|
@property
|
|
29503
29935
|
def Description(self):
|
|
29504
|
-
r"""
|
|
29936
|
+
r"""<p>导播台的描述,最大允许长度256</p>
|
|
29505
29937
|
:rtype: str
|
|
29506
29938
|
"""
|
|
29507
29939
|
return self._Description
|
|
@@ -29512,10 +29944,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29512
29944
|
|
|
29513
29945
|
@property
|
|
29514
29946
|
def RecordTemplateId(self):
|
|
29515
|
-
r"""
|
|
29516
|
-
默认为0。
|
|
29517
|
-
当使用直播录制功能时,可将使用的录制模版填入。
|
|
29518
|
-
该接口仅保存字段,不涉及任何录制功能。
|
|
29947
|
+
r"""<p>录制模板id。默认为0。当使用直播录制功能时,可将使用的录制模版填入。该接口仅保存字段,不涉及任何录制功能。</p>
|
|
29519
29948
|
:rtype: int
|
|
29520
29949
|
"""
|
|
29521
29950
|
return self._RecordTemplateId
|
|
@@ -29526,10 +29955,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29526
29955
|
|
|
29527
29956
|
@property
|
|
29528
29957
|
def RecordStatus(self):
|
|
29529
|
-
r"""
|
|
29530
|
-
0:未录制
|
|
29531
|
-
1:录制中
|
|
29532
|
-
该接口仅保存字段,不涉及任何录制处理。
|
|
29958
|
+
r"""<p>录制状态,当调用录制接口后,可通过该字段保存录制状态。0:未录制 1:录制中该接口仅保存字段,不涉及任何录制处理。</p>
|
|
29533
29959
|
:rtype: int
|
|
29534
29960
|
"""
|
|
29535
29961
|
return self._RecordStatus
|
|
@@ -29540,12 +29966,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29540
29966
|
|
|
29541
29967
|
@property
|
|
29542
29968
|
def ExpireTime(self):
|
|
29543
|
-
r"""
|
|
29544
|
-
默认值为-1。
|
|
29545
|
-
当值为-1时,表示该导播台永不过期。
|
|
29546
|
-
当值为正常unix时间戳时,导播台将在该时间过期。
|
|
29547
|
-
导播台过期后,预监与主监画面将自动停止,转推自动停止。
|
|
29548
|
-
点播、直播url将停止转拉,推流url需自行停止推流。
|
|
29969
|
+
r"""<p>导播台的过期时间戳。值为-1或unix时间戳。默认值为-1。 当值为-1时,表示该导播台永不过期。 当值为正常unix时间戳时,导播台将在该时间过期。导播台过期后,预监与主监画面将自动停止,转推自动停止。 点播、直播url将停止转拉,推流url需自行停止推流。</p>
|
|
29549
29970
|
:rtype: int
|
|
29550
29971
|
"""
|
|
29551
29972
|
return self._ExpireTime
|
|
@@ -29556,8 +29977,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29556
29977
|
|
|
29557
29978
|
@property
|
|
29558
29979
|
def DelayTime(self):
|
|
29559
|
-
r"""
|
|
29560
|
-
默认为0,最大支持300秒
|
|
29980
|
+
r"""<p>导播台延时播放时间,单位为秒。 默认为0,最大支持300秒</p>
|
|
29561
29981
|
:rtype: int
|
|
29562
29982
|
"""
|
|
29563
29983
|
return self._DelayTime
|
|
@@ -29568,9 +29988,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29568
29988
|
|
|
29569
29989
|
@property
|
|
29570
29990
|
def TransitionType(self):
|
|
29571
|
-
r"""
|
|
29572
|
-
默认为空。
|
|
29573
|
-
允许使用通过DescribeCasterTransitionTypes接口中查询到的转场类型。
|
|
29991
|
+
r"""<p>导播台转场类型。 默认为空。 允许使用通过DescribeCasterTransitionTypes接口中查询到的转场类型。</p>
|
|
29574
29992
|
:rtype: str
|
|
29575
29993
|
"""
|
|
29576
29994
|
return self._TransitionType
|
|
@@ -29581,8 +29999,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29581
29999
|
|
|
29582
30000
|
@property
|
|
29583
30001
|
def PgmWidth(self):
|
|
29584
|
-
r"""
|
|
29585
|
-
默认为1280,最大允许4096。
|
|
30002
|
+
r"""<p>导播台主监输出的宽度,单位为像素。 默认为1280,最大允许4096。</p>
|
|
29586
30003
|
:rtype: int
|
|
29587
30004
|
"""
|
|
29588
30005
|
return self._PgmWidth
|
|
@@ -29593,8 +30010,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29593
30010
|
|
|
29594
30011
|
@property
|
|
29595
30012
|
def PgmHeight(self):
|
|
29596
|
-
r"""
|
|
29597
|
-
默认为720,最大允许2160。
|
|
30013
|
+
r"""<p>导播台主监输出的高度,单位为像素。 默认为720,最大允许2160。</p>
|
|
29598
30014
|
:rtype: int
|
|
29599
30015
|
"""
|
|
29600
30016
|
return self._PgmHeight
|
|
@@ -29605,8 +30021,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29605
30021
|
|
|
29606
30022
|
@property
|
|
29607
30023
|
def PgmFps(self):
|
|
29608
|
-
r"""
|
|
29609
|
-
默认为0,表示随源输出。 最大支持60。
|
|
30024
|
+
r"""<p>导播台主监输出的帧率。 默认为0,表示随源输出。 最大支持60。</p>
|
|
29610
30025
|
:rtype: int
|
|
29611
30026
|
"""
|
|
29612
30027
|
return self._PgmFps
|
|
@@ -29617,9 +30032,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29617
30032
|
|
|
29618
30033
|
@property
|
|
29619
30034
|
def PgmBitRate(self):
|
|
29620
|
-
r"""
|
|
29621
|
-
默认为0,表示随源的码率输出。
|
|
29622
|
-
最大允许10000kbps。
|
|
30035
|
+
r"""<p>导播台主监输出的码率,单位为kbps。 默认为0,表示随源的码率输出。 最大允许10000kbps。</p>
|
|
29623
30036
|
:rtype: int
|
|
29624
30037
|
"""
|
|
29625
30038
|
return self._PgmBitRate
|
|
@@ -29630,10 +30043,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29630
30043
|
|
|
29631
30044
|
@property
|
|
29632
30045
|
def FeeType(self):
|
|
29633
|
-
r"""
|
|
29634
|
-
0 通用型
|
|
29635
|
-
1 播单型。
|
|
29636
|
-
注: 本参数暂无作用。
|
|
30046
|
+
r"""<p>导播台的计费类型。 0 通用型 1 播单型。 注: 本参数暂无作用。</p>
|
|
29637
30047
|
:rtype: int
|
|
29638
30048
|
"""
|
|
29639
30049
|
return self._FeeType
|
|
@@ -29644,8 +30054,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29644
30054
|
|
|
29645
30055
|
@property
|
|
29646
30056
|
def RecordTaskId(self):
|
|
29647
|
-
r"""
|
|
29648
|
-
注:该接口只做字段保存,不涉及录制操作。
|
|
30057
|
+
r"""<p>录制接口返回的taskid注:该接口只做字段保存,不涉及录制操作。</p>
|
|
29649
30058
|
:rtype: str
|
|
29650
30059
|
"""
|
|
29651
30060
|
return self._RecordTaskId
|
|
@@ -29656,9 +30065,7 @@ class ModifyCasterRequest(AbstractModel):
|
|
|
29656
30065
|
|
|
29657
30066
|
@property
|
|
29658
30067
|
def PgmAudioBitRate(self):
|
|
29659
|
-
r"""
|
|
29660
|
-
可选项:[0, 128, 192, 256]
|
|
29661
|
-
默认值为0,表示随源的音频码率输出。
|
|
30068
|
+
r"""<p>导播台主监输出的音频码率,单位为kbps。 可选项:[0, 128, 192, 256] 默认值为0,表示随源的音频码率输出。</p>
|
|
29662
30069
|
:rtype: int
|
|
29663
30070
|
"""
|
|
29664
30071
|
return self._PgmAudioBitRate
|
|
@@ -38684,6 +39091,91 @@ class SwitchBackupStreamResponse(AbstractModel):
|
|
|
38684
39091
|
self._RequestId = params.get("RequestId")
|
|
38685
39092
|
|
|
38686
39093
|
|
|
39094
|
+
class SwitchCasterToEmergencyRequest(AbstractModel):
|
|
39095
|
+
r"""SwitchCasterToEmergency请求参数结构体
|
|
39096
|
+
|
|
39097
|
+
"""
|
|
39098
|
+
|
|
39099
|
+
def __init__(self):
|
|
39100
|
+
r"""
|
|
39101
|
+
:param _CasterId: 导播台ID。
|
|
39102
|
+
:type CasterId: int
|
|
39103
|
+
"""
|
|
39104
|
+
self._CasterId = None
|
|
39105
|
+
|
|
39106
|
+
@property
|
|
39107
|
+
def CasterId(self):
|
|
39108
|
+
r"""导播台ID。
|
|
39109
|
+
:rtype: int
|
|
39110
|
+
"""
|
|
39111
|
+
return self._CasterId
|
|
39112
|
+
|
|
39113
|
+
@CasterId.setter
|
|
39114
|
+
def CasterId(self, CasterId):
|
|
39115
|
+
self._CasterId = CasterId
|
|
39116
|
+
|
|
39117
|
+
|
|
39118
|
+
def _deserialize(self, params):
|
|
39119
|
+
self._CasterId = params.get("CasterId")
|
|
39120
|
+
memeber_set = set(params.keys())
|
|
39121
|
+
for name, value in vars(self).items():
|
|
39122
|
+
property_name = name[1:]
|
|
39123
|
+
if property_name in memeber_set:
|
|
39124
|
+
memeber_set.remove(property_name)
|
|
39125
|
+
if len(memeber_set) > 0:
|
|
39126
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
39127
|
+
|
|
39128
|
+
|
|
39129
|
+
|
|
39130
|
+
class SwitchCasterToEmergencyResponse(AbstractModel):
|
|
39131
|
+
r"""SwitchCasterToEmergency返回参数结构体
|
|
39132
|
+
|
|
39133
|
+
"""
|
|
39134
|
+
|
|
39135
|
+
def __init__(self):
|
|
39136
|
+
r"""
|
|
39137
|
+
:param _EmergencyStatus: 备播状态,范围[0,1,2]
|
|
39138
|
+
0. 正常直播状态
|
|
39139
|
+
1. 备播状态
|
|
39140
|
+
2. 备播切换正常直播中,在配置了延播时长时出现
|
|
39141
|
+
:type EmergencyStatus: int
|
|
39142
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39143
|
+
:type RequestId: str
|
|
39144
|
+
"""
|
|
39145
|
+
self._EmergencyStatus = None
|
|
39146
|
+
self._RequestId = None
|
|
39147
|
+
|
|
39148
|
+
@property
|
|
39149
|
+
def EmergencyStatus(self):
|
|
39150
|
+
r"""备播状态,范围[0,1,2]
|
|
39151
|
+
0. 正常直播状态
|
|
39152
|
+
1. 备播状态
|
|
39153
|
+
2. 备播切换正常直播中,在配置了延播时长时出现
|
|
39154
|
+
:rtype: int
|
|
39155
|
+
"""
|
|
39156
|
+
return self._EmergencyStatus
|
|
39157
|
+
|
|
39158
|
+
@EmergencyStatus.setter
|
|
39159
|
+
def EmergencyStatus(self, EmergencyStatus):
|
|
39160
|
+
self._EmergencyStatus = EmergencyStatus
|
|
39161
|
+
|
|
39162
|
+
@property
|
|
39163
|
+
def RequestId(self):
|
|
39164
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39165
|
+
:rtype: str
|
|
39166
|
+
"""
|
|
39167
|
+
return self._RequestId
|
|
39168
|
+
|
|
39169
|
+
@RequestId.setter
|
|
39170
|
+
def RequestId(self, RequestId):
|
|
39171
|
+
self._RequestId = RequestId
|
|
39172
|
+
|
|
39173
|
+
|
|
39174
|
+
def _deserialize(self, params):
|
|
39175
|
+
self._EmergencyStatus = params.get("EmergencyStatus")
|
|
39176
|
+
self._RequestId = params.get("RequestId")
|
|
39177
|
+
|
|
39178
|
+
|
|
38687
39179
|
class TaskDurationInfo(AbstractModel):
|
|
38688
39180
|
r"""拉流转推任务的时长分布信息
|
|
38689
39181
|
|
|
@@ -40457,6 +40949,117 @@ class TransitionTypeInfo(AbstractModel):
|
|
|
40457
40949
|
|
|
40458
40950
|
|
|
40459
40951
|
|
|
40952
|
+
class TurnPushInfo(AbstractModel):
|
|
40953
|
+
r"""拉流转推任务流数据信息。
|
|
40954
|
+
|
|
40955
|
+
"""
|
|
40956
|
+
|
|
40957
|
+
def __init__(self):
|
|
40958
|
+
r"""
|
|
40959
|
+
:param _VideoFps: 视频帧率,单位fps。
|
|
40960
|
+
:type VideoFps: int
|
|
40961
|
+
:param _AudioFps: 音频帧率,单位fps。
|
|
40962
|
+
:type AudioFps: int
|
|
40963
|
+
:param _VideoRate: 视频码率,单位bps。
|
|
40964
|
+
:type VideoRate: int
|
|
40965
|
+
:param _AudioRate: 音频码率,单位bps。
|
|
40966
|
+
:type AudioRate: int
|
|
40967
|
+
:param _StreamFlag: 流标识。
|
|
40968
|
+
:type StreamFlag: str
|
|
40969
|
+
:param _Time: 时间,utc格式:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I。
|
|
40970
|
+
:type Time: str
|
|
40971
|
+
"""
|
|
40972
|
+
self._VideoFps = None
|
|
40973
|
+
self._AudioFps = None
|
|
40974
|
+
self._VideoRate = None
|
|
40975
|
+
self._AudioRate = None
|
|
40976
|
+
self._StreamFlag = None
|
|
40977
|
+
self._Time = None
|
|
40978
|
+
|
|
40979
|
+
@property
|
|
40980
|
+
def VideoFps(self):
|
|
40981
|
+
r"""视频帧率,单位fps。
|
|
40982
|
+
:rtype: int
|
|
40983
|
+
"""
|
|
40984
|
+
return self._VideoFps
|
|
40985
|
+
|
|
40986
|
+
@VideoFps.setter
|
|
40987
|
+
def VideoFps(self, VideoFps):
|
|
40988
|
+
self._VideoFps = VideoFps
|
|
40989
|
+
|
|
40990
|
+
@property
|
|
40991
|
+
def AudioFps(self):
|
|
40992
|
+
r"""音频帧率,单位fps。
|
|
40993
|
+
:rtype: int
|
|
40994
|
+
"""
|
|
40995
|
+
return self._AudioFps
|
|
40996
|
+
|
|
40997
|
+
@AudioFps.setter
|
|
40998
|
+
def AudioFps(self, AudioFps):
|
|
40999
|
+
self._AudioFps = AudioFps
|
|
41000
|
+
|
|
41001
|
+
@property
|
|
41002
|
+
def VideoRate(self):
|
|
41003
|
+
r"""视频码率,单位bps。
|
|
41004
|
+
:rtype: int
|
|
41005
|
+
"""
|
|
41006
|
+
return self._VideoRate
|
|
41007
|
+
|
|
41008
|
+
@VideoRate.setter
|
|
41009
|
+
def VideoRate(self, VideoRate):
|
|
41010
|
+
self._VideoRate = VideoRate
|
|
41011
|
+
|
|
41012
|
+
@property
|
|
41013
|
+
def AudioRate(self):
|
|
41014
|
+
r"""音频码率,单位bps。
|
|
41015
|
+
:rtype: int
|
|
41016
|
+
"""
|
|
41017
|
+
return self._AudioRate
|
|
41018
|
+
|
|
41019
|
+
@AudioRate.setter
|
|
41020
|
+
def AudioRate(self, AudioRate):
|
|
41021
|
+
self._AudioRate = AudioRate
|
|
41022
|
+
|
|
41023
|
+
@property
|
|
41024
|
+
def StreamFlag(self):
|
|
41025
|
+
r"""流标识。
|
|
41026
|
+
:rtype: str
|
|
41027
|
+
"""
|
|
41028
|
+
return self._StreamFlag
|
|
41029
|
+
|
|
41030
|
+
@StreamFlag.setter
|
|
41031
|
+
def StreamFlag(self, StreamFlag):
|
|
41032
|
+
self._StreamFlag = StreamFlag
|
|
41033
|
+
|
|
41034
|
+
@property
|
|
41035
|
+
def Time(self):
|
|
41036
|
+
r"""时间,utc格式:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I。
|
|
41037
|
+
:rtype: str
|
|
41038
|
+
"""
|
|
41039
|
+
return self._Time
|
|
41040
|
+
|
|
41041
|
+
@Time.setter
|
|
41042
|
+
def Time(self, Time):
|
|
41043
|
+
self._Time = Time
|
|
41044
|
+
|
|
41045
|
+
|
|
41046
|
+
def _deserialize(self, params):
|
|
41047
|
+
self._VideoFps = params.get("VideoFps")
|
|
41048
|
+
self._AudioFps = params.get("AudioFps")
|
|
41049
|
+
self._VideoRate = params.get("VideoRate")
|
|
41050
|
+
self._AudioRate = params.get("AudioRate")
|
|
41051
|
+
self._StreamFlag = params.get("StreamFlag")
|
|
41052
|
+
self._Time = params.get("Time")
|
|
41053
|
+
memeber_set = set(params.keys())
|
|
41054
|
+
for name, value in vars(self).items():
|
|
41055
|
+
property_name = name[1:]
|
|
41056
|
+
if property_name in memeber_set:
|
|
41057
|
+
memeber_set.remove(property_name)
|
|
41058
|
+
if len(memeber_set) > 0:
|
|
41059
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
41060
|
+
|
|
41061
|
+
|
|
41062
|
+
|
|
40460
41063
|
class UnBindLiveDomainCertRequest(AbstractModel):
|
|
40461
41064
|
r"""UnBindLiveDomainCert请求参数结构体
|
|
40462
41065
|
|