tencentcloud-sdk-python-live 3.1.80__py2.py3-none-any.whl → 3.1.87__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.80'
17
+ __version__ = '3.1.87'
@@ -8907,28 +8907,20 @@ class CreateLivePadTemplateRequest(AbstractModel):
8907
8907
 
8908
8908
  def __init__(self):
8909
8909
  r"""
8910
- :param _TemplateName: 模板名称。
8911
- 长度上限:255字节。
8912
- 仅支持中文、英文、数字、_、-。
8910
+ :param _TemplateName: <p>模板名称。<br>长度上限:255字节。<br>仅支持中文、英文、数字、_、-。</p>
8913
8911
  :type TemplateName: str
8914
- :param _Url: 垫片内容。
8912
+ :param _Url: <p>垫片内容。</p>
8915
8913
  :type Url: str
8916
- :param _Description: 描述信息。
8917
- 长度上限:1024字节。
8918
- 仅支持中文、英文、数字、_、-。
8914
+ :param _Description: <p>描述信息。<br>长度上限:1024字节。<br>仅支持中文、英文、数字、_、-。</p>
8919
8915
  :type Description: str
8920
- :param _WaitDuration: 断流等待时间。
8921
- 取值范围:0-30000。
8922
- 单位:ms。
8916
+ :param _WaitDuration: <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
8923
8917
  :type WaitDuration: int
8924
- :param _MaxDuration: 最大垫片时长。
8925
- 取值范围:0 - 正无穷。
8926
- 单位:ms。
8918
+ :param _MaxDuration: <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
8927
8919
  :type MaxDuration: int
8928
- :param _Type: 垫片内容类型:
8929
- 1:图片,2:视频。
8930
- 默认值:1。
8920
+ :param _Type: <p>垫片内容类型:<br>1:图片,2:视频。<br>默认值:1。</p>
8931
8921
  :type Type: int
8922
+ :param _TriggerCondition: <p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
8923
+ :type TriggerCondition: int
8932
8924
  """
8933
8925
  self._TemplateName = None
8934
8926
  self._Url = None
@@ -8936,12 +8928,11 @@ class CreateLivePadTemplateRequest(AbstractModel):
8936
8928
  self._WaitDuration = None
8937
8929
  self._MaxDuration = None
8938
8930
  self._Type = None
8931
+ self._TriggerCondition = None
8939
8932
 
8940
8933
  @property
8941
8934
  def TemplateName(self):
8942
- r"""模板名称。
8943
- 长度上限:255字节。
8944
- 仅支持中文、英文、数字、_、-。
8935
+ r"""<p>模板名称。<br>长度上限:255字节。<br>仅支持中文、英文、数字、_、-。</p>
8945
8936
  :rtype: str
8946
8937
  """
8947
8938
  return self._TemplateName
@@ -8952,7 +8943,7 @@ class CreateLivePadTemplateRequest(AbstractModel):
8952
8943
 
8953
8944
  @property
8954
8945
  def Url(self):
8955
- r"""垫片内容。
8946
+ r"""<p>垫片内容。</p>
8956
8947
  :rtype: str
8957
8948
  """
8958
8949
  return self._Url
@@ -8963,9 +8954,7 @@ class CreateLivePadTemplateRequest(AbstractModel):
8963
8954
 
8964
8955
  @property
8965
8956
  def Description(self):
8966
- r"""描述信息。
8967
- 长度上限:1024字节。
8968
- 仅支持中文、英文、数字、_、-。
8957
+ r"""<p>描述信息。<br>长度上限:1024字节。<br>仅支持中文、英文、数字、_、-。</p>
8969
8958
  :rtype: str
8970
8959
  """
8971
8960
  return self._Description
@@ -8976,9 +8965,7 @@ class CreateLivePadTemplateRequest(AbstractModel):
8976
8965
 
8977
8966
  @property
8978
8967
  def WaitDuration(self):
8979
- r"""断流等待时间。
8980
- 取值范围:0-30000。
8981
- 单位:ms。
8968
+ r"""<p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
8982
8969
  :rtype: int
8983
8970
  """
8984
8971
  return self._WaitDuration
@@ -8989,9 +8976,7 @@ class CreateLivePadTemplateRequest(AbstractModel):
8989
8976
 
8990
8977
  @property
8991
8978
  def MaxDuration(self):
8992
- r"""最大垫片时长。
8993
- 取值范围:0 - 正无穷。
8994
- 单位:ms。
8979
+ r"""<p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
8995
8980
  :rtype: int
8996
8981
  """
8997
8982
  return self._MaxDuration
@@ -9002,9 +8987,7 @@ class CreateLivePadTemplateRequest(AbstractModel):
9002
8987
 
9003
8988
  @property
9004
8989
  def Type(self):
9005
- r"""垫片内容类型:
9006
- 1:图片,2:视频。
9007
- 默认值:1。
8990
+ r"""<p>垫片内容类型:<br>1:图片,2:视频。<br>默认值:1。</p>
9008
8991
  :rtype: int
9009
8992
  """
