tencentcloud-sdk-live 3.0.1186 → 3.0.1193

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b8ef59e56b3dbb9577ee1ae293f252f46bc132d
4
- data.tar.gz: 66ac42b018276e43643fa7b177006d5eb9f00b8a
3
+ metadata.gz: ab490b26d4369d6fd4b5708e02ef5e79644040df
4
+ data.tar.gz: b56307b14c0b674feb194cfa486e26bdc7255724
5
5
  SHA512:
6
- metadata.gz: 825270331b73adf9afe636a3cab4248850787a00162d049cf8a770ba8db2195f68a401b6a877aedd89baedd6911956cb9976620000eff333e265020d98883c20
7
- data.tar.gz: 83be72e24f3330a7fe6c868cd245846bd83e172f1191afdfaec7b30308a7b4f04a865a84e4fb9153a62f99874aafb416947ac91d0611b1894be123a982a34a54
6
+ metadata.gz: e0f90200723776937f4f29495602f4ec0da7fceaba1bc614dc2ceb6c553924e82ebce8c0a4ee7a117a523a75be4b42966a4cf8e7a1520594131c39c9d27fd2c4
7
+ data.tar.gz: b6ddcf3f53d34cb4d77b5160bf023cbfbd7f0e351a9d2dd64a22631f2b31caad8a5d613c06c0ea02382d0d44f8320bd40d1c991323ea1ded76417fbe74dbc3a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1186
1
+ 3.0.1193
@@ -3588,6 +3588,30 @@ module TencentCloud
3588
3588
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3589
3589
  end
3590
3590
 
3591
+ # 查询拉流转推任务流数据统计信息。
3592
+
3593
+ # @param request: Request instance for DescribePullTransformPushInfoList.
3594
+ # @type request: :class:`Tencentcloud::live::V20180801::DescribePullTransformPushInfoListRequest`
3595
+ # @rtype: :class:`Tencentcloud::live::V20180801::DescribePullTransformPushInfoListResponse`
3596
+ def DescribePullTransformPushInfoList(request)
3597
+ body = send_request('DescribePullTransformPushInfoList', request.serialize)
3598
+ response = JSON.parse(body)
3599
+ if response['Response'].key?('Error') == false
3600
+ model = DescribePullTransformPushInfoListResponse.new
3601
+ model.deserialize(response['Response'])
3602
+ model
3603
+ else
3604
+ code = response['Response']['Error']['Code']
3605
+ message = response['Response']['Error']['Message']
3606
+ reqid = response['Response']['RequestId']
3607
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
3608
+ end
3609
+ rescue TencentCloud::Common::TencentCloudSDKException => e
3610
+ raise e
3611
+ rescue StandardError => e
3612
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3613
+ end
3614
+
3591
3615
  # 直播推流带宽和流量数据查询。
3592
3616
  # 推流计费会先取全球推流用量和全球播放用量进行比较,满足计费条件后再按各地区用量出账。详情参见[计费文档](https://cloud.tencent.com/document/product/267/34175)。
3593
3617
 
@@ -8667,21 +8667,13 @@ module TencentCloud
8667
8667
 
8668
8668
  # DescribeLiveTranscodeTotalInfo请求参数结构体
8669
8669
  class DescribeLiveTranscodeTotalInfoRequest < TencentCloud::Common::AbstractModel
8670
- # @param StartTime: 开始时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:
8671
- # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
8672
- # 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
8670
+ # @param StartTime: <p>开始时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
8673
8671
  # @type StartTime: String
8674
- # @param EndTime: 结束时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:
8675
- # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
8676
- # 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
8672
+ # @param EndTime: <p>结束时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
8677
8673
  # @type EndTime: String
8678
- # @param PushDomains: 推流域名列表,若不填,表示查询所有域名总体数据。
8679
- # 指定域名时返回1小时粒度数据。
8674
+ # @param PushDomains: <p>推流域名列表,若不填,表示查询所有域名总体数据。指定域名时返回1小时粒度数据。</p>
8680
8675
  # @type PushDomains: Array
8681
- # @param MainlandOrOversea: 可选值:
8682
- # Mainland:查询中国大陆(境内)数据,
8683
- # Oversea:则查询国际/港澳台(境外)数据,
8684
- # 默认:查询全球地区(境内+境外)的数据。
8676
+ # @param MainlandOrOversea: <p>可选值:Mainland:查询中国大陆(境内)数据,Oversea:则查询国际/港澳台(境外)数据,默认:查询全球地区(境内+境外)的数据。</p>
8685
8677
  # @type MainlandOrOversea: String
8686
8678
 
8687
8679
  attr_accessor :StartTime, :EndTime, :PushDomains, :MainlandOrOversea
@@ -8703,7 +8695,7 @@ module TencentCloud
8703
8695
 
8704
8696
  # DescribeLiveTranscodeTotalInfo返回参数结构体
8705
8697
  class DescribeLiveTranscodeTotalInfoResponse < TencentCloud::Common::AbstractModel
8706
- # @param DataInfoList: 统计数据列表。
8698
+ # @param DataInfoList: <p>统计数据列表。</p>
8707
8699
  # @type DataInfoList: Array
8708
8700
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8709
8701
  # @type RequestId: String
