tencentcloud-sdk-python-mps 3.0.1424__tar.gz → 3.0.1428__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.
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/setup.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud/mps/v20190612/models.py +19 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-mps-3.0.1428/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-mps-3.0.1424/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/README.rst +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/setup.cfg +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1424 → tencentcloud-sdk-python-mps-3.0.1428}/tencentcloud_sdk_python_mps.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-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1428,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Mps SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1228,6 +1228,9 @@ class AdaptiveDynamicStreamingTaskInput(AbstractModel):
|
|
|
1228
1228
|
Common:音视频类型
|
|
1229
1229
|
PureAudio:纯音频类型
|
|
1230
1230
|
:type DefinitionType: str
|
|
1231
|
+
:param _SubtitleTemplate: 字幕参数
|
|
1232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1233
|
+
:type SubtitleTemplate: :class:`tencentcloud.mps.v20190612.models.SubtitleTemplate`
|
|
1231
1234
|
"""
|
|
1232
1235
|
self._Definition = None
|
|
1233
1236
|
self._WatermarkSet = None
|
|
@@ -1238,6 +1241,7 @@ PureAudio:纯音频类型
|
|
|
1238
1241
|
self._AddOnSubtitles = None
|
|
1239
1242
|
self._DrmInfo = None
|
|
1240
1243
|
self._DefinitionType = None
|
|
1244
|
+
self._SubtitleTemplate = None
|
|
1241
1245
|
|
|
1242
1246
|
@property
|
|
1243
1247
|
def Definition(self):
|
|
@@ -1349,6 +1353,18 @@ PureAudio:纯音频类型
|
|
|
1349
1353
|
def DefinitionType(self, DefinitionType):
|
|
1350
1354
|
self._DefinitionType = DefinitionType
|
|
1351
1355
|
|
|
1356
|
+
@property
|
|
1357
|
+
def SubtitleTemplate(self):
|
|
1358
|
+
"""字幕参数
|
|
1359
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1360
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.SubtitleTemplate`
|
|
1361
|
+
"""
|
|
1362
|
+
return self._SubtitleTemplate
|
|
1363
|
+
|
|
1364
|
+
@SubtitleTemplate.setter
|
|
1365
|
+
def SubtitleTemplate(self, SubtitleTemplate):
|
|
1366
|
+
self._SubtitleTemplate = SubtitleTemplate
|
|
1367
|
+
|
|
1352
1368
|
|
|
1353
1369
|
def _deserialize(self, params):
|
|
1354
1370
|
self._Definition = params.get("Definition")
|
|
@@ -1374,6 +1390,9 @@ PureAudio:纯音频类型
|
|
|
1374
1390
|
self._DrmInfo = DrmInfo()
|
|
1375
1391
|
self._DrmInfo._deserialize(params.get("DrmInfo"))
|
|
1376
1392
|
self._DefinitionType = params.get("DefinitionType")
|
|
1393
|
+
if params.get("SubtitleTemplate") is not None:
|
|
1394
|
+
self._SubtitleTemplate = SubtitleTemplate()
|
|
1395
|
+
self._SubtitleTemplate._deserialize(params.get("SubtitleTemplate"))
|
|
1377
1396
|
memeber_set = set(params.keys())
|
|
1378
1397
|
for name, value in vars(self).items():
|
|
1379
1398
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1428
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1424
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|