tencentcloud-sdk-python-live 3.0.1124__tar.gz → 3.0.1155__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.1124 → tencentcloud-sdk-python-live-3.0.1155}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/setup.py +1 -1
  3. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud/live/v20180801/live_client.py +47 -1
  5. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud/live/v20180801/models.py +243 -4
  6. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-live-3.0.1155/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-live-3.0.1124/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/README.rst +0 -0
  10. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud/live/__init__.py +0 -0
  12. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud/live/v20180801/__init__.py +0 -0
  13. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-live-3.0.1124 → tencentcloud-sdk-python-live-3.0.1155}/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.1124
3
+ Version: 3.0.1155
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.1124"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1155"],
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.1124'
17
+ __version__ = '3.0.1155'
@@ -601,7 +601,7 @@ class LiveClient(AbstractClient):
601
601
  """创建一个在指定时间启动、结束的录制任务,并使用指定录制模板ID对应的配置进行录制。
602
602
  - 使用前提
603
603
  1. 录制文件存放于点播平台,所以用户如需使用录制功能,需首先自行开通点播服务。
604
- 2. 录制文件存放后相关费用(含存储以及下行播放流量)按照点播平台计费方式收取,具体请参考 [对应文档](https://cloud.tencent.com/document/product/266/2837)。
604
+ 2. 录制文件存放后相关费用(含存储以及下行播放流量)按照点播平台计费方式收取,具体请参考[对应文档](https://cloud.tencent.com/document/product/266/2837)。
605
605
  - 注意事项
606
606
  1. 断流会结束当前录制并生成录制文件。在结束时间到达之前任务仍然有效,期间只要正常推流都会正常录制,与是否多次推、断流无关。
607
607
  2. 使用上避免创建时间段相互重叠的录制任务。若同一条流当前存在多个时段重叠的任务,为避免重复录制系统将启动最多3个录制任务。
@@ -1710,6 +1710,29 @@ class LiveClient(AbstractClient):
1710
1710
  raise TencentCloudSDKException(type(e).__name__, str(e))
1711
1711
 
1712
1712
 
1713
+ def DescribeLivePadProcessorList(self, request):
1714
+ """使用该接口查询垫片流。垫片流状态更新存在一定延迟,可间隔30秒以上查询,避免频繁查询该接口。
1715
+
1716
+ :param request: Request instance for DescribeLivePadProcessorList.
1717
+ :type request: :class:`tencentcloud.live.v20180801.models.DescribeLivePadProcessorListRequest`
1718
+ :rtype: :class:`tencentcloud.live.v20180801.models.DescribeLivePadProcessorListResponse`
1719
+
1720
+ """
1721
+ try:
1722
+ params = request._serialize()
1723
+ headers = request.headers
1724
+ body = self.call("DescribeLivePadProcessorList", params, headers=headers)
1725
+ response = json.loads(body)
1726
+ model = models.DescribeLivePadProcessorListResponse()
1727
+ model._deserialize(response["Response"])
1728
+ return model
1729
+ except Exception as e:
1730
+ if isinstance(e, TencentCloudSDKException):
1731
+ raise
1732
+ else:
1733
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1734
+
1735
+
1713
1736
  def DescribeLivePadRules(self, request):
1714
1737
  """获取直播垫片规则列表。
1715
1738
 
@@ -3532,6 +3555,29 @@ class LiveClient(AbstractClient):
3532
3555
  raise TencentCloudSDKException(type(e).__name__, str(e))
3533
3556
 
3534
3557
 
