tencentcloud-sdk-python-mps 3.0.1360__tar.gz → 3.0.1361__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.1360 → tencentcloud-sdk-python-mps-3.0.1361}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/setup.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud/mps/v20190612/models.py +4 -4
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-mps-3.0.1361/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-mps-3.0.1360/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/README.rst +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/setup.cfg +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1360 → tencentcloud-sdk-python-mps-3.0.1361}/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.1361"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Mps SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -11595,7 +11595,7 @@ class AudioTemplateInfo(AbstractModel):
|
|
|
11595
11595
|
|
|
11596
11596
|
|
|
11597
11597
|
:type Bitrate: int
|
|
11598
|
-
:param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
|
|
11598
|
+
:param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
|
|
11599
11599
|
单位:Hz
|
|
11600
11600
|
注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
|
11601
11601
|
:type SampleRate: int
|
|
@@ -11666,7 +11666,7 @@ class AudioTemplateInfo(AbstractModel):
|
|
|
11666
11666
|
|
|
11667
11667
|
@property
|
|
11668
11668
|
def SampleRate(self):
|
|
11669
|
-
"""音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
|
|
11669
|
+
"""音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
|
|
11670
11670
|
单位:Hz
|
|
11671
11671
|
注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
|
11672
11672
|
:rtype: int
|
|
@@ -17497,7 +17497,7 @@ class CreateOutputInfo(AbstractModel):
|
|
|
17497
17497
|
:type SecurityGroupIds: list of str
|
|
17498
17498
|
:param _Zones: 可用区,output最多只支持输入一个可用区。
|
|
17499
17499
|
:type Zones: list of str
|
|
17500
|
-
:param _OutputType: 输出类型:Internet/TencentCSS
|
|
17500
|
+
:param _OutputType: 输出类型:Internet/TencentCSS
|
|
17501
17501
|
:type OutputType: str
|
|
17502
17502
|
:param _RISTSettings: 输出的RIST的配置。
|
|
17503
17503
|
:type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputRistSettings`
|
|
@@ -17643,7 +17643,7 @@ class CreateOutputInfo(AbstractModel):
|
|
|
17643
17643
|
|
|
17644
17644
|
@property
|
|
17645
17645
|
def OutputType(self):
|
|
17646
|
-
"""输出类型:Internet/TencentCSS
|
|
17646
|
+
"""输出类型:Internet/TencentCSS
|
|
17647
17647
|
:rtype: str
|
|
17648
17648
|
"""
|
|
17649
17649
|
return self._OutputType
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1361
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1360
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|