tencentcloud-sdk-python-live 3.0.1121__py2.py3-none-any.whl → 3.0.1122__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-live might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/live/v20180801/models.py +12 -0
- {tencentcloud_sdk_python_live-3.0.1121.dist-info → tencentcloud_sdk_python_live-3.0.1122.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_live-3.0.1122.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_live-3.0.1121.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_live-3.0.1121.dist-info → tencentcloud_sdk_python_live-3.0.1122.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_live-3.0.1121.dist-info → tencentcloud_sdk_python_live-3.0.1122.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -3649,6 +3649,8 @@ class CreateLiveRecordTemplateRequest(AbstractModel):
|
|
|
3649
3649
|
:type HlsSpecialParam: :class:`tencentcloud.live.v20180801.models.HlsSpecialParam`
|
|
3650
3650
|
:param _Mp3Param: Mp3录制参数,开启Mp3录制时设置。
|
|
3651
3651
|
:type Mp3Param: :class:`tencentcloud.live.v20180801.models.RecordParam`
|
|
3652
|
+
:param _CosStore: 是否存储至 cos,值为 1 时表示存储至 cos。
|
|
3653
|
+
:type CosStore: int
|
|
3652
3654
|
:param _RemoveWatermark: 是否去除水印,类型为慢直播时此参数无效。
|
|
3653
3655
|
如果为false,则录制水印流或转码流;如果为true,则录制原始流。
|
|
3654
3656
|
:type RemoveWatermark: bool
|
|
@@ -3664,6 +3666,7 @@ class CreateLiveRecordTemplateRequest(AbstractModel):
|
|
|
3664
3666
|
self._IsDelayLive = None
|
|
3665
3667
|
self._HlsSpecialParam = None
|
|
3666
3668
|
self._Mp3Param = None
|
|
3669
|
+
self._CosStore = None
|
|
3667
3670
|
self._RemoveWatermark = None
|
|
3668
3671
|
self._FlvSpecialParam = None
|
|
3669
3672
|
|
|
@@ -3739,6 +3742,14 @@ class CreateLiveRecordTemplateRequest(AbstractModel):
|
|
|
3739
3742
|
def Mp3Param(self, Mp3Param):
|
|
3740
3743
|
self._Mp3Param = Mp3Param
|
|
3741
3744
|
|
|
3745
|
+
@property
|
|
3746
|
+
def CosStore(self):
|
|
3747
|
+
return self._CosStore
|
|
3748
|
+
|
|
3749
|
+
@CosStore.setter
|
|
3750
|
+
def CosStore(self, CosStore):
|
|
3751
|
+
self._CosStore = CosStore
|
|
3752
|
+
|
|
3742
3753
|
@property
|
|
3743
3754
|
def RemoveWatermark(self):
|
|
3744
3755
|
return self._RemoveWatermark
|
|
@@ -3778,6 +3789,7 @@ class CreateLiveRecordTemplateRequest(AbstractModel):
|
|
|
3778
3789
|
if params.get("Mp3Param") is not None:
|
|
3779
3790
|
self._Mp3Param = RecordParam()
|
|
3780
3791
|
self._Mp3Param._deserialize(params.get("Mp3Param"))
|
|
3792
|
+
self._CosStore = params.get("CosStore")
|
|
3781
3793
|
self._RemoveWatermark = params.get("RemoveWatermark")
|
|
3782
3794
|
if params.get("FlvSpecialParam") is not None:
|
|
3783
3795
|
self._FlvSpecialParam = FlvSpecialParam()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-live
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1122
|
|
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 (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1122)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=wBgBOn-vARzgZK0I7TqbIZr9wXEWf7bwusHiEU1pohQ,631
|
|
2
|
+
tencentcloud/live/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/live/v20180801/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/live/v20180801/errorcodes.py,sha256=zUVXfM5AXka1kCY4cQTVHMa5YlWugx3l2A5yXMC9Ifc,20253
|
|
5
|
+
tencentcloud/live/v20180801/live_client.py,sha256=BeNtM1tD4jukSHiEEER6JPsOKpJS7-manhBZLTRGIQY,161959
|
|
6
|
+
tencentcloud/live/v20180801/models.py,sha256=pKLN39FS2pyEuWOlRmRHAeNzEPqy-sMOL5cB1zoJduI,810785
|
|
7
|
+
tencentcloud_sdk_python_live-3.0.1122.dist-info/METADATA,sha256=0KH9TNHoFd_IOuIll7H7ZS7-WBxJALiowHo0KyquAuo,1497
|
|
8
|
+
tencentcloud_sdk_python_live-3.0.1122.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_live-3.0.1122.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_live-3.0.1122.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=LItrK9U61xqc3M6yxqcVVzSBH7uUOrb1DE0yDesHBSI,631
|
|
2
|
-
tencentcloud/live/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/live/v20180801/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/live/v20180801/errorcodes.py,sha256=zUVXfM5AXka1kCY4cQTVHMa5YlWugx3l2A5yXMC9Ifc,20253
|
|
5
|
-
tencentcloud/live/v20180801/live_client.py,sha256=BeNtM1tD4jukSHiEEER6JPsOKpJS7-manhBZLTRGIQY,161959
|
|
6
|
-
tencentcloud/live/v20180801/models.py,sha256=R87wVw3BWZXHAQY8ZZgQwya8tbceSC6urZNyHzSw-0M,810437
|
|
7
|
-
tencentcloud_sdk_python_live-3.0.1121.dist-info/METADATA,sha256=wesRGJiiR-1_SNxXxBQ5o9LCFxkH9wWP7Ipt5XZjHyw,1497
|
|
8
|
-
tencentcloud_sdk_python_live-3.0.1121.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_live-3.0.1121.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_live-3.0.1121.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|