tencentcloud-sdk-python 3.0.1301__py2.py3-none-any.whl → 3.0.1306__py2.py3-none-any.whl

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 (64) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +19 -0
  3. tencentcloud/apm/v20210622/apm_client.py +3 -3
  4. tencentcloud/apm/v20210622/errorcodes.py +10 -10
  5. tencentcloud/apm/v20210622/models.py +586 -538
  6. tencentcloud/autoscaling/v20180419/models.py +141 -0
  7. tencentcloud/cat/v20180409/cat_client.py +1 -1
  8. tencentcloud/ccc/v20200210/ccc_client.py +25 -0
  9. tencentcloud/ccc/v20200210/models.py +159 -0
  10. tencentcloud/cdb/v20170320/models.py +15 -0
  11. tencentcloud/cdn/v20180606/models.py +2 -2
  12. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
  13. tencentcloud/cdwdoris/v20211228/models.py +165 -380
  14. tencentcloud/cfs/v20190719/cfs_client.py +23 -0
  15. tencentcloud/cfs/v20190719/models.py +79 -0
  16. tencentcloud/clb/v20180317/models.py +146 -20
  17. tencentcloud/config/v20220802/models.py +2 -2
  18. tencentcloud/cvm/v20170312/cvm_client.py +24 -0
  19. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  20. tencentcloud/cvm/v20170312/models.py +188 -4
  21. tencentcloud/dc/v20180410/models.py +32 -16
  22. tencentcloud/dlc/v20210125/models.py +89 -0
  23. tencentcloud/emr/v20190103/models.py +50 -122
  24. tencentcloud/ess/v20201111/ess_client.py +1 -1
  25. tencentcloud/ess/v20201111/models.py +50 -38
  26. tencentcloud/essbasic/v20210526/models.py +78 -116
  27. tencentcloud/faceid/v20180301/models.py +14 -14
  28. tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
  29. tencentcloud/hunyuan/v20230901/models.py +84 -2
  30. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
  31. tencentcloud/iotexplorer/v20190423/models.py +422 -0
  32. tencentcloud/lcic/v20220817/models.py +4 -6
  33. tencentcloud/lighthouse/v20200324/models.py +30 -0
  34. tencentcloud/lke/v20231130/models.py +23 -14
  35. tencentcloud/lkeap/v20240522/models.py +8 -4
  36. tencentcloud/mna/v20210119/models.py +0 -30
  37. tencentcloud/monitor/v20180724/models.py +57 -6
  38. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  39. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  40. tencentcloud/mps/v20190612/models.py +871 -18
  41. tencentcloud/mps/v20190612/mps_client.py +138 -0
  42. tencentcloud/ocr/v20181119/models.py +49 -4
  43. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  44. tencentcloud/postgres/v20170312/models.py +72 -30
  45. tencentcloud/pts/v20210728/models.py +0 -348
  46. tencentcloud/rum/v20210622/models.py +92 -2
  47. tencentcloud/ssl/v20191205/models.py +19 -4
  48. tencentcloud/ssl/v20191205/ssl_client.py +1 -1
  49. tencentcloud/tchd/v20230306/models.py +0 -2
  50. tencentcloud/teo/v20220901/models.py +8 -18
  51. tencentcloud/tiw/v20190919/models.py +6 -0
  52. tencentcloud/trtc/v20190722/models.py +15 -0
  53. tencentcloud/tse/v20201207/models.py +17 -0
  54. tencentcloud/vod/v20180717/models.py +6 -6
  55. tencentcloud/vpc/v20170312/errorcodes.py +2 -1235
  56. tencentcloud/vpc/v20170312/models.py +47 -65928
  57. tencentcloud/vpc/v20170312/vpc_client.py +7 -9228
  58. tencentcloud/wedata/v20210820/models.py +1438 -198
  59. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  60. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/METADATA +1 -1
  61. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/RECORD +64 -64
  62. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/LICENSE +0 -0
  63. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/WHEEL +0 -0
  64. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/top_level.txt +0 -0
@@ -16047,7 +16047,7 @@ class CreateInput(AbstractModel):
16047
16047
  r"""
16048
16048
  :param _InputName: 输入名称,可填大小写、数字和下划线,长度为[1, 32]。
16049
16049
  :type InputName: str
16050
- :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
16050
+ :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
16051
16051
  :type Protocol: str
16052
16052
  :param _Description: 输入描述,长度为[0, 255]。
16053
16053
  :type Description: str
@@ -16105,7 +16105,7 @@ class CreateInput(AbstractModel):
16105
16105
 
16106
16106
  @property
16107
16107
  def Protocol(self):
16108
- """输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
16108
+ """输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
16109
16109
  :rtype: str
16110
16110
  """
16111
16111
  return self._Protocol
@@ -17342,13 +17342,13 @@ class CreateOutputSRTSettings(AbstractModel):
17342
17342
  :type Destinations: list of CreateOutputSRTSettingsDestinations
17343
17343
  :param _StreamId: 转推SRT的流Id,可选大小写字母、数字和特殊字符(.#!:&,=_-),长度为0~512。
17344
17344
  :type StreamId: str
17345
- :param _Latency: 转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]
17345
+ :param _Latency: 转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]。此参数同时设置了发送方和接收方的延迟(recvlatency和peerlatency)为相同的值。建议配置为至少3倍RTT,以确保在网络拥塞时能够有效处理数据包的重传和确认
17346
17346
  :type Latency: int
17347
- :param _RecvLatency: 转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。
17347
+ :param _RecvLatency: 转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。 此参数表示接收方用于缓存数据包的时间长度
17348
17348
  :type RecvLatency: int