3558
+ def StopLivePadProcessor(self, request):
3559
+ """使用该接口停止垫片流。
3560
+
3561
+ :param request: Request instance for StopLivePadProcessor.
3562
+ :type request: :class:`tencentcloud.live.v20180801.models.StopLivePadProcessorRequest`
3563
+ :rtype: :class:`tencentcloud.live.v20180801.models.StopLivePadProcessorResponse`
3564
+
3565
+ """
3566
+ try:
3567
+ params = request._serialize()
3568
+ headers = request.headers
3569
+ body = self.call("StopLivePadProcessor", params, headers=headers)
3570
+ response = json.loads(body)
3571
+ model = models.StopLivePadProcessorResponse()
3572
+ model._deserialize(response["Response"])
3573
+ return model
3574
+ except Exception as e:
3575
+ if isinstance(e, TencentCloudSDKException):
3576
+ raise
3577
+ else:
3578
+ raise TencentCloudSDKException(type(e).__name__, str(e))
3579
+
3580
+
3535
3581
  def StopLiveRecord(self, request):
3536
3582
  """说明:录制后的文件存放于点播平台。用户如需使用录制功能,需首先自行开通点播账号并确保账号可用。录制文件存放后,相关费用(含存储以及下行播放流量)按照点播平台计费方式收取,请参考对应文档。
3537
3583
 
@@ -4176,6 +4176,8 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
4176
4176
  :type AllowMonitorReport: int
4177
4177
  :param _AiFormatDiagnose: 是否开启格式诊断。
4178
4178
  :type AiFormatDiagnose: int
4179
+ :param _AiQualityControl: 是否开启内容质检。
4180
+ :type AiQualityControl: int
4179
4181
  """
4180
4182
  self._OutputInfo = None
4181
4183
  self._InputList = None
@@ -4189,6 +4191,7 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
4189
4191
  self._CheckStreamLowFrameRate = None
4190
4192
  self._AllowMonitorReport = None
4191
4193
  self._AiFormatDiagnose = None
4194
+ self._AiQualityControl = None
4192
4195
 
4193
4196
  @property
4194
4197
  def OutputInfo(self):
@@ -4286,6 +4289,14 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
4286
4289
  def AiFormatDiagnose(self, AiFormatDiagnose):
4287
4290
  self._AiFormatDiagnose = AiFormatDiagnose
4288
4291
 
4292
+ @property
4293
+ def AiQualityControl(self):
4294
+ return self._AiQualityControl
4295
+
4296
+ @AiQualityControl.setter
4297
+ def AiQualityControl(self, AiQualityControl):
4298
+ self._AiQualityControl = AiQualityControl
4299
+
4289
4300
 
4290
4301
  def _deserialize(self, params):
4291
4302
  if params.get("OutputInfo") is not None:
@@ -4309,6 +4320,7 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
4309
4320
  self._CheckStreamLowFrameRate = params.get("CheckStreamLowFrameRate")
4310
4321
  self._AllowMonitorReport = params.get("AllowMonitorReport")
4311
4322
  self._AiFormatDiagnose = params.get("AiFormatDiagnose")
4323
+ self._AiQualityControl = params.get("AiQualityControl")
4312
4324
  memeber_set = set(params.keys())
4313
4325
  for name, value in vars(self).items():
4314
4326
  property_name = name[1:]
@@ -5314,9 +5326,9 @@ class CreateRecordTaskRequest(AbstractModel):
5314
5326
  :type DomainName: str
5315
5327
  :param _AppName: 推流路径。
5316
5328
  :type AppName: str
5317
- :param _EndTime: 录制任务结束时间,Unix时间戳。设置时间必须大于StartTime及当前时间,且EndTime - StartTime不能超过24小时。
5329
+ :param _EndTime: 录制任务结束时间,Unix时间戳。设置时间必须大于StartTime及当前时间,且小于当前时间+7天。
5318
5330
  :type EndTime: int
5319
- :param _StartTime: 录制任务开始时间,Unix时间戳。如果不填表示立即启动录制。StartTime不能超过当前时间+6天。
5331
+ :param _StartTime: 录制任务开始时间,Unix时间戳。如果不填表示立即启动录制。EndTime - StartTime不能超过24小时。
5320
5332
  :type StartTime: int
