tencentcloud-sdk-python-live 3.0.1053__tar.gz → 3.0.1060__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.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/setup.py +1 -1
  3. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud/live/v20180801/models.py +3 -2
  5. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-live-3.0.1060/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-live-3.0.1053/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/README.rst +0 -0
  9. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud/live/__init__.py +0 -0
  11. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud/live/v20180801/__init__.py +0 -0
  12. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud/live/v20180801/live_client.py +0 -0
  14. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-live-3.0.1053 → tencentcloud-sdk-python-live-3.0.1060}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1053
3
+ Version: 3.0.1060
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
@@ -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.1053"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1060"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Live SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1053'
17
+ __version__ = '3.0.1060'
@@ -274,7 +274,7 @@ URL中禁止包含的字符:
274
274
  ;(){}$>`#"\'|
275
275
  :type PictureUrl: str
276
276
  :param _WatermarkName: 水印名称。
277
- 最长16字节。
277
+ 最长30字节。
278
278
  :type WatermarkName: str
279
279
  :param _XPosition: 显示位置,X轴偏移,单位是百分比,默认 0。
280
280
  :type XPosition: int
@@ -25985,6 +25985,7 @@ class TranscodeDetailInfo(AbstractModel):
25985
25985
  :type Duration: int
25986
25986
  :param _ModuleCodec: 编码方式,带模块,
25987
25987
  示例:
25988
+ liveprocessor_ACC: 音频转码,
25988
25989
  liveprocessor_H264:直播转码-H264,
25989
25990
  liveprocessor_H265: 直播转码-H265,
25990
25991
  topspeed_H264:极速高清-H264,
@@ -26344,7 +26345,7 @@ URL中禁止包含的字符:
26344
26345
  :param _YPosition: 显示位置,Y轴偏移,单位是百分比,默认 0。
26345
26346
  :type YPosition: int
26346
26347
  :param _WatermarkName: 水印名称。
26347
- 最长16字节。
26348
+ 最长30字节。
26348
26349
  :type WatermarkName: str
26349
26350
  :param _Width: 水印宽度,占直播原始画面宽度百分比,建议高宽只设置一项,另外一项会自适应缩放,避免变形。默认原始宽度。
26350
26351
  :type Width: int
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1053
3
+ Version: 3.0.1060
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1060
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1053