17349
- :param _PeerLatency: 转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。
17349
+ :param _PeerLatency: 转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。 此参数由发送方设置,用于告知接收方其期望的延迟缓冲时间
17350
17350
  :type PeerLatency: int
17351
- :param _PeerIdleTimeout: 转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
17351
+ :param _PeerIdleTimeout: 转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。 如果连接在设定的超时时间内没有活动,将会被关闭
17352
17352
  :type PeerIdleTimeout: int
17353
17353
  :param _Passphrase: 转推SRT的加密密钥,默认为空,表示不加密。只可填ascii码值,长度为[10, 79]。
17354
17354
  :type Passphrase: str
@@ -17391,7 +17391,7 @@ class CreateOutputSRTSettings(AbstractModel):
17391
17391
 
17392
17392
  @property
17393
17393
  def Latency(self):
17394
- """转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]
17394
+ """转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]。此参数同时设置了发送方和接收方的延迟(recvlatency和peerlatency)为相同的值。建议配置为至少3倍RTT,以确保在网络拥塞时能够有效处理数据包的重传和确认
17395
17395
  :rtype: int
17396
17396
  """
17397
17397
  return self._Latency
@@ -17402,7 +17402,7 @@ class CreateOutputSRTSettings(AbstractModel):
17402
17402
 
17403
17403
  @property
17404
17404
  def RecvLatency(self):
17405
- """转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。
17405
+ """转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。 此参数表示接收方用于缓存数据包的时间长度
17406
17406
  :rtype: int
17407
17407
  """
17408
17408
  return self._RecvLatency
@@ -17413,7 +17413,7 @@ class CreateOutputSRTSettings(AbstractModel):
17413
17413
 
17414
17414
  @property
17415
17415
  def PeerLatency(self):
17416
- """转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。
17416
+ """转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。 此参数由发送方设置,用于告知接收方其期望的延迟缓冲时间
17417
17417
  :rtype: int
17418
17418
  """
17419
17419
  return self._PeerLatency
@@ -17424,7 +17424,7 @@ class CreateOutputSRTSettings(AbstractModel):
17424
17424
 
17425
17425
  @property
17426
17426
  def PeerIdleTimeout(self):
17427
- """转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
17427
+ """转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。 如果连接在设定的超时时间内没有活动,将会被关闭
17428
17428
  :rtype: int
17429
17429
  """
17430
17430
  return self._PeerIdleTimeout
@@ -18886,6 +18886,100 @@ class CreateStreamLinkOutputInfoResponse(AbstractModel):
18886
18886
  self._RequestId = params.get("RequestId")
18887
18887
 
18888
18888
 
18889
+ class CreateStreamLinkSecurityGroupRequest(AbstractModel):
18890
+ """CreateStreamLinkSecurityGroup请求参数结构体
18891
+
18892
+ """
18893
+
18894
+ def __init__(self):
18895
+ r"""
18896
+ :param _Name: 安全组名称,限制大小写、数字和下划线,Region下唯一。
18897
+ :type Name: str
18898
+ :param _Whitelist: 白名单列表,数量限制[1, 10]。
18899
+ :type Whitelist: list of str
18900
+ """
18901
+ self._Name = None
18902
+ self._Whitelist = None
18903
+
18904
+ @property
18905
+ def Name(self):
18906
+ """安全组名称,限制大小写、数字和下划线,Region下唯一。
18907
+ :rtype: str
18908
+ """
18909
+ return self._Name
18910
+
18911
+ @Name.setter
18912
+ def Name(self, Name):
18913
+ self._Name = Name
18914
+
18915
+ @property
18916
+ def Whitelist(self):
18917
+ """白名单列表,数量限制[1, 10]。
18918
+ :rtype: list of str
18919
+ """
18920
+ return self._Whitelist
18921
+
18922
+ @Whitelist.setter
18923
+ def Whitelist(self, Whitelist):
18924
+ self._Whitelist = Whitelist
18925
+
18926
+
18927
+ def _deserialize(self, params):
18928
+ self._Name = params.get("Name")
18929
+ self._Whitelist = params.get("Whitelist")
18930
+ memeber_set = set(params.keys())
18931
+ for name, value in vars(self).items():
18932
+ property_name = name[1:]
18933
+ if property_name in memeber_set:
18934
+ memeber_set.remove(property_name)
18935
+ if len(memeber_set) > 0:
18936
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18937
+
18938
+
18939
+
18940
+ class CreateStreamLinkSecurityGroupResponse(AbstractModel):
18941
+ """CreateStreamLinkSecurityGroup返回参数结构体
18942
+
18943
+ """
18944
+
18945
+ def __init__(self):
18946
+ r"""
18947
+ :param _Id: 安全组 ID。
18948
+ :type Id: str
18949
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18950
+ :type RequestId: str
18951
+ """
18952
+ self._Id = None
18953
+ self._RequestId = None
18954
+
18955
+ @property
18956
+ def Id(self):
18957
+ """安全组 ID。
18958
+ :rtype: str
18959
+ """
18960
+ return self._Id
18961
+
18962
+ @Id.setter
18963
+ def Id(self, Id):
18964
+ self._Id = Id
18965
+
18966
+ @property
18967
+ def RequestId(self):
18968
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18969
+ :rtype: str
18970
+ """
18971
+ return self._RequestId
18972
+
18973
+ @RequestId.setter
18974
+ def RequestId(self, RequestId):
18975
+ self._RequestId = RequestId
18976
+
18977
+
18978
+ def _deserialize(self, params):
18979
+ self._Id = params.get("Id")
18980
+ self._RequestId = params.get("RequestId")
18981
+
18982
+
18889
18983
  class CreateTranscodeTemplateRequest(AbstractModel):
18890
18984
  """CreateTranscodeTemplate请求参数结构体