5321
5333
  :param _StreamType: 推流类型,默认0。取值:
5322
5334
  0-直播推流。
@@ -5470,11 +5482,11 @@ class CreateScreenshotTaskRequest(AbstractModel):
5470
5482
  :type DomainName: str
5471
5483
  :param _AppName: 推流路径。
5472
5484
  :type AppName: str
5473
- :param _EndTime: 截图任务结束时间,Unix时间戳。设置时间必须大于StartTime及当前时间,且EndTime - StartTime不能超过24小时。
5485
+ :param _EndTime: 截图任务结束时间,Unix时间戳。设置时间必须大于StartTime及当前时间,且小于当前时间+7天。
5474
5486
  :type EndTime: int
5475
5487
  :param _TemplateId: 截图模板ID,CreateLiveSnapshotTemplate 返回值。如果传入错误ID,则不拉起截图。
5476
5488
  :type TemplateId: int
5477
- :param _StartTime: 截图任务开始时间,Unix时间戳。如果不填表示立即启动截图。StartTime不能超过当前时间+6天。
5489
+ :param _StartTime: 截图任务开始时间,Unix时间戳。如果不填表示立即启动截图。EndTime - StartTime不能超过24小时。
5478
5490
  :type StartTime: int
5479
5491
  :param _StreamType: 推流类型,默认0。取值:
5480
5492
  0-直播推流。
@@ -9886,6 +9898,89 @@ class DescribeLivePackageInfoResponse(AbstractModel):
9886
9898
  self._RequestId = params.get("RequestId")
9887
9899
 
9888
9900
 
9901
+ class DescribeLivePadProcessorListRequest(AbstractModel):
9902
+ """DescribeLivePadProcessorList请求参数结构体
9903
+
9904
+ """
9905
+
9906
+ def __init__(self):
9907
+ r"""
9908
+ :param _AppName: 推流路径,与推流和播放地址中的AppName保持一致,默认为 live。
9909
+ :type AppName: str
9910
+ :param _PushDomainName: 您的推流域名。
9911
+ :type PushDomainName: str
9912
+ """
9913
+ self._AppName = None
9914
+ self._PushDomainName = None
9915
+
9916
+ @property
9917
+ def AppName(self):
9918
+ return self._AppName
9919
+
9920
+ @AppName.setter
9921
+ def AppName(self, AppName):
9922
+ self._AppName = AppName
9923
+
9924
+ @property
9925
+ def PushDomainName(self):
9926
+ return self._PushDomainName
9927
+
9928
+ @PushDomainName.setter
9929
+ def PushDomainName(self, PushDomainName):
9930
+ self._PushDomainName = PushDomainName
9931
+
9932
+
9933
+ def _deserialize(self, params):
9934
+ self._AppName = params.get("AppName")
9935
+ self._PushDomainName = params.get("PushDomainName")
9936
+ memeber_set = set(params.keys())
9937
+ for name, value in vars(self).items():
9938
+ property_name = name[1:]
9939
+ if property_name in memeber_set:
9940
+ memeber_set.remove(property_name)
9941
+ if len(memeber_set) > 0:
9942
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
9943
+
9944
+
9945
+
9946
+ class DescribeLivePadProcessorListResponse(AbstractModel):
9947
+ """DescribeLivePadProcessorList返回参数结构体
9948
+
9949
+ """
9950
+
9951
+ def __init__(self):
9952
+ r"""
9953
+ :param _StreamNameList: 当前正在拉取垫片的流名称列表。
9954
+ 注意:此字段可能返回 null,表示取不到有效值。
9955
+ :type StreamNameList: list of str
9956
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9957
+ :type RequestId: str
9958
+ """
9959
+ self._StreamNameList = None
9960
+ self._RequestId = None
9961
+
9962
+ @property
9963
+ def StreamNameList(self):
9964
+ return self._StreamNameList
9965
+
9966
+ @StreamNameList.setter
9967
+ def StreamNameList(self, StreamNameList):
9968
+ self._StreamNameList = StreamNameList
9969
+
9970
+ @property
9971
+ def RequestId(self):
9972
+ return self._RequestId
9973
+
9974
+ @RequestId.setter
9975
+ def RequestId(self, RequestId):
9976
+ self._RequestId = RequestId
9977
+
9978
+
9979
+ def _deserialize(self, params):
9980
+ self._StreamNameList = params.get("StreamNameList")
9981
+ self._RequestId = params.get("RequestId")
9982
+
9983
+
9889
9984
  class DescribeLivePadRulesRequest(AbstractModel):
