tencentcloud-sdk-python-live 3.1.73__py2.py3-none-any.whl → 3.1.77__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/live/v20180801/models.py +33 -26
- {tencentcloud_sdk_python_live-3.1.73.dist-info → tencentcloud_sdk_python_live-3.1.77.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_live-3.1.73.dist-info → tencentcloud_sdk_python_live-3.1.77.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_live-3.1.73.dist-info → tencentcloud_sdk_python_live-3.1.77.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_live-3.1.73.dist-info → tencentcloud_sdk_python_live-3.1.77.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -36555,28 +36555,26 @@ class PadTemplate(AbstractModel):
|
|
|
36555
36555
|
|
|
36556
36556
|
def __init__(self):
|
|
36557
36557
|
r"""
|
|
36558
|
-
:param _TemplateId:
|
|
36558
|
+
:param _TemplateId: <p>模板id。</p>
|
|
36559
36559
|
:type TemplateId: int
|
|
36560
|
-
:param _TemplateName:
|
|
36560
|
+
:param _TemplateName: <p>模板名称。</p>
|
|
36561
36561
|
:type TemplateName: str
|
|
36562
|
-
:param _Url:
|
|
36562
|
+
:param _Url: <p>垫片内容。</p>
|
|
36563
36563
|
:type Url: str
|
|
36564
|
-
:param _CreateTime:
|
|
36564
|
+
:param _CreateTime: <p>模板创建时间。</p>
|
|
36565
36565
|
:type CreateTime: str
|
|
36566
|
-
:param _UpdateTime:
|
|
36566
|
+
:param _UpdateTime: <p>模板修改时间。</p>
|
|
36567
36567
|
:type UpdateTime: str
|
|
36568
|
-
:param _Description:
|
|
36568
|
+
:param _Description: <p>模板描述。</p>
|
|
36569
36569
|
:type Description: str
|
|
36570
|
-
:param _WaitDuration:
|
|
36571
|
-
取值范围:0-30000。
|
|
36572
|
-
单位:ms。
|
|
36570
|
+
:param _WaitDuration: <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
|
|
36573
36571
|
:type WaitDuration: int
|
|
36574
|
-
:param _MaxDuration:
|
|
36575
|
-
取值范围:0 - 正无穷。
|
|
36576
|
-
单位:ms。
|
|
36572
|
+
:param _MaxDuration: <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
|
|
36577
36573
|
:type MaxDuration: int
|
|
36578
|
-
:param _Type:
|
|
36574
|
+
:param _Type: <p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
|
|
36579
36575
|
:type Type: int
|
|
36576
|
+
:param _TriggerCondition: <p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
|
|
36577
|
+
:type TriggerCondition: int
|
|
36580
36578
|
"""
|
|
36581
36579
|
self._TemplateId = None
|
|
36582
36580
|
self._TemplateName = None
|
|
@@ -36587,10 +36585,11 @@ class PadTemplate(AbstractModel):
|
|
|
36587
36585
|
self._WaitDuration = None
|
|
36588
36586
|
self._MaxDuration = None
|
|
36589
36587
|
self._Type = None
|
|
36588
|
+
self._TriggerCondition = None
|
|
36590
36589
|
|
|
36591
36590
|
@property
|
|
36592
36591
|
def TemplateId(self):
|
|
36593
|
-
r"""
|
|
36592
|
+
r"""<p>模板id。</p>
|
|
36594
36593
|
:rtype: int
|
|
36595
36594
|
"""
|
|
36596
36595
|
return self._TemplateId
|
|
@@ -36601,7 +36600,7 @@ class PadTemplate(AbstractModel):
|
|
|
36601
36600
|
|
|
36602
36601
|
@property
|
|
36603
36602
|
def TemplateName(self):
|
|
36604
|
-
r"""
|
|
36603
|
+
r"""<p>模板名称。</p>
|
|
36605
36604
|
:rtype: str
|
|
36606
36605
|
"""
|
|
36607
36606
|
return self._TemplateName
|
|
@@ -36612,7 +36611,7 @@ class PadTemplate(AbstractModel):
|
|
|
36612
36611
|
|
|
36613
36612
|
@property
|
|
36614
36613
|
def Url(self):
|
|
36615
|
-
r"""
|
|
36614
|
+
r"""<p>垫片内容。</p>
|
|
36616
36615
|
:rtype: str
|
|
36617
36616
|
"""
|
|
36618
36617
|
return self._Url
|
|
@@ -36623,7 +36622,7 @@ class PadTemplate(AbstractModel):
|
|
|
36623
36622
|
|
|
36624
36623
|
@property
|
|
36625
36624
|
def CreateTime(self):
|
|
36626
|
-
r"""
|
|
36625
|
+
r"""<p>模板创建时间。</p>
|
|
36627
36626
|
:rtype: str
|
|
36628
36627
|
"""
|
|
36629
36628
|
return self._CreateTime
|
|
@@ -36634,7 +36633,7 @@ class PadTemplate(AbstractModel):
|
|
|
36634
36633
|
|
|
36635
36634
|
@property
|
|
36636
36635
|
def UpdateTime(self):
|
|
36637
|
-
r"""
|
|
36636
|
+
r"""<p>模板修改时间。</p>
|
|
36638
36637
|
:rtype: str
|
|
36639
36638
|
"""
|
|
36640
36639
|
return self._UpdateTime
|
|
@@ -36645,7 +36644,7 @@ class PadTemplate(AbstractModel):
|
|
|
36645
36644
|
|
|
36646
36645
|
@property
|
|
36647
36646
|
def Description(self):
|
|
36648
|
-
r"""
|
|
36647
|
+
r"""<p>模板描述。</p>
|
|
36649
36648
|
:rtype: str
|
|
36650
36649
|
"""
|
|
36651
36650
|
return self._Description
|
|
@@ -36656,9 +36655,7 @@ class PadTemplate(AbstractModel):
|
|
|
36656
36655
|
|
|
36657
36656
|
@property
|
|
36658
36657
|
def WaitDuration(self):
|
|
36659
|
-
r"""
|
|
36660
|
-
取值范围:0-30000。
|
|
36661
|
-
单位:ms。
|
|
36658
|
+
r"""<p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
|
|
36662
36659
|
:rtype: int
|
|
36663
36660
|
"""
|
|
36664
36661
|
return self._WaitDuration
|
|
@@ -36669,9 +36666,7 @@ class PadTemplate(AbstractModel):
|
|
|
36669
36666
|
|
|
36670
36667
|
@property
|
|
36671
36668
|
def MaxDuration(self):
|
|
36672
|
-
r"""
|
|
36673
|
-
取值范围:0 - 正无穷。
|
|
36674
|
-
单位:ms。
|
|
36669
|
+
r"""<p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
|
|
36675
36670
|
:rtype: int
|
|
36676
36671
|
"""
|
|
36677
36672
|
return self._MaxDuration
|
|
@@ -36682,7 +36677,7 @@ class PadTemplate(AbstractModel):
|
|
|
36682
36677
|
|
|
36683
36678
|
@property
|
|
36684
36679
|
def Type(self):
|
|
36685
|
-
r"""
|
|
36680
|
+
r"""<p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
|
|
36686
36681
|
:rtype: int
|
|
36687
36682
|
"""
|
|
36688
36683
|
return self._Type
|
|
@@ -36691,6 +36686,17 @@ class PadTemplate(AbstractModel):
|
|
|
36691
36686
|
def Type(self, Type):
|
|
36692
36687
|
self._Type = Type
|
|
36693
36688
|
|
|
36689
|
+
@property
|
|
36690
|
+
def TriggerCondition(self):
|
|
36691
|
+
r"""<p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
|
|
36692
|
+
:rtype: int
|
|
36693
|
+
"""
|
|
36694
|
+
return self._TriggerCondition
|
|
36695
|
+
|
|
36696
|
+
@TriggerCondition.setter
|
|
36697
|
+
def TriggerCondition(self, TriggerCondition):
|
|
36698
|
+
self._TriggerCondition = TriggerCondition
|
|
36699
|
+
|
|
36694
36700
|
|
|
36695
36701
|
def _deserialize(self, params):
|
|
36696
36702
|
self._TemplateId = params.get("TemplateId")
|
|
@@ -36702,6 +36708,7 @@ class PadTemplate(AbstractModel):
|
|
|
36702
36708
|
self._WaitDuration = params.get("WaitDuration")
|
|
36703
36709
|
self._MaxDuration = params.get("MaxDuration")
|
|
36704
36710
|
self._Type = params.get("Type")
|
|
36711
|
+
self._TriggerCondition = params.get("TriggerCondition")
|
|
36705
36712
|
memeber_set = set(params.keys())
|
|
36706
36713
|
for name, value in vars(self).items():
|
|
36707
36714
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-live
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.77
|
|
4
4
|
Summary: Tencent Cloud Live SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.77
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=XRuMwlwfpGdEJdjtIijMfnUVVVZGrvs5Z3IT-hh5tMw,629
|
|
2
2
|
tencentcloud/live/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/live/v20180801/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/live/v20180801/errorcodes.py,sha256=5-NJAgGBXD0E71Ow7pkfD9_sc1oW_lihRR5m2sqpzi8,24861
|
|
5
5
|
tencentcloud/live/v20180801/live_client.py,sha256=Sdgf3w1FyqYdS0lZUXd6TIxhGDb03G9fVrSwcYuWchE,231788
|
|
6
6
|
tencentcloud/live/v20180801/live_client_async.py,sha256=848oxsafokrMvSaWtyid55FDzQrmYC9U0Dfq-yElykc,162247
|
|
7
|
-
tencentcloud/live/v20180801/models.py,sha256=
|
|
8
|
-
tencentcloud_sdk_python_live-3.1.
|
|
9
|
-
tencentcloud_sdk_python_live-3.1.
|
|
10
|
-
tencentcloud_sdk_python_live-3.1.
|
|
11
|
-
tencentcloud_sdk_python_live-3.1.
|
|
7
|
+
tencentcloud/live/v20180801/models.py,sha256=J3kUagZjCcS0utDvojtHQ7OrqPaLMVr6oELSOWmDH2A,1424499
|
|
8
|
+
tencentcloud_sdk_python_live-3.1.77.dist-info/METADATA,sha256=s5ruBIp4gOee4wjE_2-iBik8x_gpccrYusjmjAeOTnw,1500
|
|
9
|
+
tencentcloud_sdk_python_live-3.1.77.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
|
|
10
|
+
tencentcloud_sdk_python_live-3.1.77.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
11
|
+
tencentcloud_sdk_python_live-3.1.77.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|