18891
18985
 
@@ -20873,6 +20967,70 @@ class DeleteStreamLinkOutputResponse(AbstractModel):
20873
20967
  self._RequestId = params.get("RequestId")
20874
20968
 
20875
20969
 
20970
+ class DeleteStreamLinkSecurityGroupRequest(AbstractModel):
20971
+ """DeleteStreamLinkSecurityGroup请求参数结构体
20972
+
20973
+ """
20974
+
20975
+ def __init__(self):
20976
+ r"""
20977
+ :param _Id: 安全组 ID。
20978
+ :type Id: str
20979
+ """
20980
+ self._Id = None
20981
+
20982
+ @property
20983
+ def Id(self):
20984
+ """安全组 ID。
20985
+ :rtype: str
20986
+ """
20987
+ return self._Id
20988
+
20989
+ @Id.setter
20990
+ def Id(self, Id):
20991
+ self._Id = Id
20992
+
20993
+
20994
+ def _deserialize(self, params):
20995
+ self._Id = params.get("Id")
20996
+ memeber_set = set(params.keys())
20997
+ for name, value in vars(self).items():
20998
+ property_name = name[1:]
20999
+ if property_name in memeber_set:
21000
+ memeber_set.remove(property_name)
21001
+ if len(memeber_set) > 0:
21002
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
21003
+
21004
+
21005
+
21006
+ class DeleteStreamLinkSecurityGroupResponse(AbstractModel):
21007
+ """DeleteStreamLinkSecurityGroup返回参数结构体
21008
+
21009
+ """
21010
+
21011
+ def __init__(self):
21012
+ r"""
21013
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21014
+ :type RequestId: str
21015
+ """
21016
+ self._RequestId = None
21017
+
21018
+ @property
21019
+ def RequestId(self):
21020
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21021
+ :rtype: str
21022
+ """
21023
+ return self._RequestId
21024
+
21025
+ @RequestId.setter
21026
+ def RequestId(self, RequestId):
21027
+ self._RequestId = RequestId
21028
+
21029
+
21030
+ def _deserialize(self, params):
21031
+ self._RequestId = params.get("RequestId")
21032
+
21033
+
20876
21034
  class DeleteTranscodeTemplateRequest(AbstractModel):
20877
21035
  """DeleteTranscodeTemplate请求参数结构体
20878
21036
 
@@ -21473,6 +21631,7 @@ class DescribeAdaptiveDynamicStreamingTemplatesRequest(AbstractModel):
21473
21631
  <li>Custom:用户自定义模板。</li>
21474
21632
  :type Type: str
21475
21633
  :param _PureAudio: 是否为纯音频,0表示视频,1表示纯音频
21634
+ 默认值:0
21476
21635
  :type PureAudio: int
21477
21636
  :param _Name: 自适应转码模板标识过滤条件,长度限制:64 个字符
21478
21637
  :type Name: str
@@ -21533,6 +21692,7 @@ class DescribeAdaptiveDynamicStreamingTemplatesRequest(AbstractModel):
21533
21692
  @property
21534
21693
  def PureAudio(self):
21535
21694
  """是否为纯音频,0表示视频,1表示纯音频
21695
+ 默认值:0
21536
21696
  :rtype: int
21537
21697
  """
21538
21698
  return self._PureAudio
@@ -22285,6 +22445,90 @@ class DescribeFlowId(AbstractModel):
22285
22445
 
22286
22446
 
22287
22447
 
22448
+ class DescribeGroupAttachFlowsByIdRequest(AbstractModel):
22449
+ """DescribeGroupAttachFlowsById请求参数结构体
22450
+
22451
+ """
22452
+
22453
+ def __init__(self):
22454
+ r"""
22455
+ :param _Id: 媒体传输安全组ID。
22456
+ :type Id: str
22457
+ """
22458
+ self._Id = None
22459
+
22460
+ @property
22461
+ def Id(self):
22462
+ """媒体传输安全组ID。
22463
+ :rtype: str
22464
+ """
22465
+ return self._Id
22466
+
22467
+ @Id.setter
22468
+ def Id(self, Id):
22469
+ self._Id = Id
22470
+
22471
+
22472
+ def _deserialize(self, params):
22473
+ self._Id = params.get("Id")
22474
+ memeber_set = set(params.keys())
22475
+ for name, value in vars(self).items():
22476
+ property_name = name[1:]
22477
+ if property_name in memeber_set:
22478
+ memeber_set.remove(property_name)
22479
+ if len(memeber_set) > 0:
22480
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
22481
+
22482
+
22483
+
22484
+ class DescribeGroupAttachFlowsByIdResponse(AbstractModel):
22485
+ """DescribeGroupAttachFlowsById返回参数结构体
22486
+
22487
+ """
22488
+
22489
+ def __init__(self):
22490
+ r"""
22491
+ :param _Infos: 安全组反查的Flow信息列表。
22492
+ :type Infos: list of FlowInOutResp
22493
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22494
+ :type RequestId: str
22495
+ """
22496
+ self._Infos = None
22497
+ self._RequestId = None
22498
+
22499
+ @property
22500
+ def Infos(self):
22501
+ """安全组反查的Flow信息列表。
22502
+ :rtype: list of FlowInOutResp
22503
+ """
22504
+ return self._Infos
22505
+
22506
+ @Infos.setter
22507
+ def Infos(self, Infos):
22508
+ self._Infos = Infos
22509
+
22510
+ @property
22511
+ def RequestId(self):
22512
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22513
+ :rtype: str
22514
+ """
22515
+ return self._RequestId
22516
+
22517
+ @RequestId.setter
22518
+ def RequestId(self, RequestId):
22519
+ self._RequestId = RequestId
22520
+
22521
+
22522
+ def _deserialize(self, params):
22523
+ if params.get("Infos") is not None:
22524
+ self._Infos = []
22525
+ for item in params.get("Infos"):
22526
+ obj = FlowInOutResp()
22527
+ obj._deserialize(item)
22528
+ self._Infos.append(obj)
22529
+ self._RequestId = params.get("RequestId")
22530
+
22531
+
22288
22532
  class DescribeHLSPullSourceAddress(AbstractModel):
22289
22533
  """查询输入的HLS配置信息。