9890
9985
  """DescribeLivePadRules请求参数结构体
9891
9986
 
@@ -18133,6 +18228,9 @@ class LiveStreamMonitorInfo(AbstractModel):
18133
18228
  :param _AiFormatDiagnose: 是否开启格式诊断
18134
18229
  注意:此字段可能返回 null,表示取不到有效值。
18135
18230
  :type AiFormatDiagnose: int
18231
+ :param _AiQualityControl: 是否开启内容质检。
18232
+ 注意:此字段可能返回 null,表示取不到有效值。
18233
+ :type AiQualityControl: int
18136
18234
  """
18137
18235
  self._MonitorId = None
18138
18236
  self._MonitorName = None
@@ -18153,6 +18251,7 @@ class LiveStreamMonitorInfo(AbstractModel):
18153
18251
  self._AiOcrInputIndexList = None
18154
18252
  self._AllowMonitorReport = None
18155
18253
  self._AiFormatDiagnose = None
18254
+ self._AiQualityControl = None
18156
18255
 
18157
18256
  @property
18158
18257
  def MonitorId(self):
@@ -18306,6 +18405,14 @@ class LiveStreamMonitorInfo(AbstractModel):
18306
18405
  def AiFormatDiagnose(self, AiFormatDiagnose):
18307
18406
  self._AiFormatDiagnose = AiFormatDiagnose
18308
18407
 
18408
+ @property
18409
+ def AiQualityControl(self):
18410
+ return self._AiQualityControl
18411
+
18412
+ @AiQualityControl.setter
18413
+ def AiQualityControl(self, AiQualityControl):
18414
+ self._AiQualityControl = AiQualityControl
18415
+
18309
18416
 
18310
18417
  def _deserialize(self, params):
18311
18418
  self._MonitorId = params.get("MonitorId")
@@ -18336,6 +18443,7 @@ class LiveStreamMonitorInfo(AbstractModel):
18336
18443
  self._AiOcrInputIndexList = params.get("AiOcrInputIndexList")
18337
18444
  self._AllowMonitorReport = params.get("AllowMonitorReport")
18338
18445
  self._AiFormatDiagnose = params.get("AiFormatDiagnose")
18446
+ self._AiQualityControl = params.get("AiQualityControl")
18339
18447
  memeber_set = set(params.keys())
18340
18448
  for name, value in vars(self).items():
18341
18449
  property_name = name[1:]
@@ -19587,6 +19695,8 @@ PullVodPushLive -点播。
19587
19695
  :param _BackupToUrl: 新的目标地址。传空值,则取消该地址的推流。
19588
19696
  传入新值,则替换原有地址。
19589
19697
  :type BackupToUrl: str
