tencentcloud-sdk-python-mps 3.0.1350__tar.gz → 3.0.1352__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-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/setup.py +1 -1
  3. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud/mps/v20190612/models.py +8 -8
  5. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-mps-3.0.1352/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-mps-3.0.1350/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/README.rst +0 -0
  9. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud/mps/__init__.py +0 -0
  11. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud/mps/v20190612/__init__.py +0 -0
  12. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud/mps/v20190612/mps_client.py +0 -0
  14. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-mps-3.0.1350 → tencentcloud-sdk-python-mps-3.0.1352}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.0.1350
3
+ Version: 3.0.1352
4
4
  Summary: Tencent Cloud Mps 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-mps',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1350"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1352"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Mps 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.1350'
17
+ __version__ = '3.0.1352'
@@ -16696,7 +16696,7 @@ class CreateInput(AbstractModel):
16696
16696
  r"""
16697
16697
  :param _InputName: 输入名称,可填大小写、数字和下划线,长度为[1, 32]。
16698
16698
  :type InputName: str
16699
- :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
16699
+ :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
16700
16700
  :type Protocol: str
16701
16701
  :param _Description: 输入描述,长度为[0, 255]。
16702
16702
  :type Description: str
@@ -16754,7 +16754,7 @@ class CreateInput(AbstractModel):
16754
16754
 
16755
16755
  @property
16756
16756
  def Protocol(self):
16757
- """输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
16757
+ """输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
16758
16758
  :rtype: str
16759
16759
  """
16760
16760
  return self._Protocol
@@ -18165,7 +18165,7 @@ class CreateOutputSRTSettingsDestinations(AbstractModel):
18165
18165
 
18166
18166
  def __init__(self):
18167
18167
  r"""
18168
- :param _Ip: 输出的IP
18168
+ :param _Ip: 输出的IP或域名。
18169
18169
  :type Ip: str
18170
18170
  :param _Port: 输出的端口。
18171
18171
  :type Port: int
@@ -18175,7 +18175,7 @@ class CreateOutputSRTSettingsDestinations(AbstractModel):
18175
18175
 
18176
18176
  @property
18177
18177
  def Ip(self):
18178
- """输出的IP
18178
+ """输出的IP或域名。
18179
18179
  :rtype: str
18180
18180
  """
18181
18181
  return self._Ip
@@ -44557,7 +44557,7 @@ class ModifyOutputInfo(AbstractModel):
44557
44557
  :type OutputName: str
44558
44558
  :param _Description: 输出的描述。
44559
44559
  :type Description: str
44560
- :param _Protocol: 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST。
44560
+ :param _Protocol: 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
44561
44561
  :type Protocol: str
44562
44562
  :param _SRTSettings: 转推SRT的配置。
44563
44563
  :type SRTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputSRTSettings`
@@ -44631,7 +44631,7 @@ class ModifyOutputInfo(AbstractModel):
44631
44631
 
44632
44632
  @property
44633
44633
  def Protocol(self):
44634
- """输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST。
44634
+ """输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
44635
44635
  :rtype: str
44636
44636
  """
44637
44637
  return self._Protocol
@@ -52886,7 +52886,7 @@ class SRTSourceAddressReq(AbstractModel):
52886
52886
 
52887
52887
  def __init__(self):
52888
52888
  r"""
52889
- :param _Ip: 对端IP
52889
+ :param _Ip: 对端IP或域名。
52890
52890
  :type Ip: str
52891
52891
  :param _Port: 对端端口。
52892
52892
  :type Port: int
@@ -52896,7 +52896,7 @@ class SRTSourceAddressReq(AbstractModel):
52896
52896
 
52897
52897
  @property
52898
52898
  def Ip(self):
52899
- """对端IP
52899
+ """对端IP或域名。
52900
52900
  :rtype: str
52901
52901
  """
52902
52902
  return self._Ip
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.0.1350
3
+ Version: 3.0.1352
4
4
  Summary: Tencent Cloud Mps 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.1352
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1350