22290
22534
 
@@ -27117,6 +27361,60 @@ class DescribeStreamLinkRegionsResponse(AbstractModel):
27117
27361
  self._RequestId = params.get("RequestId")
27118
27362
 
27119
27363
 
27364
+ class DescribeStreamLinkSecurityGroupsRequest(AbstractModel):
27365
+ """DescribeStreamLinkSecurityGroups请求参数结构体
27366
+
27367
+ """
27368
+
27369
+
27370
+ class DescribeStreamLinkSecurityGroupsResponse(AbstractModel):
27371
+ """DescribeStreamLinkSecurityGroups返回参数结构体
27372
+
27373
+ """
27374
+
27375
+ def __init__(self):
27376
+ r"""
27377
+ :param _Infos: 安全组信息列表。
27378
+ :type Infos: list of SecurityGroupInfo
27379
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27380
+ :type RequestId: str
27381
+ """
27382
+ self._Infos = None
27383
+ self._RequestId = None
27384
+
27385
+ @property
27386
+ def Infos(self):
27387
+ """安全组信息列表。
27388
+ :rtype: list of SecurityGroupInfo
27389
+ """
27390
+ return self._Infos
27391
+
27392
+ @Infos.setter
27393
+ def Infos(self, Infos):
27394
+ self._Infos = Infos
27395
+
27396
+ @property
27397
+ def RequestId(self):
27398
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27399
+ :rtype: str
27400
+ """
27401
+ return self._RequestId
27402
+
27403
+ @RequestId.setter
27404
+ def RequestId(self, RequestId):
27405
+ self._RequestId = RequestId
27406
+
27407
+
27408
+ def _deserialize(self, params):
27409
+ if params.get("Infos") is not None:
27410
+ self._Infos = []
27411
+ for item in params.get("Infos"):
27412
+ obj = SecurityGroupInfo()
27413
+ obj._deserialize(item)
27414
+ self._Infos.append(obj)
27415
+ self._RequestId = params.get("RequestId")
27416
+
27417
+
27120
27418
  class DescribeTaskDetailRequest(AbstractModel):
27121
27419
  """DescribeTaskDetail请求参数结构体
27122
27420
 
@@ -28971,6 +29269,90 @@ class DisableWorkflowResponse(AbstractModel):
28971
29269
  self._RequestId = params.get("RequestId")
28972
29270
 
28973
29271
 
29272
+ class DisassociateSecurityGroupRequest(AbstractModel):
29273
+ """DisassociateSecurityGroup请求参数结构体
29274
+
29275
+ """
29276
+
29277
+ def __init__(self):
29278
+ r"""
29279
+ :param _Id: 媒体传输安全组ID。
29280
+ :type Id: str
29281
+ :param _UnattachInOutInfos: 要解绑的输入输出信息列表。
29282
+ :type UnattachInOutInfos: list of UnattachSecurityGroupInOutInfo
29283
+ """
29284
+ self._Id = None
29285
+ self._UnattachInOutInfos = None
29286
+
29287
+ @property
29288
+ def Id(self):
29289
+ """媒体传输安全组ID。
29290
+ :rtype: str
29291
+ """
29292
+ return self._Id
29293
+
29294
+ @Id.setter
29295
+ def Id(self, Id):
29296
+ self._Id = Id
29297
+
29298
+ @property
29299
+ def UnattachInOutInfos(self):
29300
+ """要解绑的输入输出信息列表。
29301
+ :rtype: list of UnattachSecurityGroupInOutInfo
29302
+ """
29303
+ return self._UnattachInOutInfos
29304
+
29305
+ @UnattachInOutInfos.setter
29306
+ def UnattachInOutInfos(self, UnattachInOutInfos):
29307
+ self._UnattachInOutInfos = UnattachInOutInfos
29308
+
29309
+
29310
+ def _deserialize(self, params):
29311
+ self._Id = params.get("Id")
29312
+ if params.get("UnattachInOutInfos") is not None:
29313
+ self._UnattachInOutInfos = []
29314
+ for item in params.get("UnattachInOutInfos"):
29315
+ obj = UnattachSecurityGroupInOutInfo()
29316
+ obj._deserialize(item)
29317
+ self._UnattachInOutInfos.append(obj)
29318
+ memeber_set = set(params.keys())
29319
+ for name, value in vars(self).items():
29320
+ property_name = name[1:]
29321
+ if property_name in memeber_set:
29322
+ memeber_set.remove(property_name)
29323
+ if len(memeber_set) > 0:
29324
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
29325
+
29326
+
29327
+
29328
+ class DisassociateSecurityGroupResponse(AbstractModel):
29329
+ """DisassociateSecurityGroup返回参数结构体
29330
+
29331
+ """
29332
+
29333
+ def __init__(self):
29334
+ r"""
29335
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29336
+ :type RequestId: str
29337
+ """
29338
+ self._RequestId = None
29339
+
29340
+ @property
29341
+ def RequestId(self):
29342
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29343
+ :rtype: str
29344
+ """
29345
+ return self._RequestId
29346
+
29347
+ @RequestId.setter
29348
+ def RequestId(self, RequestId):
29349
+ self._RequestId = RequestId
29350
+
29351
+
29352
+ def _deserialize(self, params):
29353
+ self._RequestId = params.get("RequestId")
29354
+
29355
+
28974
29356
  class DrmInfo(AbstractModel):
28975
29357
  """Drm 加密信息。