@@ -9471,6 +9463,61 @@ module TencentCloud
9471
9463
  end
9472
9464
  end
9473
9465
 
9466
+ # DescribePullTransformPushInfoList请求参数结构体
9467
+ class DescribePullTransformPushInfoListRequest < TencentCloud::Common::AbstractModel
9468
+ # @param StartTime: utc开始时间,格式为:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I,
9469
+ # 例如:北京时间2019-01-08 10:00:00,对应utc时间为:2019-01-08T10:00:00+08:00。
9470
+ # 支持最近一个月的查询。
9471
+ # @type StartTime: String
9472
+ # @param EndTime: utc结束时间,格式为:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I,
9473
+ # 例如:北京时间2019-01-08 10:00:00,对应utc时间为:2019-01-08T10:00:00+08:00。
9474
+ # 支持最近一个月的查询,时间跨度为一个月。
9475
+ # @type EndTime: String
9476
+ # @param TaskId: 拉流转推任务Id。
9477
+ # @type TaskId: String
9478
+
9479
+ attr_accessor :StartTime, :EndTime, :TaskId
9480
+
9481
+ def initialize(starttime=nil, endtime=nil, taskid=nil)
9482
+ @StartTime = starttime
9483
+ @EndTime = endtime
9484
+ @TaskId = taskid
9485
+ end
9486
+
9487
+ def deserialize(params)
9488
+ @StartTime = params['StartTime']
9489
+ @EndTime = params['EndTime']
9490
+ @TaskId = params['TaskId']
9491
+ end
9492
+ end
9493
+
9494
+ # DescribePullTransformPushInfoList返回参数结构体
9495
+ class DescribePullTransformPushInfoListResponse < TencentCloud::Common::AbstractModel
9496
+ # @param DataInfoList: 拉流任务流信息列表。
9497
+ # @type DataInfoList: Array
9498
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9499
+ # @type RequestId: String
9500
+
9501
+ attr_accessor :DataInfoList, :RequestId
9502
+
9503
+ def initialize(datainfolist=nil, requestid=nil)
9504
+ @DataInfoList = datainfolist
9505
+ @RequestId = requestid
9506
+ end
9507
+
9508
+ def deserialize(params)
9509
+ unless params['DataInfoList'].nil?
9510
+ @DataInfoList = []
9511
+ params['DataInfoList'].each do |i|
9512
+ turnpushinfo_tmp = TurnPushInfo.new
9513
+ turnpushinfo_tmp.deserialize(i)
9514
+ @DataInfoList << turnpushinfo_tmp
9515
+ end
9516
+ end
9517
+ @RequestId = params['RequestId']
9518
+ end
9519
+ end
9520
+
9474
9521
  # DescribePullTransformPushInfo请求参数结构体
9475
9522
  class DescribePullTransformPushInfoRequest < TencentCloud::Common::AbstractModel
9476
9523
  # @param StartTime: 起始时间点,接口查询支持两种时间格式:
@@ -15739,6 +15786,42 @@ module TencentCloud
15739
15786
  end
15740
15787
  end
15741
15788
 
15789
+ # 拉流转推任务流数据信息。
15790
+ class TurnPushInfo < TencentCloud::Common::AbstractModel
15791
+ # @param VideoFps: 视频帧率,单位fps。
15792
+ # @type VideoFps: Integer
15793
+ # @param AudioFps: 音频帧率,单位fps。
15794
+ # @type AudioFps: Integer
15795
+ # @param VideoRate: 视频码率,单位bps。
15796
+ # @type VideoRate: Integer
15797
+ # @param AudioRate: 音频码率,单位bps。
15798
+ # @type AudioRate: Integer
15799
+ # @param StreamFlag: 流标识。
15800
+ # @type StreamFlag: String
15801
+ # @param Time: 时间,utc格式:yyyy-mm-ddTHH:MM:SSZ,参考https://cloud.tencent.com/document/product/266/11732#I。
15802
+ # @type Time: String
15803
+
15804
+ attr_accessor :VideoFps, :AudioFps, :VideoRate, :AudioRate, :StreamFlag, :Time
15805
+
15806
+ def initialize(videofps=nil, audiofps=nil, videorate=nil, audiorate=nil, streamflag=nil, time=nil)
15807
+ @VideoFps = videofps
15808
+ @AudioFps = audiofps
15809
+ @VideoRate = videorate
15810
+ @AudioRate = audiorate
15811
+ @StreamFlag = streamflag
15812
+ @Time = time
15813
+ end
15814
+
15815
+ def deserialize(params)
15816
+ @VideoFps = params['VideoFps']
15817
+ @AudioFps = params['AudioFps']
15818
+ @VideoRate = params['VideoRate']
15819
+ @AudioRate = params['AudioRate']
15820
+ @StreamFlag = params['StreamFlag']
15821
+ @Time = params['Time']
15822
+ end
15823
+ end
15824
+
15742
15825
  # UnBindLiveDomainCert请求参数结构体
15743
15826
  class UnBindLiveDomainCertRequest < TencentCloud::Common::AbstractModel
15744
15827
  # @param DomainName: 播放域名。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1186
4
+ version: 3.0.1193
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-21 00:00:00.000000000 Z
11
+ date: 2025-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common