tencentcloud-sdk-python-live 3.0.1156__tar.gz → 3.0.1173__tar.gz
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-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/setup.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud/live/v20180801/models.py +25 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-live-3.0.1173/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-live-3.0.1156/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/README.rst +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/setup.cfg +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1156 → tencentcloud-sdk-python-live-3.0.1173}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-live',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1173"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Live SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3046,6 +3046,8 @@ PullVodPushLive -点播。
|
|
|
3046
3046
|
:type RecordTemplateId: str
|
|
3047
3047
|
:param _BackupToUrl: 新的目标地址,用于任务同时推两路场景。
|
|
3048
3048
|
:type BackupToUrl: str
|
|
3049
|
+
:param _TranscodeTemplateName: 直播转码模板,使用云直播的转码功能进行转码后再转推出去。转码模板需在云直播控制台创建。
|
|
3050
|
+
:type TranscodeTemplateName: str
|
|
3049
3051
|
"""
|
|
3050
3052
|
self._SourceType = None
|
|
3051
3053
|
self._SourceUrls = None
|
|
@@ -3070,6 +3072,7 @@ PullVodPushLive -点播。
|
|
|
3070
3072
|
self._VodLocalMode = None
|
|
3071
3073
|
self._RecordTemplateId = None
|
|
3072
3074
|
self._BackupToUrl = None
|
|
3075
|
+
self._TranscodeTemplateName = None
|
|
3073
3076
|
|
|
3074
3077
|
@property
|
|
3075
3078
|
def SourceType(self):
|
|
@@ -3255,6 +3258,14 @@ PullVodPushLive -点播。
|
|
|
3255
3258
|
def BackupToUrl(self, BackupToUrl):
|
|
3256
3259
|
self._BackupToUrl = BackupToUrl
|
|
3257
3260
|
|
|
3261
|
+
@property
|
|
3262
|
+
def TranscodeTemplateName(self):
|
|
3263
|
+
return self._TranscodeTemplateName
|
|
3264
|
+
|
|
3265
|
+
@TranscodeTemplateName.setter
|
|
3266
|
+
def TranscodeTemplateName(self, TranscodeTemplateName):
|
|
3267
|
+
self._TranscodeTemplateName = TranscodeTemplateName
|
|
3268
|
+
|
|
3258
3269
|
|
|
3259
3270
|
def _deserialize(self, params):
|
|
3260
3271
|
self._SourceType = params.get("SourceType")
|
|
@@ -3285,6 +3296,7 @@ PullVodPushLive -点播。
|
|
|
3285
3296
|
self._VodLocalMode = params.get("VodLocalMode")
|
|
3286
3297
|
self._RecordTemplateId = params.get("RecordTemplateId")
|
|
3287
3298
|
self._BackupToUrl = params.get("BackupToUrl")
|
|
3299
|
+
self._TranscodeTemplateName = params.get("TranscodeTemplateName")
|
|
3288
3300
|
memeber_set = set(params.keys())
|
|
3289
3301
|
for name, value in vars(self).items():
|
|
3290
3302
|
property_name = name[1:]
|
|
@@ -22475,6 +22487,9 @@ PullVodPushLive -点播。
|
|
|
22475
22487
|
:param _BackupToUrl: 新增的推流地址。用于单任务推两路场景。
|
|
22476
22488
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22477
22489
|
:type BackupToUrl: str
|
|
22490
|
+
:param _TranscodeTemplateName: 直播转码模板。
|
|
22491
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22492
|
+
:type TranscodeTemplateName: str
|
|
22478
22493
|
"""
|
|
22479
22494
|
self._TaskId = None
|
|
22480
22495
|
self._SourceType = None
|
|
@@ -22505,6 +22520,7 @@ PullVodPushLive -点播。
|
|
|
22505
22520
|
self._VodLocalMode = None
|
|
22506
22521
|
self._RecordTemplateId = None
|
|
22507
22522
|
self._BackupToUrl = None
|
|
22523
|
+
self._TranscodeTemplateName = None
|
|
22508
22524
|
|
|
22509
22525
|
@property
|
|
22510
22526
|
def TaskId(self):
|
|
@@ -22738,6 +22754,14 @@ PullVodPushLive -点播。
|
|
|
22738
22754
|
def BackupToUrl(self, BackupToUrl):
|
|
22739
22755
|
self._BackupToUrl = BackupToUrl
|
|
22740
22756
|
|
|
22757
|
+
@property
|
|
22758
|
+
def TranscodeTemplateName(self):
|
|
22759
|
+
return self._TranscodeTemplateName
|
|
22760
|
+
|
|
22761
|
+
@TranscodeTemplateName.setter
|
|
22762
|
+
def TranscodeTemplateName(self, TranscodeTemplateName):
|
|
22763
|
+
self._TranscodeTemplateName = TranscodeTemplateName
|
|
22764
|
+
|
|
22741
22765
|
|
|
22742
22766
|
def _deserialize(self, params):
|
|
22743
22767
|
self._TaskId = params.get("TaskId")
|
|
@@ -22776,6 +22800,7 @@ PullVodPushLive -点播。
|
|
|
22776
22800
|
self._VodLocalMode = params.get("VodLocalMode")
|
|
22777
22801
|
self._RecordTemplateId = params.get("RecordTemplateId")
|
|
22778
22802
|
self._BackupToUrl = params.get("BackupToUrl")
|
|
22803
|
+
self._TranscodeTemplateName = params.get("TranscodeTemplateName")
|
|
22779
22804
|
memeber_set = set(params.keys())
|
|
22780
22805
|
for name, value in vars(self).items():
|
|
22781
22806
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1173
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1156
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|