28976
29358
 
@@ -30318,6 +30700,181 @@ class FlowAudio(AbstractModel):
30318
30700
 
30319
30701
 
30320
30702
 
30703
+ class FlowInOutResp(AbstractModel):
30704
+ """查询Flow的配置信息。
30705
+
30706
+ """
30707
+
30708
+ def __init__(self):
30709
+ r"""
30710
+ :param _FlowId: 流Id。
30711
+ :type FlowId: str
30712
+ :param _FlowName: 流名称。
30713
+ :type FlowName: str
30714
+ :param _EventId: 该Flow关联的媒体传输事件EventId。
30715
+ :type EventId: str
30716
+ :param _FlowRegion: 媒体传输输入流所属的区域,取值和InputRegion相同。
30717
+ :type FlowRegion: str
30718
+ :param _OutputRegion: 当返回是输出类型时非空,output所在Region。
30719
+ :type OutputRegion: str
30720
+ :param _EventName: EventName。
30721
+ :type EventName: str
30722
+ :param _InputName: InOutType为Input有效。
30723
+ :type InputName: str
30724
+ :param _OutputName: InOutType为Output有效。
30725
+ :type OutputName: str
30726
+ :param _InOutId: Input或者Output的Id。
30727
+ :type InOutId: str
30728
+ :param _InOutType: 输入/输出类型,可选值:
30729
+ Input:输入
30730
+ Outpu:输出。
30731
+ :type InOutType: str
30732
+ """
30733
+ self._FlowId = None
30734
+ self._FlowName = None
30735
+ self._EventId = None
30736
+ self._FlowRegion = None
30737
+ self._OutputRegion = None
30738
+ self._EventName = None
30739
+ self._InputName = None
30740
+ self._OutputName = None
30741
+ self._InOutId = None
30742
+ self._InOutType = None
30743
+
30744
+ @property
30745
+ def FlowId(self):
30746
+ """流Id。
30747
+ :rtype: str
30748
+ """
30749
+ return self._FlowId
30750
+
30751
+ @FlowId.setter
30752
+ def FlowId(self, FlowId):
30753
+ self._FlowId = FlowId
30754
+
30755
+ @property
30756
+ def FlowName(self):
30757
+ """流名称。
30758
+ :rtype: str
30759
+ """
30760
+ return self._FlowName
30761
+
30762
+ @FlowName.setter
30763
+ def FlowName(self, FlowName):
30764
+ self._FlowName = FlowName
30765
+
30766
+ @property
30767
+ def EventId(self):
30768
+ """该Flow关联的媒体传输事件EventId。
30769
+ :rtype: str
30770
+ """
30771
+ return self._EventId
30772
+
30773
+ @EventId.setter
30774
+ def EventId(self, EventId):
30775
+ self._EventId = EventId
30776
+
30777
+ @property
30778
+ def FlowRegion(self):
30779
+ """媒体传输输入流所属的区域,取值和InputRegion相同。
30780
+ :rtype: str
30781
+ """
30782
+ return self._FlowRegion
30783
+
30784
+ @FlowRegion.setter
30785
+ def FlowRegion(self, FlowRegion):
30786
+ self._FlowRegion = FlowRegion
30787
+
30788
+ @property
30789
+ def OutputRegion(self):
30790
+ """当返回是输出类型时非空,output所在Region。
30791
+ :rtype: str
30792
+ """
30793
+ return self._OutputRegion
30794
+
30795
+ @OutputRegion.setter
30796
+ def OutputRegion(self, OutputRegion):
30797
+ self._OutputRegion = OutputRegion
30798
+
30799
+ @property
30800
+ def EventName(self):
30801
+ """EventName。
30802
+ :rtype: str
30803
+ """
30804
+ return self._EventName
30805
+
30806
+ @EventName.setter
30807
+ def EventName(self, EventName):
30808
+ self._EventName = EventName
30809
+
30810
+ @property
30811
+ def InputName(self):
30812
+ """InOutType为Input有效。
30813
+ :rtype: str
30814
+ """
30815
+ return self._InputName
30816
+
30817
+ @InputName.setter
30818
+ def InputName(self, InputName):
30819
+ self._InputName = InputName
30820
+
30821
+ @property
30822
+ def OutputName(self):
30823
+ """InOutType为Output有效。
30824
+ :rtype: str
30825
+ """
30826
+ return self._OutputName
30827
+
30828
+ @OutputName.setter
30829
+ def OutputName(self, OutputName):
30830
+ self._OutputName = OutputName
30831
+
30832
+ @property
30833
+ def InOutId(self):
30834
+ """Input或者Output的Id。
30835
+ :rtype: str
30836
+ """
30837
+ return self._InOutId
30838
+
30839
+ @InOutId.setter
30840
+ def InOutId(self, InOutId):
30841
+ self._InOutId = InOutId
30842
+
30843
+ @property
30844
+ def InOutType(self):
30845
+ """输入/输出类型,可选值:
30846
+ Input:输入
30847
+ Outpu:输出。
30848
+ :rtype: str
30849
+ """
30850
+ return self._InOutType
30851
+
30852
+ @InOutType.setter
30853
+ def InOutType(self, InOutType):
30854
+ self._InOutType = InOutType
30855
+
30856
+
30857
+ def _deserialize(self, params):
30858
+ self._FlowId = params.get("FlowId")
30859
+ self._FlowName = params.get("FlowName")
30860
+ self._EventId = params.get("EventId")
30861
+ self._FlowRegion = params.get("FlowRegion")
30862
+ self._OutputRegion = params.get("OutputRegion")
30863
+ self._EventName = params.get("EventName")
30864
+ self._InputName = params.get("InputName")
30865
+ self._OutputName = params.get("OutputName")
30866
+ self._InOutId = params.get("InOutId")
30867
+ self._InOutType = params.get("InOutType")
30868
+ memeber_set = set(params.keys())
30869
+ for name, value in vars(self).items():
30870
+ property_name = name[1:]
30871
+ if property_name in memeber_set:
30872
+ memeber_set.remove(property_name)
30873
+ if len(memeber_set) > 0:
30874
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
30875
+
30876
+
30877
+
30321
30878
  class FlowLogInfo(AbstractModel):