9010
8993
  return self._Type
@@ -9013,6 +8996,17 @@ class CreateLivePadTemplateRequest(AbstractModel):
9013
8996
  def Type(self, Type):
9014
8997
  self._Type = Type
9015
8998
 
8999
+ @property
9000
+ def TriggerCondition(self):
9001
+ r"""<p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
9002
+ :rtype: int
9003
+ """
9004
+ return self._TriggerCondition
9005
+
9006
+ @TriggerCondition.setter
9007
+ def TriggerCondition(self, TriggerCondition):
9008
+ self._TriggerCondition = TriggerCondition
9009
+
9016
9010
 
9017
9011
  def _deserialize(self, params):
9018
9012
  self._TemplateName = params.get("TemplateName")
@@ -9021,6 +9015,7 @@ class CreateLivePadTemplateRequest(AbstractModel):
9021
9015
  self._WaitDuration = params.get("WaitDuration")
9022
9016
  self._MaxDuration = params.get("MaxDuration")
9023
9017
  self._Type = params.get("Type")
9018
+ self._TriggerCondition = params.get("TriggerCondition")
9024
9019
  memeber_set = set(params.keys())
9025
9020
  for name, value in vars(self).items():
9026
9021
  property_name = name[1:]
@@ -9038,7 +9033,7 @@ class CreateLivePadTemplateResponse(AbstractModel):
9038
9033
 
9039
9034
  def __init__(self):
9040
9035
  r"""
9041
- :param _TemplateId: 模板Id
9036
+ :param _TemplateId: <p>模板Id。</p>
9042
9037
  :type TemplateId: int
9043
9038
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9044
9039
  :type RequestId: str
@@ -9048,7 +9043,7 @@ class CreateLivePadTemplateResponse(AbstractModel):
9048
9043
 
9049
9044
  @property
9050
9045
  def TemplateId(self):
9051
- r"""模板Id
9046
+ r"""<p>模板Id。</p>
9052
9047
  :rtype: int
9053
9048
  """
9054
9049
  return self._TemplateId
@@ -33853,28 +33848,22 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33853
33848
 
33854
33849
  def __init__(self):
33855
33850
  r"""
33856
- :param _TemplateId: 模板id
33851
+ :param _TemplateId: <p>模板id。</p>
33857
33852
  :type TemplateId: int
33858
- :param _Url: 垫片内容。
33853
+ :param _Url: <p>垫片内容。</p>
33859
33854
  :type Url: str
33860
- :param _WaitDuration: 断流等待时间。
33861
- 取值范围:0-30000。
33862
- 单位:ms。
33855
+ :param _WaitDuration: <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
33863
33856
  :type WaitDuration: int
33864
- :param _MaxDuration: 最大垫片时长。
33865
- 取值范围:0 - 正无穷。
33866
- 单位:ms。
33857
+ :param _MaxDuration: <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
33867
33858
  :type MaxDuration: int
33868
- :param _TemplateName: 模板名称。
33869
- 长度上限:255字节。
33870
- 仅支持中文、英文、数字、_、-。
33859
+ :param _TemplateName: <p>模板名称。<br>长度上限:255字节。<br>仅支持中文、英文、数字、_、-。</p>
33871
33860
  :type TemplateName: str
33872
- :param _Description: 描述信息。
33873
- 长度上限:1024字节。
33874
- 仅支持中文、英文、数字、_、-。
33861
+ :param _Description: <p>描述信息。<br>长度上限:1024字节。<br>仅支持中文、英文、数字、_、-。</p>
33875
33862
  :type Description: str
33876
- :param _Type: 垫片内容类型: 1:图片,2:视频。 默认值:1
33863
+ :param _Type: <p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
33877
33864
  :type Type: int
33865
+ :param _TriggerCondition: <p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
33866
+ :type TriggerCondition: int
33878
33867
  """
33879
33868
  self._TemplateId = None
33880
33869
  self._Url = None
@@ -33883,10 +33872,11 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33883
33872
  self._TemplateName = None
33884
33873
  self._Description = None
33885
33874
  self._Type = None
33875
+ self._TriggerCondition = None
33886
33876
 
33887
33877
  @property
33888
33878
  def TemplateId(self):
33889
- r"""模板id
33879
+ r"""<p>模板id。</p>
33890
33880
  :rtype: int
33891
33881
  """
33892
33882
  return self._TemplateId
@@ -33897,7 +33887,7 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33897
33887
 
33898
33888
  @property
33899
33889
  def Url(self):
33900
- r"""垫片内容。
33890
+ r"""<p>垫片内容。</p>
33901
33891
  :rtype: str
33902
33892
  """
33903
33893
  return self._Url
@@ -33908,9 +33898,7 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33908
33898
 
33909
33899
  @property
33910
33900
  def WaitDuration(self):
33911
- r"""断流等待时间。
33912
- 取值范围:0-30000。
33913
- 单位:ms。
33901
+ r"""<p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
33914
33902
  :rtype: int
