tencentcloud-sdk-python-live 3.0.1433__tar.gz → 3.0.1443__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/setup.py +1 -1
  3. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud/live/v20180801/models.py +4 -12
  5. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-live-3.0.1443/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-live-3.0.1433/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/README.rst +0 -0
  9. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud/live/__init__.py +0 -0
  11. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud/live/v20180801/__init__.py +0 -0
  12. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud/live/v20180801/live_client.py +0 -0
  14. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-live-3.0.1433 → tencentcloud-sdk-python-live-3.0.1443}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1433
3
+ Version: 3.0.1443
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.1433,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1443,<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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1433'
17
+ __version__ = '3.0.1443'
@@ -9832,7 +9832,7 @@ origin: 保持原始编码格式
9832
9832
  :type Fps: int
9833
9833
  :param _Gop: 关键帧间隔,单位:秒。
9834
9834
  默认原始的间隔
9835
- 范围2-6
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
- 范围2-6
10042
+ 范围1-6
10043
10043
  :rtype: int
10044
10044
  """
10045
10045
  return self._Gop
@@ -13953,11 +13953,7 @@ class DescribeBillBandwidthAndFluxListRequest(AbstractModel):
13953
13953
  :type EndTime: str
13954
13954
  :param _PlayDomains: 直播播放域名,若不填,表示总体数据。
13955
13955
  :type PlayDomains: list of str
13956
- :param _MainlandOrOversea: 可选值:
13957
- Mainland:查询国内数据,
13958
- Oversea:则查询国外数据,
13959
- 默认:查询国内+国外的数据。
13960
- 注:LEB(快直播)只支持国内+国外数据查询。
13956
+ :param _MainlandOrOversea: 可选值:Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。
13961
13957
  :type MainlandOrOversea: str
13962
13958
  :param _Granularity: 数据粒度,支持如下粒度:
13963
13959
  5:5分钟粒度,(跨度不支持超过1天),
@@ -14027,11 +14023,7 @@ Africa 非洲。
14027
14023
 
14028
14024
  @property
14029
14025
  def MainlandOrOversea(self):
14030
- """可选值:
14031
- Mainland:查询国内数据,
14032
- Oversea:则查询国外数据,
14033
- 默认:查询国内+国外的数据。
14034
- 注:LEB(快直播)只支持国内+国外数据查询。
14026
+ """可选值:Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。
14035
14027
  :rtype: str
14036
14028
  """
14037
14029
  return self._MainlandOrOversea
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1433
3
+ Version: 3.0.1443
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<4.0.0,>=3.0.1443
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1433