30322
30879
  """传输流日志信息。
30323
30880
 
@@ -41467,10 +42024,7 @@ class ModifyInput(AbstractModel):
41467
42024
  :type SRTSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputSRTSettings`
41468
42025
  :param _RTPSettings: RTP的配置信息。
41469
42026
  :type RTPSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputRTPSettings`
41470
- :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
41471
- 当输出包含RTP时,输入只能是RTP。
41472
- 当输出包含RTMP时,输入可以是SRT/RTMP。
41473
- 当输出包含SRT时,输入只能是SRT。
42027
+ :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。 -
41474
42028
  :type Protocol: str
41475
42029
  :param _FailOver: 输入的主备开关,可选[OPEN|CLOSE]。
41476
42030
  :type FailOver: str
@@ -41576,10 +42130,7 @@ class ModifyInput(AbstractModel):
41576
42130
 
41577
42131
  @property
41578
42132
  def Protocol(self):
41579
- """输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
41580
- 当输出包含RTP时,输入只能是RTP。
41581
- 当输出包含RTMP时,输入可以是SRT/RTMP。
41582
- 当输出包含SRT时,输入只能是SRT。
42133
+ """输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。 -
41583
42134
  :rtype: str
41584
42135
  """
41585
42136
  return self._Protocol
@@ -43369,6 +43920,100 @@ class ModifyStreamLinkOutputInfoResponse(AbstractModel):
43369
43920
  self._RequestId = params.get("RequestId")
43370
43921
 
43371
43922
 
43923
+ class ModifyStreamLinkSecurityGroupRequest(AbstractModel):
43924
+ """ModifyStreamLinkSecurityGroup请求参数结构体
43925
+
43926
+ """
43927
+
43928
+ def __init__(self):
43929
+ r"""
43930
+ :param _Id: 安全组Id。
43931
+ :type Id: str
43932
+ :param _Name: 安全组名称,限制大小写、数字和下划线,长度[1, 32],Region下唯一。
43933
+ :type Name: str
43934
+ :param _Whitelist: 白名单列表,最多10个。
43935
+ :type Whitelist: list of str
43936
+ """
43937
+ self._Id = None
43938
+ self._Name = None
43939
+ self._Whitelist = None
43940
+
43941
+ @property
43942
+ def Id(self):
43943
+ """安全组Id。
43944
+ :rtype: str
43945
+ """
43946
+ return self._Id
43947
+
43948
+ @Id.setter
43949
+ def Id(self, Id):
43950
+ self._Id = Id
43951
+
43952
+ @property
43953
+ def Name(self):
43954
+ """安全组名称,限制大小写、数字和下划线,长度[1, 32],Region下唯一。
43955
+ :rtype: str
43956
+ """
43957
+ return self._Name
43958
+
43959
+ @Name.setter
43960
+ def Name(self, Name):
43961
+ self._Name = Name
43962
+
43963
+ @property
43964
+ def Whitelist(self):
43965
+ """白名单列表,最多10个。
43966
+ :rtype: list of str
43967
+ """
43968
+ return self._Whitelist
43969
+
43970
+ @Whitelist.setter
43971
+ def Whitelist(self, Whitelist):
43972
+ self._Whitelist = Whitelist
43973
+
43974
+
43975
+ def _deserialize(self, params):
43976
+ self._Id = params.get("Id")
43977
+ self._Name = params.get("Name")
43978
+ self._Whitelist = params.get("Whitelist")
43979
+ memeber_set = set(params.keys())
43980
+ for name, value in vars(self).items():
43981
+ property_name = name[1:]
43982
+ if property_name in memeber_set:
43983
+ memeber_set.remove(property_name)
43984
+ if len(memeber_set) > 0:
43985
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
43986
+
43987
+
43988
+
43989
+ class ModifyStreamLinkSecurityGroupResponse(AbstractModel):
43990
+ """ModifyStreamLinkSecurityGroup返回参数结构体
43991
+
43992
+ """
43993
+
43994
+ def __init__(self):
43995
+ r"""
43996
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
43997
+ :type RequestId: str
43998
+ """
43999
+ self._RequestId = None
44000
+
44001
+ @property
44002
+ def RequestId(self):
44003
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
44004
+ :rtype: str
44005
+ """
44006
+ return self._RequestId
44007
+
44008
+ @RequestId.setter
44009
+ def RequestId(self, RequestId):
44010
+ self._RequestId = RequestId
44011
+
44012
+
44013
+ def _deserialize(self, params):
44014
+ self._RequestId = params.get("RequestId")
44015
+
44016
+
43372
44017
  class ModifyTranscodeTemplateRequest(AbstractModel):
43373
44018
  """ModifyTranscodeTemplate请求参数结构体
