tencentcloud-sdk-python-mps 3.1.81__tar.gz → 3.1.82__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.1.81 → tencentcloud_sdk_python_mps-3.1.82}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud/mps/v20190612/models.py +97 -52
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.82/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.81/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.81 → tencentcloud_sdk_python_mps-3.1.82}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.82
|
|
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
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.82,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -25734,20 +25734,22 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25734
25734
|
|
|
25735
25735
|
def __init__(self):
|
|
25736
25736
|
r"""
|
|
25737
|
-
:param _Name: Program
|
|
25737
|
+
:param _Name: <p>Program名称。</p>
|
|
25738
25738
|
:type Name: str
|
|
25739
|
-
:param _AttachedChannel:
|
|
25739
|
+
:param _AttachedChannel: <p>绑定的channel。</p>
|
|
25740
25740
|
:type AttachedChannel: str
|
|
25741
|
-
:param _SourceType:
|
|
25741
|
+
:param _SourceType: <p>编排的目标source的类型,分直播Live和点播VOD。Tier为Basic时只支持VOD,Tier为Standard时支持Live和VOD</p>
|
|
25742
25742
|
:type SourceType: str
|
|
25743
|
-
:param _SourceLocationId:
|
|
25743
|
+
:param _SourceLocationId: <p>关联的source location。</p>
|
|
25744
25744
|
:type SourceLocationId: str
|
|
25745
|
-
:param _SourceName:
|
|
25745
|
+
:param _SourceName: <p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
25746
25746
|
:type SourceName: str
|
|
25747
|
-
:param _PlaybackConf: PlaybackConf
|
|
25747
|
+
:param _PlaybackConf: <p>PlaybackConf。</p>
|
|
25748
25748
|
:type PlaybackConf: :class:`tencentcloud.mps.v20190612.models.PlaybackInfoReq`
|
|
25749
|
-
:param _AdBreaks: AdBreaks,只有source类型为Vod
|
|
25749
|
+
:param _AdBreaks: <p>AdBreaks,只有source类型为Vod时有效。</p>
|
|
25750
25750
|
:type AdBreaks: list of AdBreakInfo
|
|
25751
|
+
:param _VodAcquisitionMethod: <p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
25752
|
+
:type VodAcquisitionMethod: str
|
|
25751
25753
|
"""
|
|
25752
25754
|
self._Name = None
|
|
25753
25755
|
self._AttachedChannel = None
|
|
@@ -25756,10 +25758,11 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25756
25758
|
self._SourceName = None
|
|
25757
25759
|
self._PlaybackConf = None
|
|
25758
25760
|
self._AdBreaks = None
|
|
25761
|
+
self._VodAcquisitionMethod = None
|
|
25759
25762
|
|
|
25760
25763
|
@property
|
|
25761
25764
|
def Name(self):
|
|
25762
|
-
r"""Program
|
|
25765
|
+
r"""<p>Program名称。</p>
|
|
25763
25766
|
:rtype: str
|
|
25764
25767
|
"""
|
|
25765
25768
|
return self._Name
|
|
@@ -25770,7 +25773,7 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25770
25773
|
|
|
25771
25774
|
@property
|
|
25772
25775
|
def AttachedChannel(self):
|
|
25773
|
-
r"""
|
|
25776
|
+
r"""<p>绑定的channel。</p>
|
|
25774
25777
|
:rtype: str
|
|
25775
25778
|
"""
|
|
25776
25779
|
return self._AttachedChannel
|
|
@@ -25781,7 +25784,7 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25781
25784
|
|
|
25782
25785
|
@property
|
|
25783
25786
|
def SourceType(self):
|
|
25784
|
-
r"""
|
|
25787
|
+
r"""<p>编排的目标source的类型,分直播Live和点播VOD。Tier为Basic时只支持VOD,Tier为Standard时支持Live和VOD</p>
|
|
25785
25788
|
:rtype: str
|
|
25786
25789
|
"""
|
|
25787
25790
|
return self._SourceType
|
|
@@ -25792,7 +25795,7 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25792
25795
|
|
|
25793
25796
|
@property
|
|
25794
25797
|
def SourceLocationId(self):
|
|
25795
|
-
r"""
|
|
25798
|
+
r"""<p>关联的source location。</p>
|
|
25796
25799
|
:rtype: str
|
|
25797
25800
|
"""
|
|
25798
25801
|
return self._SourceLocationId
|
|
@@ -25803,7 +25806,7 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25803
25806
|
|
|
25804
25807
|
@property
|
|
25805
25808
|
def SourceName(self):
|
|
25806
|
-
r"""
|
|
25809
|
+
r"""<p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
25807
25810
|
:rtype: str
|
|
25808
25811
|
"""
|
|
25809
25812
|
return self._SourceName
|
|
@@ -25814,7 +25817,7 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25814
25817
|
|
|
25815
25818
|
@property
|
|
25816
25819
|
def PlaybackConf(self):
|
|
25817
|
-
r"""PlaybackConf
|
|
25820
|
+
r"""<p>PlaybackConf。</p>
|
|
25818
25821
|
:rtype: :class:`tencentcloud.mps.v20190612.models.PlaybackInfoReq`
|
|
25819
25822
|
"""
|
|
25820
25823
|
return self._PlaybackConf
|
|
@@ -25825,7 +25828,7 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25825
25828
|
|
|
25826
25829
|
@property
|
|
25827
25830
|
def AdBreaks(self):
|
|
25828
|
-
r"""AdBreaks,只有source类型为Vod
|
|
25831
|
+
r"""<p>AdBreaks,只有source类型为Vod时有效。</p>
|
|
25829
25832
|
:rtype: list of AdBreakInfo
|
|
25830
25833
|
"""
|
|
25831
25834
|
return self._AdBreaks
|
|
@@ -25834,6 +25837,17 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25834
25837
|
def AdBreaks(self, AdBreaks):
|
|
25835
25838
|
self._AdBreaks = AdBreaks
|
|
25836
25839
|
|
|
25840
|
+
@property
|
|
25841
|
+
def VodAcquisitionMethod(self):
|
|
25842
|
+
r"""<p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
25843
|
+
:rtype: str
|
|
25844
|
+
"""
|
|
25845
|
+
return self._VodAcquisitionMethod
|
|
25846
|
+
|
|
25847
|
+
@VodAcquisitionMethod.setter
|
|
25848
|
+
def VodAcquisitionMethod(self, VodAcquisitionMethod):
|
|
25849
|
+
self._VodAcquisitionMethod = VodAcquisitionMethod
|
|
25850
|
+
|
|
25837
25851
|
|
|
25838
25852
|
def _deserialize(self, params):
|
|
25839
25853
|
self._Name = params.get("Name")
|
|
@@ -25850,6 +25864,7 @@ class CreateStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
25850
25864
|
obj = AdBreakInfo()
|
|
25851
25865
|
obj._deserialize(item)
|
|
25852
25866
|
self._AdBreaks.append(obj)
|
|
25867
|
+
self._VodAcquisitionMethod = params.get("VodAcquisitionMethod")
|
|
25853
25868
|
memeber_set = set(params.keys())
|
|
25854
25869
|
for name, value in vars(self).items():
|
|
25855
25870
|
property_name = name[1:]
|
|
@@ -25867,7 +25882,7 @@ class CreateStreamPackageLinearAssemblyProgramResponse(AbstractModel):
|
|
|
25867
25882
|
|
|
25868
25883
|
def __init__(self):
|
|
25869
25884
|
r"""
|
|
25870
|
-
:param _Info: channel
|
|
25885
|
+
:param _Info: <p>channel信息。</p>
|
|
25871
25886
|
:type Info: :class:`tencentcloud.mps.v20190612.models.LinearAssemblyProgramInfo`
|
|
25872
25887
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
25873
25888
|
:type RequestId: str
|
|
@@ -25877,7 +25892,7 @@ class CreateStreamPackageLinearAssemblyProgramResponse(AbstractModel):
|
|
|
25877
25892
|
|
|
25878
25893
|
@property
|
|
25879
25894
|
def Info(self):
|
|
25880
|
-
r"""channel
|
|
25895
|
+
r"""<p>channel信息。</p>
|
|
25881
25896
|
:rtype: :class:`tencentcloud.mps.v20190612.models.LinearAssemblyProgramInfo`
|
|
25882
25897
|
"""
|
|
25883
25898
|
return self._Info
|
|
@@ -49975,28 +49990,30 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
49975
49990
|
|
|
49976
49991
|
def __init__(self):
|
|
49977
49992
|
r"""
|
|
49978
|
-
:param _Name: program
|
|
49993
|
+
:param _Name: <p>program名称。</p>
|
|
49979
49994
|
:type Name: str
|
|
49980
|
-
:param _SourceType:
|
|
49995
|
+
:param _SourceType: <p>编排的目标source的类型,分直播和点播。</p>
|
|
49981
49996
|
:type SourceType: str
|
|
49982
|
-
:param _SourceLocationId:
|
|
49997
|
+
:param _SourceLocationId: <p>关联的source location id。</p>
|
|
49983
49998
|
:type SourceLocationId: str
|
|
49984
|
-
:param _SourceId: SourceId,唯一标识一个source
|
|
49999
|
+
:param _SourceId: <p>SourceId,唯一标识一个source。</p>
|
|
49985
50000
|
:type SourceId: str
|
|
49986
|
-
:param _SourceName:
|
|
50001
|
+
:param _SourceName: <p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
49987
50002
|
:type SourceName: str
|
|
49988
|
-
:param _AttachedChannel:
|
|
50003
|
+
:param _AttachedChannel: <p>绑定的channel。</p>
|
|
49989
50004
|
:type AttachedChannel: str
|
|
49990
|
-
:param _PlaybackConf:
|
|
50005
|
+
:param _PlaybackConf: <p>播放配置。</p>
|
|
49991
50006
|
:type PlaybackConf: :class:`tencentcloud.mps.v20190612.models.PlaybackInfo`
|
|
49992
|
-
:param _AdBreaks: AdBreaks
|
|
50007
|
+
:param _AdBreaks: <p>AdBreaks。</p>
|
|
49993
50008
|
:type AdBreaks: list of AdBreakInfo
|
|
49994
|
-
:param _Id: Id
|
|
50009
|
+
:param _Id: <p>Id。</p>
|
|
49995
50010
|
:type Id: str
|
|
49996
|
-
:param _Region: Region
|
|
50011
|
+
:param _Region: <p>Region。</p>
|
|
49997
50012
|
:type Region: str
|
|
49998
|
-
:param _SourceLocationName: SourceLocation
|
|
50013
|
+
:param _SourceLocationName: <p>SourceLocation名称。</p>
|
|
49999
50014
|
:type SourceLocationName: str
|
|
50015
|
+
:param _VodAcquisitionMethod: <p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
50016
|
+
:type VodAcquisitionMethod: str
|
|
50000
50017
|
"""
|
|
50001
50018
|
self._Name = None
|
|
50002
50019
|
self._SourceType = None
|
|
@@ -50009,10 +50026,11 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50009
50026
|
self._Id = None
|
|
50010
50027
|
self._Region = None
|
|
50011
50028
|
self._SourceLocationName = None
|
|
50029
|
+
self._VodAcquisitionMethod = None
|
|
50012
50030
|
|
|
50013
50031
|
@property
|
|
50014
50032
|
def Name(self):
|
|
50015
|
-
r"""program
|
|
50033
|
+
r"""<p>program名称。</p>
|
|
50016
50034
|
:rtype: str
|
|
50017
50035
|
"""
|
|
50018
50036
|
return self._Name
|
|
@@ -50023,7 +50041,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50023
50041
|
|
|
50024
50042
|
@property
|
|
50025
50043
|
def SourceType(self):
|
|
50026
|
-
r"""
|
|
50044
|
+
r"""<p>编排的目标source的类型,分直播和点播。</p>
|
|
50027
50045
|
:rtype: str
|
|
50028
50046
|
"""
|
|
50029
50047
|
return self._SourceType
|
|
@@ -50034,7 +50052,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50034
50052
|
|
|
50035
50053
|
@property
|
|
50036
50054
|
def SourceLocationId(self):
|
|
50037
|
-
r"""
|
|
50055
|
+
r"""<p>关联的source location id。</p>
|
|
50038
50056
|
:rtype: str
|
|
50039
50057
|
"""
|
|
50040
50058
|
return self._SourceLocationId
|
|
@@ -50045,7 +50063,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50045
50063
|
|
|
50046
50064
|
@property
|
|
50047
50065
|
def SourceId(self):
|
|
50048
|
-
r"""SourceId,唯一标识一个source
|
|
50066
|
+
r"""<p>SourceId,唯一标识一个source。</p>
|
|
50049
50067
|
:rtype: str
|
|
50050
50068
|
"""
|
|
50051
50069
|
return self._SourceId
|
|
@@ -50056,7 +50074,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50056
50074
|
|
|
50057
50075
|
@property
|
|
50058
50076
|
def SourceName(self):
|
|
50059
|
-
r"""
|
|
50077
|
+
r"""<p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
50060
50078
|
:rtype: str
|
|
50061
50079
|
"""
|
|
50062
50080
|
return self._SourceName
|
|
@@ -50067,7 +50085,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50067
50085
|
|
|
50068
50086
|
@property
|
|
50069
50087
|
def AttachedChannel(self):
|
|
50070
|
-
r"""
|
|
50088
|
+
r"""<p>绑定的channel。</p>
|
|
50071
50089
|
:rtype: str
|
|
50072
50090
|
"""
|
|
50073
50091
|
return self._AttachedChannel
|
|
@@ -50078,7 +50096,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50078
50096
|
|
|
50079
50097
|
@property
|
|
50080
50098
|
def PlaybackConf(self):
|
|
50081
|
-
r"""
|
|
50099
|
+
r"""<p>播放配置。</p>
|
|
50082
50100
|
:rtype: :class:`tencentcloud.mps.v20190612.models.PlaybackInfo`
|
|
50083
50101
|
"""
|
|
50084
50102
|
return self._PlaybackConf
|
|
@@ -50089,7 +50107,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50089
50107
|
|
|
50090
50108
|
@property
|
|
50091
50109
|
def AdBreaks(self):
|
|
50092
|
-
r"""AdBreaks
|
|
50110
|
+
r"""<p>AdBreaks。</p>
|
|
50093
50111
|
:rtype: list of AdBreakInfo
|
|
50094
50112
|
"""
|
|
50095
50113
|
return self._AdBreaks
|
|
@@ -50100,7 +50118,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50100
50118
|
|
|
50101
50119
|
@property
|
|
50102
50120
|
def Id(self):
|
|
50103
|
-
r"""Id
|
|
50121
|
+
r"""<p>Id。</p>
|
|
50104
50122
|
:rtype: str
|
|
50105
50123
|
"""
|
|
50106
50124
|
return self._Id
|
|
@@ -50111,7 +50129,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50111
50129
|
|
|
50112
50130
|
@property
|
|
50113
50131
|
def Region(self):
|
|
50114
|
-
r"""Region
|
|
50132
|
+
r"""<p>Region。</p>
|
|
50115
50133
|
:rtype: str
|
|
50116
50134
|
"""
|
|
50117
50135
|
return self._Region
|
|
@@ -50122,7 +50140,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50122
50140
|
|
|
50123
50141
|
@property
|
|
50124
50142
|
def SourceLocationName(self):
|
|
50125
|
-
r"""SourceLocation
|
|
50143
|
+
r"""<p>SourceLocation名称。</p>
|
|
50126
50144
|
:rtype: str
|
|
50127
50145
|
"""
|
|
50128
50146
|
return self._SourceLocationName
|
|
@@ -50131,6 +50149,17 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50131
50149
|
def SourceLocationName(self, SourceLocationName):
|
|
50132
50150
|
self._SourceLocationName = SourceLocationName
|
|
50133
50151
|
|
|
50152
|
+
@property
|
|
50153
|
+
def VodAcquisitionMethod(self):
|
|
50154
|
+
r"""<p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
50155
|
+
:rtype: str
|
|
50156
|
+
"""
|
|
50157
|
+
return self._VodAcquisitionMethod
|
|
50158
|
+
|
|
50159
|
+
@VodAcquisitionMethod.setter
|
|
50160
|
+
def VodAcquisitionMethod(self, VodAcquisitionMethod):
|
|
50161
|
+
self._VodAcquisitionMethod = VodAcquisitionMethod
|
|
50162
|
+
|
|
50134
50163
|
|
|
50135
50164
|
def _deserialize(self, params):
|
|
50136
50165
|
self._Name = params.get("Name")
|
|
@@ -50151,6 +50180,7 @@ class LinearAssemblyProgramInfo(AbstractModel):
|
|
|
50151
50180
|
self._Id = params.get("Id")
|
|
50152
50181
|
self._Region = params.get("Region")
|
|
50153
50182
|
self._SourceLocationName = params.get("SourceLocationName")
|
|
50183
|
+
self._VodAcquisitionMethod = params.get("VodAcquisitionMethod")
|
|
50154
50184
|
memeber_set = set(params.keys())
|
|
50155
50185
|
for name, value in vars(self).items():
|
|
50156
50186
|
property_name = name[1:]
|
|
@@ -62389,20 +62419,22 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62389
62419
|
|
|
62390
62420
|
def __init__(self):
|
|
62391
62421
|
r"""
|
|
62392
|
-
:param _Id: Program Id
|
|
62422
|
+
:param _Id: <p>Program Id。</p>
|
|
62393
62423
|
:type Id: str
|
|
62394
|
-
:param _Name:
|
|
62424
|
+
:param _Name: <p>修改后的名称。</p>
|
|
62395
62425
|
:type Name: str
|
|
62396
|
-
:param _SourceType:
|
|
62426
|
+
:param _SourceType: <p>编排的目标source的类型,分直播和点播。Tier为Basic时只支持VOD,Tier为Standard时支持Live和VOD</p>
|
|
62397
62427
|
:type SourceType: str
|
|
62398
|
-
:param _SourceLocationId:
|
|
62428
|
+
:param _SourceLocationId: <p>关联的source location。</p>
|
|
62399
62429
|
:type SourceLocationId: str
|
|
62400
|
-
:param _SourceName:
|
|
62430
|
+
:param _SourceName: <p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
62401
62431
|
:type SourceName: str
|
|
62402
|
-
:param _PlaybackConf: PlaybackConf
|
|
62432
|
+
:param _PlaybackConf: <p>PlaybackConf。</p>
|
|
62403
62433
|
:type PlaybackConf: :class:`tencentcloud.mps.v20190612.models.PlaybackInfoReq`
|
|
62404
|
-
:param _AdBreaks: AdBreaks
|
|
62434
|
+
:param _AdBreaks: <p>AdBreaks。</p>
|
|
62405
62435
|
:type AdBreaks: list of AdBreakInfo
|
|
62436
|
+
:param _VodAcquisitionMethod: <p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
62437
|
+
:type VodAcquisitionMethod: str
|
|
62406
62438
|
"""
|
|
62407
62439
|
self._Id = None
|
|
62408
62440
|
self._Name = None
|
|
@@ -62411,10 +62443,11 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62411
62443
|
self._SourceName = None
|
|
62412
62444
|
self._PlaybackConf = None
|
|
62413
62445
|
self._AdBreaks = None
|
|
62446
|
+
self._VodAcquisitionMethod = None
|
|
62414
62447
|
|
|
62415
62448
|
@property
|
|
62416
62449
|
def Id(self):
|
|
62417
|
-
r"""Program Id
|
|
62450
|
+
r"""<p>Program Id。</p>
|
|
62418
62451
|
:rtype: str
|
|
62419
62452
|
"""
|
|
62420
62453
|
return self._Id
|
|
@@ -62425,7 +62458,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62425
62458
|
|
|
62426
62459
|
@property
|
|
62427
62460
|
def Name(self):
|
|
62428
|
-
r"""
|
|
62461
|
+
r"""<p>修改后的名称。</p>
|
|
62429
62462
|
:rtype: str
|
|
62430
62463
|
"""
|
|
62431
62464
|
return self._Name
|
|
@@ -62436,7 +62469,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62436
62469
|
|
|
62437
62470
|
@property
|
|
62438
62471
|
def SourceType(self):
|
|
62439
|
-
r"""
|
|
62472
|
+
r"""<p>编排的目标source的类型,分直播和点播。Tier为Basic时只支持VOD,Tier为Standard时支持Live和VOD</p>
|
|
62440
62473
|
:rtype: str
|
|
62441
62474
|
"""
|
|
62442
62475
|
return self._SourceType
|
|
@@ -62447,7 +62480,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62447
62480
|
|
|
62448
62481
|
@property
|
|
62449
62482
|
def SourceLocationId(self):
|
|
62450
|
-
r"""
|
|
62483
|
+
r"""<p>关联的source location。</p>
|
|
62451
62484
|
:rtype: str
|
|
62452
62485
|
"""
|
|
62453
62486
|
return self._SourceLocationId
|
|
@@ -62458,7 +62491,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62458
62491
|
|
|
62459
62492
|
@property
|
|
62460
62493
|
def SourceName(self):
|
|
62461
|
-
r"""
|
|
62494
|
+
r"""<p>关联的直播or点播,source名称,location下全局唯一。</p>
|
|
62462
62495
|
:rtype: str
|
|
62463
62496
|
"""
|
|
62464
62497
|
return self._SourceName
|
|
@@ -62469,7 +62502,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62469
62502
|
|
|
62470
62503
|
@property
|
|
62471
62504
|
def PlaybackConf(self):
|
|
62472
|
-
r"""PlaybackConf
|
|
62505
|
+
r"""<p>PlaybackConf。</p>
|
|
62473
62506
|
:rtype: :class:`tencentcloud.mps.v20190612.models.PlaybackInfoReq`
|
|
62474
62507
|
"""
|
|
62475
62508
|
return self._PlaybackConf
|
|
@@ -62480,7 +62513,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62480
62513
|
|
|
62481
62514
|
@property
|
|
62482
62515
|
def AdBreaks(self):
|
|
62483
|
-
r"""AdBreaks
|
|
62516
|
+
r"""<p>AdBreaks。</p>
|
|
62484
62517
|
:rtype: list of AdBreakInfo
|
|
62485
62518
|
"""
|
|
62486
62519
|
return self._AdBreaks
|
|
@@ -62489,6 +62522,17 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62489
62522
|
def AdBreaks(self, AdBreaks):
|
|
62490
62523
|
self._AdBreaks = AdBreaks
|
|
62491
62524
|
|
|
62525
|
+
@property
|
|
62526
|
+
def VodAcquisitionMethod(self):
|
|
62527
|
+
r"""<p>VOD获取方式,支持PreCaching和DynamicUpdating,默认PreCaching,仅Linear频道支持</p>
|
|
62528
|
+
:rtype: str
|
|
62529
|
+
"""
|
|
62530
|
+
return self._VodAcquisitionMethod
|
|
62531
|
+
|
|
62532
|
+
@VodAcquisitionMethod.setter
|
|
62533
|
+
def VodAcquisitionMethod(self, VodAcquisitionMethod):
|
|
62534
|
+
self._VodAcquisitionMethod = VodAcquisitionMethod
|
|
62535
|
+
|
|
62492
62536
|
|
|
62493
62537
|
def _deserialize(self, params):
|
|
62494
62538
|
self._Id = params.get("Id")
|
|
@@ -62505,6 +62549,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest(AbstractModel):
|
|
|
62505
62549
|
obj = AdBreakInfo()
|
|
62506
62550
|
obj._deserialize(item)
|
|
62507
62551
|
self._AdBreaks.append(obj)
|
|
62552
|
+
self._VodAcquisitionMethod = params.get("VodAcquisitionMethod")
|
|
62508
62553
|
memeber_set = set(params.keys())
|
|
62509
62554
|
for name, value in vars(self).items():
|
|
62510
62555
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.82
|
|
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
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|