19698
+ :param _BackupVodUrl: 点播垫片文件地址。注意:用于在主源拉不到时自动兜底到垫片文件,切到垫片文件后,每次播完垫片会尝试拉主源,如果主源恢复则自动切回主源。可根据需要的轮询检查时长来传入对应时长的垫片文件。
19699
+ :type BackupVodUrl: str
19590
19700
  """
19591
19701
  self._TaskId = None
19592
19702
  self._Operator = None
@@ -19608,6 +19718,7 @@ PullVodPushLive -点播。
19608
19718
  self._WatermarkList = None
19609
19719
  self._VodLocalMode = None
19610
19720
  self._BackupToUrl = None
19721
+ self._BackupVodUrl = None
19611
19722
 
19612
19723
  @property
19613
19724
  def TaskId(self):
@@ -19769,6 +19880,14 @@ PullVodPushLive -点播。
19769
19880
  def BackupToUrl(self, BackupToUrl):
19770
19881
  self._BackupToUrl = BackupToUrl
19771
19882
 
19883
+ @property
19884
+ def BackupVodUrl(self):
19885
+ return self._BackupVodUrl
19886
+
19887
+ @BackupVodUrl.setter
19888
+ def BackupVodUrl(self, BackupVodUrl):
19889
+ self._BackupVodUrl = BackupVodUrl
19890
+
19772
19891
 
19773
19892
  def _deserialize(self, params):
19774
19893
  self._TaskId = params.get("TaskId")
@@ -19796,6 +19915,7 @@ PullVodPushLive -点播。
19796
19915
  self._WatermarkList.append(obj)
19797
19916
  self._VodLocalMode = params.get("VodLocalMode")
19798
19917
  self._BackupToUrl = params.get("BackupToUrl")
19918
+ self._BackupVodUrl = params.get("BackupVodUrl")
19799
19919
  memeber_set = set(params.keys())
19800
19920
  for name, value in vars(self).items():
19801
19921
  property_name = name[1:]
@@ -20366,6 +20486,8 @@ class ModifyLiveStreamMonitorRequest(AbstractModel):
20366
20486
  :type AllowMonitorReport: int
20367
20487
  :param _AiFormatDiagnose: 是否开启格式诊断。
20368
20488
  :type AiFormatDiagnose: int
20489
+ :param _AiQualityControl: 是否开启内容质检。
20490
+ :type AiQualityControl: int
20369
20491
  """
20370
20492
  self._MonitorId = None
20371
20493
  self._MonitorName = None
@@ -20380,6 +20502,7 @@ class ModifyLiveStreamMonitorRequest(AbstractModel):
20380
20502
  self._CheckStreamLowFrameRate = None
20381
20503
  self._AllowMonitorReport = None
20382
20504
  self._AiFormatDiagnose = None
20505
+ self._AiQualityControl = None
20383
20506
 
20384
20507
  @property
20385
20508
  def MonitorId(self):
@@ -20485,6 +20608,14 @@ class ModifyLiveStreamMonitorRequest(AbstractModel):
20485
20608
  def AiFormatDiagnose(self, AiFormatDiagnose):
20486
20609
  self._AiFormatDiagnose = AiFormatDiagnose
20487
20610
 
20611
+ @property
20612
+ def AiQualityControl(self):
20613
+ return self._AiQualityControl
20614
+
20615
+ @AiQualityControl.setter
20616
+ def AiQualityControl(self, AiQualityControl):
20617
+ self._AiQualityControl = AiQualityControl
20618
+
20488
20619
 
20489
20620
  def _deserialize(self, params):
20490
20621
  self._MonitorId = params.get("MonitorId")
@@ -20509,6 +20640,7 @@ class ModifyLiveStreamMonitorRequest(AbstractModel):
20509
20640
  self._CheckStreamLowFrameRate = params.get("CheckStreamLowFrameRate")
20510
20641
  self._AllowMonitorReport = params.get("AllowMonitorReport")
20511
20642
  self._AiFormatDiagnose = params.get("AiFormatDiagnose")
20643
+ self._AiQualityControl = params.get("AiQualityControl")
20512
20644
  memeber_set = set(params.keys())
20513
20645
  for name, value in vars(self).items():
20514
20646
  property_name = name[1:]
@@ -24668,6 +24800,113 @@ class StartLiveStreamMonitorResponse(AbstractModel):
24668
24800
  self._RequestId = params.get("RequestId")
