tencentcloud-sdk-python-trtc 3.0.1330__py2.py3-none-any.whl → 3.0.1331__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-trtc might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/trtc/v20190722/models.py +15 -0
- {tencentcloud_sdk_python_trtc-3.0.1330.dist-info → tencentcloud_sdk_python_trtc-3.0.1331.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_trtc-3.0.1331.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_trtc-3.0.1330.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_trtc-3.0.1330.dist-info → tencentcloud_sdk_python_trtc-3.0.1331.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_trtc-3.0.1330.dist-info → tencentcloud_sdk_python_trtc-3.0.1331.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -14798,11 +14798,14 @@ class UpdateStreamIngestRequest(AbstractModel):
|
|
|
14798
14798
|
:type StreamUrl: str
|
|
14799
14799
|
:param _Volume: 音量,取值范围[0, 100],默认100,表示原音量。
|
|
14800
14800
|
:type Volume: int
|
|
14801
|
+
:param _IsPause: 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
|
|
14802
|
+
:type IsPause: bool
|
|
14801
14803
|
"""
|
|
14802
14804
|
self._SdkAppId = None
|
|
14803
14805
|
self._TaskId = None
|
|
14804
14806
|
self._StreamUrl = None
|
|
14805
14807
|
self._Volume = None
|
|
14808
|
+
self._IsPause = None
|
|
14806
14809
|
|
|
14807
14810
|
@property
|
|
14808
14811
|
def SdkAppId(self):
|
|
@@ -14848,12 +14851,24 @@ class UpdateStreamIngestRequest(AbstractModel):
|
|
|
14848
14851
|
def Volume(self, Volume):
|
|
14849
14852
|
self._Volume = Volume
|
|
14850
14853
|
|
|
14854
|
+
@property
|
|
14855
|
+
def IsPause(self):
|
|
14856
|
+
"""是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
|
|
14857
|
+
:rtype: bool
|
|
14858
|
+
"""
|
|
14859
|
+
return self._IsPause
|
|
14860
|
+
|
|
14861
|
+
@IsPause.setter
|
|
14862
|
+
def IsPause(self, IsPause):
|
|
14863
|
+
self._IsPause = IsPause
|
|
14864
|
+
|
|
14851
14865
|
|
|
14852
14866
|
def _deserialize(self, params):
|
|
14853
14867
|
self._SdkAppId = params.get("SdkAppId")
|
|
14854
14868
|
self._TaskId = params.get("TaskId")
|
|
14855
14869
|
self._StreamUrl = params.get("StreamUrl")
|
|
14856
14870
|
self._Volume = params.get("Volume")
|
|
14871
|
+
self._IsPause = params.get("IsPause")
|
|
14857
14872
|
memeber_set = set(params.keys())
|
|
14858
14873
|
for name, value in vars(self).items():
|
|
14859
14874
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1331
|
|
4
4
|
Summary: Tencent Cloud Trtc 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 (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1331)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=25MJuKfcnE-ZRzq4YPdRwvggcwCBxHeQ7fn0is1oO5g,631
|
|
2
|
+
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/trtc/v20190722/errorcodes.py,sha256=xHA8fGLzwp1OSMztNVB4c08EyyYW8WaOn3et3qE_m7I,11586
|
|
5
|
+
tencentcloud/trtc/v20190722/models.py,sha256=3gEMYMHKRJk-40m8GrZ4G64vy2frFag4_T0i3BgS7zY,563928
|
|
6
|
+
tencentcloud/trtc/v20190722/trtc_client.py,sha256=oaomKfzcpEGOJYalgpYuTdCr7K0ugW3CV9jk-3t3Dn4,79095
|
|
7
|
+
tencentcloud_sdk_python_trtc-3.0.1331.dist-info/METADATA,sha256=SNJo5i7hfcZhMM6xBmlFH0_YZD3mIjKf31gODy5t-nY,1501
|
|
8
|
+
tencentcloud_sdk_python_trtc-3.0.1331.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_trtc-3.0.1331.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_trtc-3.0.1331.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=Md6QzQAfvvVjLEnu_5K07eqDvMsM4zo_SZIx1tTAJIE,631
|
|
2
|
-
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/trtc/v20190722/errorcodes.py,sha256=xHA8fGLzwp1OSMztNVB4c08EyyYW8WaOn3et3qE_m7I,11586
|
|
5
|
-
tencentcloud/trtc/v20190722/models.py,sha256=5KzEUob1gya8eXICqJi6tQYnf7FVCVjzoSyCcg9DM_A,563328
|
|
6
|
-
tencentcloud/trtc/v20190722/trtc_client.py,sha256=oaomKfzcpEGOJYalgpYuTdCr7K0ugW3CV9jk-3t3Dn4,79095
|
|
7
|
-
tencentcloud_sdk_python_trtc-3.0.1330.dist-info/METADATA,sha256=RIGR1wkqSwl3GJrHgXPBp-TK1QTX4JGk5LdUGn6HsBE,1501
|
|
8
|
-
tencentcloud_sdk_python_trtc-3.0.1330.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_trtc-3.0.1330.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_trtc-3.0.1330.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|