33915
33903
  """
33916
33904
  return self._WaitDuration
@@ -33921,9 +33909,7 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33921
33909
 
33922
33910
  @property
33923
33911
  def MaxDuration(self):
33924
- r"""最大垫片时长。
33925
- 取值范围:0 - 正无穷。
33926
- 单位:ms。
33912
+ r"""<p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
33927
33913
  :rtype: int
33928
33914
  """
33929
33915
  return self._MaxDuration
@@ -33934,9 +33920,7 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33934
33920
 
33935
33921
  @property
33936
33922
  def TemplateName(self):
33937
- r"""模板名称。
33938
- 长度上限:255字节。
33939
- 仅支持中文、英文、数字、_、-。
33923
+ r"""<p>模板名称。<br>长度上限:255字节。<br>仅支持中文、英文、数字、_、-。</p>
33940
33924
  :rtype: str
33941
33925
  """
33942
33926
  return self._TemplateName
@@ -33947,9 +33931,7 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33947
33931
 
33948
33932
  @property
33949
33933
  def Description(self):
33950
- r"""描述信息。
33951
- 长度上限:1024字节。
33952
- 仅支持中文、英文、数字、_、-。
33934
+ r"""<p>描述信息。<br>长度上限:1024字节。<br>仅支持中文、英文、数字、_、-。</p>
33953
33935
  :rtype: str
33954
33936
  """
33955
33937
  return self._Description
@@ -33960,7 +33942,7 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33960
33942
 
33961
33943
  @property
33962
33944
  def Type(self):
33963
- r"""垫片内容类型: 1:图片,2:视频。 默认值:1
33945
+ r"""<p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
33964
33946
  :rtype: int
33965
33947
  """
33966
33948
  return self._Type
@@ -33969,6 +33951,17 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33969
33951
  def Type(self, Type):
33970
33952
  self._Type = Type
33971
33953
 
33954
+ @property
33955
+ def TriggerCondition(self):
33956
+ r"""<p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
33957
+ :rtype: int
33958
+ """
33959
+ return self._TriggerCondition
33960
+
33961
+ @TriggerCondition.setter
33962
+ def TriggerCondition(self, TriggerCondition):
33963
+ self._TriggerCondition = TriggerCondition
33964
+
33972
33965
 
33973
33966
  def _deserialize(self, params):
33974
33967
  self._TemplateId = params.get("TemplateId")
@@ -33978,6 +33971,7 @@ class ModifyLivePadTemplateRequest(AbstractModel):
33978
33971
  self._TemplateName = params.get("TemplateName")
33979
33972
  self._Description = params.get("Description")
33980
33973
  self._Type = params.get("Type")
33974
+ self._TriggerCondition = params.get("TriggerCondition")
33981
33975
  memeber_set = set(params.keys())
33982
33976
  for name, value in vars(self).items():
33983
33977
  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.80
3
+ Version: 3.1.87
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.80
18
+ Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.87
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,11 +1,11 @@
1
- tencentcloud/__init__.py,sha256=mFrhv2uEFLpHlbtslkiRxhfiIi4CmYBUFzm9brPkugQ,629
1
+ tencentcloud/__init__.py,sha256=Pur0G5XjrNOy4M3OrvCuMBdvm_9aqR5BTDGHSGOdaXM,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=RFVBgHApsM4yt65uwVTyYoPvZCySPXnaSaC07FEcB58,25014
5
5
  tencentcloud/live/v20180801/live_client.py,sha256=Vdg6JgSSwDj61v2IGfW8zRZ5qx6Cd47uQFi90Xux950,234572
6
6
  tencentcloud/live/v20180801/live_client_async.py,sha256=SbIyfX3xInOQAc4DVJ4SGOKoNw4uGl7eKqP6oBsy_es,164116
7
- tencentcloud/live/v20180801/models.py,sha256=GmM-QZSS9dIObepVG6_MnxsvFz0dZibmQrdPJOVpcyM,1429618
8
- tencentcloud_sdk_python_live-3.1.80.dist-info/METADATA,sha256=i42F6VN1jl591UgqT0naVXhrAYgdcbbW4lHgYqPdBmg,1500
9
- tencentcloud_sdk_python_live-3.1.80.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
10
- tencentcloud_sdk_python_live-3.1.80.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
- tencentcloud_sdk_python_live-3.1.80.dist-info/RECORD,,
7
+ tencentcloud/live/v20180801/models.py,sha256=jUq3lJE6YLL6H05XkzXFbpHJSIIhWynv4S6jIHl-OOA,1431348
8
+ tencentcloud_sdk_python_live-3.1.87.dist-info/METADATA,sha256=UBgbygP0-KG22gXUbGxy9BR4C4xnruFr2vcyacMMJMM,1500
9
+ tencentcloud_sdk_python_live-3.1.87.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
10
+ tencentcloud_sdk_python_live-3.1.87.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
+ tencentcloud_sdk_python_live-3.1.87.dist-info/RECORD,,