24669
24801
 
24670
24802
 
24803
+ class StopLivePadProcessorRequest(AbstractModel):
24804
+ """StopLivePadProcessor请求参数结构体
24805
+
24806
+ """
24807
+
24808
+ def __init__(self):
24809
+ r"""
24810
+ :param _AppName: 推流路径,与推流和播放地址中的AppName保持一致,默认为 live。
24811
+ :type AppName: str
24812
+ :param _PushDomainName: 您的推流域名。
24813
+ :type PushDomainName: str
24814
+ :param _StreamName: 流名称。
24815
+ :type StreamName: str
24816
+ :param _Operator: 操作人备注信息。
24817
+ :type Operator: str
24818
+ """
24819
+ self._AppName = None
24820
+ self._PushDomainName = None
24821
+ self._StreamName = None
24822
+ self._Operator = None
24823
+
24824
+ @property
24825
+ def AppName(self):
24826
+ return self._AppName
24827
+
24828
+ @AppName.setter
24829
+ def AppName(self, AppName):
24830
+ self._AppName = AppName
24831
+
24832
+ @property
24833
+ def PushDomainName(self):
24834
+ return self._PushDomainName
24835
+
24836
+ @PushDomainName.setter
24837
+ def PushDomainName(self, PushDomainName):
24838
+ self._PushDomainName = PushDomainName
24839
+
24840
+ @property
24841
+ def StreamName(self):
24842
+ return self._StreamName
24843
+
24844
+ @StreamName.setter
24845
+ def StreamName(self, StreamName):
24846
+ self._StreamName = StreamName
24847
+
24848
+ @property
24849
+ def Operator(self):
24850
+ return self._Operator
24851
+
24852
+ @Operator.setter
24853
+ def Operator(self, Operator):
24854
+ self._Operator = Operator
24855
+
24856
+
24857
+ def _deserialize(self, params):
24858
+ self._AppName = params.get("AppName")
24859
+ self._PushDomainName = params.get("PushDomainName")
24860
+ self._StreamName = params.get("StreamName")
24861
+ self._Operator = params.get("Operator")
24862
+ memeber_set = set(params.keys())
24863
+ for name, value in vars(self).items():
24864
+ property_name = name[1:]
24865
+ if property_name in memeber_set:
24866
+ memeber_set.remove(property_name)
24867
+ if len(memeber_set) > 0:
24868
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
24869
+
24870
+
24871
+
24872
+ class StopLivePadProcessorResponse(AbstractModel):
24873
+ """StopLivePadProcessor返回参数结构体
24874
+
24875
+ """
24876
+
24877
+ def __init__(self):
24878
+ r"""
24879
+ :param _ResultMessage: 处理结果信息。
24880
+ 注意:此字段可能返回 null,表示取不到有效值。
24881
+ :type ResultMessage: str
24882
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24883
+ :type RequestId: str
24884
+ """
24885
+ self._ResultMessage = None
24886
+ self._RequestId = None
24887
+
24888
+ @property
24889
+ def ResultMessage(self):
24890
+ return self._ResultMessage
24891
+
24892
+ @ResultMessage.setter
24893
+ def ResultMessage(self, ResultMessage):
24894
+ self._ResultMessage = ResultMessage
24895
+
24896
+ @property
24897
+ def RequestId(self):
24898
+ return self._RequestId
24899
+
24900
+ @RequestId.setter
24901
+ def RequestId(self, RequestId):
24902
+ self._RequestId = RequestId
24903
+
24904
+
24905
+ def _deserialize(self, params):
24906
+ self._ResultMessage = params.get("ResultMessage")
24907
+ self._RequestId = params.get("RequestId")
24908
+
24909
+
24671
24910
  class StopLiveRecordRequest(AbstractModel):
24672
24911
  """StopLiveRecord请求参数结构体
24673
24912
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1124
3
+ Version: 3.0.1155
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.1155
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1124