tencentcloud-sdk-python-live 3.0.1433__tar.gz → 3.0.1435__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-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/setup.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud/live/v20180801/models.py +2 -2
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-live-3.0.1435/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-live-3.0.1433/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/README.rst +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/setup.cfg +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1435}/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.1435,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Live SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -9832,7 +9832,7 @@ origin: 保持原始编码格式
|
|
|
9832
9832
|
:type Fps: int
|
|
9833
9833
|
:param _Gop: 关键帧间隔,单位:秒。
|
|
9834
9834
|
默认原始的间隔
|
|
9835
|
-
范围
|
|
9835
|
+
范围1-6
|
|
9836
9836
|
:type Gop: int
|
|
9837
9837
|
:param _Rotate: 旋转角度,默认0。
|
|
9838
9838
|
可取值:0,90,180,270
|
|
@@ -10039,7 +10039,7 @@ origin: 保持原始编码格式
|
|
|
10039
10039
|
def Gop(self):
|
|
10040
10040
|
"""关键帧间隔,单位:秒。
|
|
10041
10041
|
默认原始的间隔
|
|
10042
|
-
范围
|
|
10042
|
+
范围1-6
|
|
10043
10043
|
:rtype: int
|
|
10044
10044
|
"""
|
|
10045
10045
|
return self._Gop
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1435
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1433
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|