43374
44019
 
@@ -51058,6 +51703,121 @@ Text:文本检索
51058
51703
 
51059
51704
 
51060
51705
 
51706
+ class SecurityGroupInfo(AbstractModel):
51707
+ """安全组信息。
51708
+
51709
+ """
51710
+
51711
+ def __init__(self):
51712
+ r"""
51713
+ :param _Id: 安全组 ID。
51714
+ :type Id: str
51715
+ :param _Name: 安全组名称。
51716
+ :type Name: str
51717
+ :param _Whitelist: 白名单列表。
51718
+ :type Whitelist: list of str
51719
+ :param _OccupiedInputs: 绑定的输入流列表。
51720
+ 注意:此字段可能返回 null,表示取不到有效值。
51721
+ :type OccupiedInputs: list of str
51722
+ :param _Region: 安全组地址。
51723
+ :type Region: str
51724
+ :param _OccupiedOutputs: 绑定的输出流列表。
51725
+ 注意:此字段可能返回 null,表示取不到有效值。
51726
+ :type OccupiedOutputs: list of str
51727
+ """
51728
+ self._Id = None
51729
+ self._Name = None
51730
+ self._Whitelist = None
51731
+ self._OccupiedInputs = None
51732
+ self._Region = None
51733
+ self._OccupiedOutputs = None
51734
+
51735
+ @property
51736
+ def Id(self):
51737
+ """安全组 ID。
51738
+ :rtype: str
51739
+ """
51740
+ return self._Id
51741
+
51742
+ @Id.setter
51743
+ def Id(self, Id):
51744
+ self._Id = Id
51745
+
51746
+ @property
51747
+ def Name(self):
51748
+ """安全组名称。
51749
+ :rtype: str
51750
+ """
51751
+ return self._Name
51752
+
51753
+ @Name.setter
51754
+ def Name(self, Name):
51755
+ self._Name = Name
51756
+
51757
+ @property
51758
+ def Whitelist(self):
51759
+ """白名单列表。
51760
+ :rtype: list of str
51761
+ """
51762
+ return self._Whitelist
51763
+
51764
+ @Whitelist.setter
51765
+ def Whitelist(self, Whitelist):
51766
+ self._Whitelist = Whitelist
51767
+
51768
+ @property
51769
+ def OccupiedInputs(self):
51770
+ """绑定的输入流列表。
51771
+ 注意:此字段可能返回 null,表示取不到有效值。
51772
+ :rtype: list of str
51773
+ """
51774
+ return self._OccupiedInputs
51775
+
51776
+ @OccupiedInputs.setter
51777
+ def OccupiedInputs(self, OccupiedInputs):
51778
+ self._OccupiedInputs = OccupiedInputs
51779
+
51780
+ @property
51781
+ def Region(self):
51782
+ """安全组地址。
51783
+ :rtype: str
51784
+ """
51785
+ return self._Region
51786
+
51787
+ @Region.setter
51788
+ def Region(self, Region):
51789
+ self._Region = Region
51790
+
51791
+ @property
51792
+ def OccupiedOutputs(self):
51793
+ """绑定的输出流列表。
51794
+ 注意:此字段可能返回 null,表示取不到有效值。
51795
+ :rtype: list of str
51796
+ """
51797
+ return self._OccupiedOutputs
51798
+
51799
+ @OccupiedOutputs.setter
51800
+ def OccupiedOutputs(self, OccupiedOutputs):
51801
+ self._OccupiedOutputs = OccupiedOutputs
51802
+
51803
+
51804
+ def _deserialize(self, params):
51805
+ self._Id = params.get("Id")
51806
+ self._Name = params.get("Name")
51807
+ self._Whitelist = params.get("Whitelist")
51808
+ self._OccupiedInputs = params.get("OccupiedInputs")
51809
+ self._Region = params.get("Region")
51810
+ self._OccupiedOutputs = params.get("OccupiedOutputs")
51811
+ memeber_set = set(params.keys())
51812
+ for name, value in vars(self).items():
51813
+ property_name = name[1:]
51814
+ if property_name in memeber_set:
51815
+ memeber_set.remove(property_name)
51816
+ if len(memeber_set) > 0:
51817
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
51818
+
51819
+
51820
+
51061
51821
  class SegmentRecognitionItem(AbstractModel):
