tencentcloud-sdk-python-live 3.1.67__tar.gz → 3.1.72__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.1.67 → tencentcloud_sdk_python_live-3.1.72}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/setup.py +1 -1
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/models.py +53 -102
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_live-3.1.72/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_live-3.1.67/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/README.rst +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/setup.cfg +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/live_client_async.py +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.67 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-live
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.72
|
|
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
|
|
@@ -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.72
|
|
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-live',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.72,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Live SDK for Python',
|
|
@@ -1892,29 +1892,27 @@ class AvatarScriptInfo(AbstractModel):
|
|
|
1892
1892
|
|
|
1893
1893
|
def __init__(self):
|
|
1894
1894
|
r"""
|
|
1895
|
-
:param _ScriptId:
|
|
1895
|
+
:param _ScriptId: <p>数字人直播间话术 ID。</p>
|
|
1896
1896
|
:type ScriptId: str
|
|
1897
|
-
:param
|
|
1897
|
+
:param _ProductId: <p>数字人直播间产品 ID。</p>
|
|
1898
|
+
:type ProductId: str
|
|
1899
|
+
:param _Title: <p>话术标题。</p>
|
|
1898
1900
|
:type Title: str
|
|
1899
|
-
:param _Content:
|
|
1901
|
+
:param _Content: <p>话术内容。</p>
|
|
1900
1902
|
:type Content: str
|
|
1901
|
-
:param _Status:
|
|
1902
|
-
PENDING --未生成。
|
|
1903
|
-
PROCESSING --生成中。
|
|
1904
|
-
READY --已生成。
|
|
1903
|
+
:param _Status: <p>话术状态。PENDING --未生成。PROCESSING --生成中。READY --已生成。FAILED-失败</p><p>枚举值:</p><ul><li>FAILED: 失败</li></ul>
|
|
1905
1904
|
:type Status: str
|
|
1906
|
-
:param _Duration:
|
|
1905
|
+
:param _Duration: <p>时长。单位:毫秒。</p>
|
|
1907
1906
|
:type Duration: int
|
|
1908
|
-
:param _Position:
|
|
1907
|
+
:param _Position: <p>话术位置。</p>
|
|
1909
1908
|
:type Position: int
|
|
1910
|
-
:param _CreateTime:
|
|
1911
|
-
注意:UTC时间和北京时间相差八小时。
|
|
1909
|
+
:param _CreateTime: <p>话术创建时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
|
|
1912
1910
|
:type CreateTime: str
|
|
1913
|
-
:param _UpdateTime:
|
|
1914
|
-
注意:UTC时间和北京时间相差八小时。
|
|
1911
|
+
:param _UpdateTime: <p>话术最后更新时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
|
|
1915
1912
|
:type UpdateTime: str
|
|
1916
1913
|
"""
|
|
1917
1914
|
self._ScriptId = None
|
|
1915
|
+
self._ProductId = None
|
|
1918
1916
|
self._Title = None
|
|
1919
1917
|
self._Content = None
|
|
1920
1918
|
self._Status = None
|
|
@@ -1925,7 +1923,7 @@ READY --已生成。
|
|
|
1925
1923
|
|
|
1926
1924
|
@property
|
|
1927
1925
|
def ScriptId(self):
|
|
1928
|
-
r"""
|
|
1926
|
+
r"""<p>数字人直播间话术 ID。</p>
|
|
1929
1927
|
:rtype: str
|
|
1930
1928
|
"""
|
|
1931
1929
|
return self._ScriptId
|
|
@@ -1934,9 +1932,20 @@ READY --已生成。
|
|
|
1934
1932
|
def ScriptId(self, ScriptId):
|
|
1935
1933
|
self._ScriptId = ScriptId
|
|
1936
1934
|
|
|
1935
|
+
@property
|
|
1936
|
+
def ProductId(self):
|
|
1937
|
+
r"""<p>数字人直播间产品 ID。</p>
|
|
1938
|
+
:rtype: str
|
|
1939
|
+
"""
|
|
1940
|
+
return self._ProductId
|
|
1941
|
+
|
|
1942
|
+
@ProductId.setter
|
|
1943
|
+
def ProductId(self, ProductId):
|
|
1944
|
+
self._ProductId = ProductId
|
|
1945
|
+
|
|
1937
1946
|
@property
|
|
1938
1947
|
def Title(self):
|
|
1939
|
-
r"""
|
|
1948
|
+
r"""<p>话术标题。</p>
|
|
1940
1949
|
:rtype: str
|
|
1941
1950
|
"""
|
|
1942
1951
|
return self._Title
|
|
@@ -1947,7 +1956,7 @@ READY --已生成。
|
|
|
1947
1956
|
|
|
1948
1957
|
@property
|
|
1949
1958
|
def Content(self):
|
|
1950
|
-
r"""
|
|
1959
|
+
r"""<p>话术内容。</p>
|
|
1951
1960
|
:rtype: str
|
|
1952
1961
|
"""
|
|
1953
1962
|
return self._Content
|
|
@@ -1958,10 +1967,7 @@ READY --已生成。
|
|
|
1958
1967
|
|
|
1959
1968
|
@property
|
|
1960
1969
|
def Status(self):
|
|
1961
|
-
r"""
|
|
1962
|
-
PENDING --未生成。
|
|
1963
|
-
PROCESSING --生成中。
|
|
1964
|
-
READY --已生成。
|
|
1970
|
+
r"""<p>话术状态。PENDING --未生成。PROCESSING --生成中。READY --已生成。FAILED-失败</p><p>枚举值:</p><ul><li>FAILED: 失败</li></ul>
|
|
1965
1971
|
:rtype: str
|
|
1966
1972
|
"""
|
|
1967
1973
|
return self._Status
|
|
@@ -1972,7 +1978,7 @@ READY --已生成。
|
|
|
1972
1978
|
|
|
1973
1979
|
@property
|
|
1974
1980
|
def Duration(self):
|
|
1975
|
-
r"""
|
|
1981
|
+
r"""<p>时长。单位:毫秒。</p>
|
|
1976
1982
|
:rtype: int
|
|
1977
1983
|
"""
|
|
1978
1984
|
return self._Duration
|
|
@@ -1983,7 +1989,7 @@ READY --已生成。
|
|
|
1983
1989
|
|
|
1984
1990
|
@property
|
|
1985
1991
|
def Position(self):
|
|
1986
|
-
r"""
|
|
1992
|
+
r"""<p>话术位置。</p>
|
|
1987
1993
|
:rtype: int
|
|
1988
1994
|
"""
|
|
1989
1995
|
return self._Position
|
|
@@ -1994,8 +2000,7 @@ READY --已生成。
|
|
|
1994
2000
|
|
|
1995
2001
|
@property
|
|
1996
2002
|
def CreateTime(self):
|
|
1997
|
-
r"""
|
|
1998
|
-
注意:UTC时间和北京时间相差八小时。
|
|
2003
|
+
r"""<p>话术创建时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
|
|
1999
2004
|
:rtype: str
|
|
2000
2005
|
"""
|
|
2001
2006
|
return self._CreateTime
|
|
@@ -2006,8 +2011,7 @@ READY --已生成。
|
|
|
2006
2011
|
|
|
2007
2012
|
@property
|
|
2008
2013
|
def UpdateTime(self):
|
|
2009
|
-
r"""
|
|
2010
|
-
注意:UTC时间和北京时间相差八小时。
|
|
2014
|
+
r"""<p>话术最后更新时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
|
|
2011
2015
|
:rtype: str
|
|
2012
2016
|
"""
|
|
2013
2017
|
return self._UpdateTime
|
|
@@ -2019,6 +2023,7 @@ READY --已生成。
|
|
|
2019
2023
|
|
|
2020
2024
|
def _deserialize(self, params):
|
|
2021
2025
|
self._ScriptId = params.get("ScriptId")
|
|
2026
|
+
self._ProductId = params.get("ProductId")
|
|
2022
2027
|
self._Title = params.get("Title")
|
|
2023
2028
|
self._Content = params.get("Content")
|
|
2024
2029
|
self._Status = params.get("Status")
|
|
@@ -39081,59 +39086,32 @@ class RecordParam(AbstractModel):
|
|
|
39081
39086
|
|
|
39082
39087
|
def __init__(self):
|
|
39083
39088
|
r"""
|
|
39084
|
-
:param _RecordInterval:
|
|
39085
|
-
单位秒,默认:1800。
|
|
39086
|
-
FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
39087
|
-
此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。
|
|
39089
|
+
:param _RecordInterval: <p>录制间隔。<br>单位秒,默认:1800。<br>FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。<br>此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。</p>
|
|
39088
39090
|
:type RecordInterval: int
|
|
39089
|
-
:param _StorageTime:
|
|
39090
|
-
单位秒,取值范围: 0 - 1500天。
|
|
39091
|
-
0:表示永久存储。
|
|
39092
|
-
注:此参数只对录制到VOD有效。
|
|
39091
|
+
:param _StorageTime: <p>录制存储时长。<br>单位秒,取值范围: 0 - 1500天。<br>0:表示永久存储。<br>注:此参数只对录制到VOD有效。</p>
|
|
39093
39092
|
:type StorageTime: int
|
|
39094
|
-
:param _Enable:
|
|
39093
|
+
:param _Enable: <p>是否开启当前格式录制,默认值为0,0:否, 1:是。</p>
|
|
39095
39094
|
:type Enable: int
|
|
39096
|
-
:param _VodSubAppId:
|
|
39095
|
+
:param _VodSubAppId: <p>点播子应用 ID。</p>
|
|
39097
39096
|
:type VodSubAppId: int
|
|
39098
|
-
:param _VodFileName:
|
|
39099
|
-
支持的特殊占位符有:
|
|
39100
|
-
{StreamID}: 流ID
|
|
39101
|
-
{StartYear}: 开始时间-年
|
|
39102
|
-
{StartMonth}: 开始时间-月
|
|
39103
|
-
{StartDay}: 开始时间-日
|
|
39104
|
-
{StartHour}: 开始时间-小时
|
|
39105
|
-
{StartMinute}: 开始时间-分钟
|
|
39106
|
-
{StartSecond}: 开始时间-秒
|
|
39107
|
-
{StartMillisecond}: 开始时间-毫秒
|
|
39108
|
-
{EndYear}: 结束时间-年
|
|
39109
|
-
{EndMonth}: 结束时间-月
|
|
39110
|
-
{EndDay}: 结束时间-日
|
|
39111
|
-
{EndHour}: 结束时间-小时
|
|
39112
|
-
{EndMinute}: 结束时间-分钟
|
|
39113
|
-
{EndSecond}: 结束时间-秒
|
|
39114
|
-
{EndMillisecond}: 结束时间-毫秒
|
|
39115
|
-
|
|
39116
|
-
若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}
|
|
39097
|
+
:param _VodFileName: <p>录制文件名。<br>支持的特殊占位符有:<br>{StreamID}: 流ID<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p><p>若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}</p>
|
|
39117
39098
|
:type VodFileName: str
|
|
39118
|
-
:param _Procedure:
|
|
39099
|
+
:param _Procedure: <p>任务流</p>
|
|
39119
39100
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39120
39101
|
:type Procedure: str
|
|
39121
|
-
:param _StorageMode:
|
|
39122
|
-
normal:标准存储。
|
|
39123
|
-
cold:低频存储。
|
|
39102
|
+
:param _StorageMode: <p>视频存储策略。<br>normal:标准存储。<br>cold:低频存储。</p>
|
|
39124
39103
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39125
39104
|
:type StorageMode: str
|
|
39126
|
-
:param _ClassId:
|
|
39105
|
+
:param _ClassId: <p>点播应用分类</p>
|
|
39127
39106
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39128
39107
|
:type ClassId: int
|
|
39129
|
-
:param _CosBucketName:
|
|
39130
|
-
注:CosBucketName参数值不能包含-[appid] 部分。
|
|
39108
|
+
:param _CosBucketName: <p>存储至 cos 的 bucket 桶名称。<br>注:CosBucketName参数值不能包含-[appid] 部分。</p>
|
|
39131
39109
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39132
39110
|
:type CosBucketName: str
|
|
39133
|
-
:param _CosBucketRegion:
|
|
39111
|
+
:param _CosBucketRegion: <p>存储至 cos 的 bucket 区域。</p>
|
|
39134
39112
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39135
39113
|
:type CosBucketRegion: str
|
|
39136
|
-
:param _CosBucketPath:
|
|
39114
|
+
:param _CosBucketPath: <p>存储至 cos 的 bucket 路径。<br>注意:若为输入参数,则该参数必填,且必须以斜杠(/)开头,建议至少包含 {StartYear}、{StartMonth}、{StartDay}、{StartHour}、{StartMinute}、{StartSecond} 或 {RandomID} 任意一种,否则可能出现录制文件名重复造成文件相互覆盖;若为返回参数,则此字段可能返回 null,表示取不到有效值。<br>示例值:/{RecordSource}/{Domain}/{AppName}/{StreamID}/{RecordId}-{RandomID}/{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}</p><p>支持的特殊占位符有:<br>{RecordSource}:区分录制内容,若录制原始流、水印流则为“origin”,录制转码流时,代表转码模板ID<br>{StreamID}: 流ID<br>{RecordId}:录制任务ID,断流前后该值可能重复;<br>{RandomID}:随机数,断流前后该值不同;<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p>
|
|
39137
39115
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39138
39116
|
:type CosBucketPath: str
|
|
39139
39117
|
"""
|
|
@@ -39151,10 +39129,7 @@ cold:低频存储。
|
|
|
39151
39129
|
|
|
39152
39130
|
@property
|
|
39153
39131
|
def RecordInterval(self):
|
|
39154
|
-
r"""
|
|
39155
|
-
单位秒,默认:1800。
|
|
39156
|
-
FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
39157
|
-
此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。
|
|
39132
|
+
r"""<p>录制间隔。<br>单位秒,默认:1800。<br>FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。<br>此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。</p>
|
|
39158
39133
|
:rtype: int
|
|
39159
39134
|
"""
|
|
39160
39135
|
return self._RecordInterval
|
|
@@ -39165,10 +39140,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39165
39140
|
|
|
39166
39141
|
@property
|
|
39167
39142
|
def StorageTime(self):
|
|
39168
|
-
r"""
|
|
39169
|
-
单位秒,取值范围: 0 - 1500天。
|
|
39170
|
-
0:表示永久存储。
|
|
39171
|
-
注:此参数只对录制到VOD有效。
|
|
39143
|
+
r"""<p>录制存储时长。<br>单位秒,取值范围: 0 - 1500天。<br>0:表示永久存储。<br>注:此参数只对录制到VOD有效。</p>
|
|
39172
39144
|
:rtype: int
|
|
39173
39145
|
"""
|
|
39174
39146
|
return self._StorageTime
|
|
@@ -39179,7 +39151,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39179
39151
|
|
|
39180
39152
|
@property
|
|
39181
39153
|
def Enable(self):
|
|
39182
|
-
r"""
|
|
39154
|
+
r"""<p>是否开启当前格式录制,默认值为0,0:否, 1:是。</p>
|
|
39183
39155
|
:rtype: int
|
|
39184
39156
|
"""
|
|
39185
39157
|
return self._Enable
|
|
@@ -39190,7 +39162,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39190
39162
|
|
|
39191
39163
|
@property
|
|
39192
39164
|
def VodSubAppId(self):
|
|
39193
|
-
r"""
|
|
39165
|
+
r"""<p>点播子应用 ID。</p>
|
|
39194
39166
|
:rtype: int
|
|
39195
39167
|
"""
|
|
39196
39168
|
return self._VodSubAppId
|
|
@@ -39201,25 +39173,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39201
39173
|
|
|
39202
39174
|
@property
|
|
39203
39175
|
def VodFileName(self):
|
|
39204
|
-
r"""
|
|
39205
|
-
支持的特殊占位符有:
|
|
39206
|
-
{StreamID}: 流ID
|
|
39207
|
-
{StartYear}: 开始时间-年
|
|
39208
|
-
{StartMonth}: 开始时间-月
|
|
39209
|
-
{StartDay}: 开始时间-日
|
|
39210
|
-
{StartHour}: 开始时间-小时
|
|
39211
|
-
{StartMinute}: 开始时间-分钟
|
|
39212
|
-
{StartSecond}: 开始时间-秒
|
|
39213
|
-
{StartMillisecond}: 开始时间-毫秒
|
|
39214
|
-
{EndYear}: 结束时间-年
|
|
39215
|
-
{EndMonth}: 结束时间-月
|
|
39216
|
-
{EndDay}: 结束时间-日
|
|
39217
|
-
{EndHour}: 结束时间-小时
|
|
39218
|
-
{EndMinute}: 结束时间-分钟
|
|
39219
|
-
{EndSecond}: 结束时间-秒
|
|
39220
|
-
{EndMillisecond}: 结束时间-毫秒
|
|
39221
|
-
|
|
39222
|
-
若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}
|
|
39176
|
+
r"""<p>录制文件名。<br>支持的特殊占位符有:<br>{StreamID}: 流ID<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p><p>若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}</p>
|
|
39223
39177
|
:rtype: str
|
|
39224
39178
|
"""
|
|
39225
39179
|
return self._VodFileName
|
|
@@ -39230,7 +39184,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39230
39184
|
|
|
39231
39185
|
@property
|
|
39232
39186
|
def Procedure(self):
|
|
39233
|
-
r"""
|
|
39187
|
+
r"""<p>任务流</p>
|
|
39234
39188
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39235
39189
|
:rtype: str
|
|
39236
39190
|
"""
|
|
@@ -39242,9 +39196,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39242
39196
|
|
|
39243
39197
|
@property
|
|
39244
39198
|
def StorageMode(self):
|
|
39245
|
-
r"""
|
|
39246
|
-
normal:标准存储。
|
|
39247
|
-
cold:低频存储。
|
|
39199
|
+
r"""<p>视频存储策略。<br>normal:标准存储。<br>cold:低频存储。</p>
|
|
39248
39200
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39249
39201
|
:rtype: str
|
|
39250
39202
|
"""
|
|
@@ -39256,7 +39208,7 @@ cold:低频存储。
|
|
|
39256
39208
|
|
|
39257
39209
|
@property
|
|
39258
39210
|
def ClassId(self):
|
|
39259
|
-
r"""
|
|
39211
|
+
r"""<p>点播应用分类</p>
|
|
39260
39212
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39261
39213
|
:rtype: int
|
|
39262
39214
|
"""
|
|
@@ -39268,8 +39220,7 @@ cold:低频存储。
|
|
|
39268
39220
|
|
|
39269
39221
|
@property
|
|
39270
39222
|
def CosBucketName(self):
|
|
39271
|
-
r"""
|
|
39272
|
-
注:CosBucketName参数值不能包含-[appid] 部分。
|
|
39223
|
+
r"""<p>存储至 cos 的 bucket 桶名称。<br>注:CosBucketName参数值不能包含-[appid] 部分。</p>
|
|
39273
39224
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39274
39225
|
:rtype: str
|
|
39275
39226
|
"""
|
|
@@ -39281,7 +39232,7 @@ cold:低频存储。
|
|
|
39281
39232
|
|
|
39282
39233
|
@property
|
|
39283
39234
|
def CosBucketRegion(self):
|
|
39284
|
-
r"""
|
|
39235
|
+
r"""<p>存储至 cos 的 bucket 区域。</p>
|
|
39285
39236
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39286
39237
|
:rtype: str
|
|
39287
39238
|
"""
|
|
@@ -39293,7 +39244,7 @@ cold:低频存储。
|
|
|
39293
39244
|
|
|
39294
39245
|
@property
|
|
39295
39246
|
def CosBucketPath(self):
|
|
39296
|
-
r"""
|
|
39247
|
+
r"""<p>存储至 cos 的 bucket 路径。<br>注意:若为输入参数,则该参数必填,且必须以斜杠(/)开头,建议至少包含 {StartYear}、{StartMonth}、{StartDay}、{StartHour}、{StartMinute}、{StartSecond} 或 {RandomID} 任意一种,否则可能出现录制文件名重复造成文件相互覆盖;若为返回参数,则此字段可能返回 null,表示取不到有效值。<br>示例值:/{RecordSource}/{Domain}/{AppName}/{StreamID}/{RecordId}-{RandomID}/{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}</p><p>支持的特殊占位符有:<br>{RecordSource}:区分录制内容,若录制原始流、水印流则为“origin”,录制转码流时,代表转码模板ID<br>{StreamID}: 流ID<br>{RecordId}:录制任务ID,断流前后该值可能重复;<br>{RandomID}:随机数,断流前后该值不同;<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p>
|
|
39297
39248
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39298
39249
|
:rtype: str
|
|
39299
39250
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-live
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.72
|
|
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
|
|
@@ -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.72
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.72
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
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
|