51062
51822
  """智能拆条片段。
51063
51823
 
@@ -54409,6 +55169,91 @@ class TranslateConfigureInfoForUpdate(AbstractModel):
54409
55169
 
54410
55170
 
54411
55171
 
55172
+ class UnattachSecurityGroupInOutInfo(AbstractModel):
55173
+ """安全组解绑输入/输出请求信息。
55174
+
55175
+ """
55176
+
55177
+ def __init__(self):
55178
+ r"""
55179
+ :param _FlowId: 该安全组关联的FlowId。
55180
+ :type FlowId: str
55181
+ :param _InOutId: 要解绑的输入/输出ID。
55182
+ :type InOutId: str
55183
+ :param _InOutType: 输入/输出类型,可选值:
55184
+ Input:输入
55185
+ Output:输出。
55186
+ :type InOutType: str
55187
+ :param _FlowRegion: Flow所在的Region,和input共用。
55188
+ :type FlowRegion: str
55189
+ """
55190
+ self._FlowId = None
55191
+ self._InOutId = None
55192
+ self._InOutType = None
55193
+ self._FlowRegion = None
55194
+
55195
+ @property
55196
+ def FlowId(self):
55197
+ """该安全组关联的FlowId。
55198
+ :rtype: str
55199
+ """
55200
+ return self._FlowId
55201
+
55202
+ @FlowId.setter
55203
+ def FlowId(self, FlowId):
55204
+ self._FlowId = FlowId
55205
+
55206
+ @property
55207
+ def InOutId(self):
55208
+ """要解绑的输入/输出ID。
55209
+ :rtype: str
55210
+ """
55211
+ return self._InOutId
55212
+
55213
+ @InOutId.setter
55214
+ def InOutId(self, InOutId):
55215
+ self._InOutId = InOutId
55216
+
55217
+ @property
55218
+ def InOutType(self):
55219
+ """输入/输出类型,可选值:
55220
+ Input:输入
55221
+ Output:输出。
55222
+ :rtype: str
55223
+ """
55224
+ return self._InOutType
55225
+
55226
+ @InOutType.setter
55227
+ def InOutType(self, InOutType):
55228
+ self._InOutType = InOutType
55229
+
55230
+ @property
55231
+ def FlowRegion(self):
55232
+ """Flow所在的Region,和input共用。
55233
+ :rtype: str
55234
+ """
55235
+ return self._FlowRegion
55236
+
55237
+ @FlowRegion.setter
55238
+ def FlowRegion(self, FlowRegion):
55239
+ self._FlowRegion = FlowRegion
55240
+
55241
+
55242
+ def _deserialize(self, params):
55243
+ self._FlowId = params.get("FlowId")
55244
+ self._InOutId = params.get("InOutId")
55245
+ self._InOutType = params.get("InOutType")
55246
+ self._FlowRegion = params.get("FlowRegion")
55247
+ memeber_set = set(params.keys())
55248
+ for name, value in vars(self).items():
55249
+ property_name = name[1:]
55250
+ if property_name in memeber_set:
55251
+ memeber_set.remove(property_name)
55252
+ if len(memeber_set) > 0:
55253
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
55254
+
55255
+
55256
+
54412
55257
  class UrlInputInfo(AbstractModel):
54413
55258
  """媒体处理 URL 对象信息。
54414
55259
 
@@ -55488,6 +56333,7 @@ class VideoTemplateInfo(AbstractModel):
55488
56333
  <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
55489
56334
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
55490
56335
  默认值:0。
56336
+ 注意:Codec为MV-HEVC时可以支持到7680
55491
56337
  :type Width: int
55492
56338
  :param _Height: 视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
55493
56339
  <li>当 Width、Height 均为 0,则分辨率同源;</li>
@@ -55495,6 +56341,7 @@ class VideoTemplateInfo(AbstractModel):
55495
56341
  <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
55496
56342
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
55497
56343
  默认值:0。
56344
+ 注意:Codec为MV-HEVC时可以支持到7680
55498
56345
  :type Height: int
55499
56346
  :param _Gop: 关键帧 I 帧之间的间隔,允许按帧或秒自定义GOP长度,取值范围:0 和 [1, 100000],
55500
56347
  当填 0 或不填时,系统将自动设置 gop 长度。
@@ -55727,6 +56574,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
55727
56574
  <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
55728
56575
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
55729
56576
  默认值:0。
56577
+ 注意:Codec为MV-HEVC时可以支持到7680
55730
56578
  :rtype: int
55731
56579
  """
55732
56580
  return self._Width
@@ -55743,6 +56591,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
55743
56591
  <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
55744
56592
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
55745
56593
  默认值:0。
56594
+ 注意:Codec为MV-HEVC时可以支持到7680
55746
56595
  :rtype: int
55747
56596
  """
55748
56597
  return self._Height
@@ -56154,9 +57003,11 @@ class VideoTemplateInfoForUpdate(AbstractModel):
56154
57003
  <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
56155
57004
  <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
56156
57005
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
57006
+ 注意:Codec为MV-HEVC时可以支持到7680
56157
57007
  注意:此字段可能返回 null,表示取不到有效值。
56158
57008
  :type Width: int
56159
57009
  :param _Height: 视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
57010
+ 注意:Codec为MV-HEVC时可以支持到7680
56160
57011
  注意:此字段可能返回 null,表示取不到有效值。
56161
57012
  :type Height: int
56162
57013
  :param _Gop: 关键帧 I 帧之间的间隔,允许按帧或秒自定义GOP长度,取值范围:0 和 [1, 100000]。
@@ -56403,6 +57254,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
56403
57254
  <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
56404
57255
  <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
56405
57256
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
57257
+ 注意:Codec为MV-HEVC时可以支持到7680
56406
57258
  注意:此字段可能返回 null,表示取不到有效值。
56407
57259
  :rtype: int
56408
57260
  """
@@ -56415,6 +57267,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
56415
57267
  @property
56416
57268
  def Height(self):
56417
57269
  """视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
57270
+ 注意:Codec为MV-HEVC时可以支持到7680
56418
57271
  注意:此字段可能返回 null,表示取不到有效值。
56419
57272
  :rtype: int
56420
57273
  """