tencentcloud-sdk-trtc 3.0.512 → 3.0.513

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08394e9fd529eb82ba8353158d41b5e8bba7e745
4
- data.tar.gz: d62a49ab8482f4e69550ba0cd5935b524954c922
3
+ metadata.gz: 982e1406031023a9806e293b9c3db460e070b851
4
+ data.tar.gz: a840076299475f364fade36cadc20ae3fb2b1f3f
5
5
  SHA512:
6
- metadata.gz: ad37e1fccf518bc1c5fb941ab9e38e400118c2449a31286c0e1db93295acc128568aec263072044b2d5225bff8b1919ebc7d563af6029c1e462dd5aabd2661b0
7
- data.tar.gz: 9d272439bd4046170272486c65d4320ae0037f5c30f424782342e0e9638810f8cfc14205b9463e9af50b0dd872abd86a71edab790d6e460b572d9646fbd50ba1
6
+ metadata.gz: 1959a0c5d7b400e6c3b2eba0fec7956fee32feee483d8b7b075e1369b32e87eedd51bb73b191e55a49111cf6eefbe29c8af23383c5853c7affd6e993cecacf33
7
+ data.tar.gz: 7423f03936a551e0e4bc0db01c7d536381976a583359bfd0921fa323a7eb1a152ddd3f0fa63aabdd09ea72e0392c7d851643e87aac447c1af29d0c63bbd50dd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.512
1
+ 3.0.513
@@ -2844,10 +2844,13 @@ module TencentCloud
2844
2844
  # @param MaxMediaFileDuration: 如果是aac或者mp4文件格式,超过长度限制后,系统会自动拆分视频文件。单位:分钟。默认为1440min(24h),取值范围为1-1440。【单文件限制最大为2G,满足文件大小 >2G 或录制时长度 > 24h任意一个条件,文件都会自动切分】
2845
2845
  # Hls 格式录制此参数不生效。
2846
2846
  # @type MaxMediaFileDuration: Integer
2847
+ # @param MediaId: 指定录制主辅流,0:主流+辅流(默认);1:主流;2:辅流。
2848
+ # 注意:此字段可能返回 null,表示取不到有效值。
2849
+ # @type MediaId: Integer
2847
2850
 
2848
- attr_accessor :RecordMode, :MaxIdleTime, :StreamType, :SubscribeStreamUserIds, :OutputFormat, :AvMerge, :MaxMediaFileDuration
2851
+ attr_accessor :RecordMode, :MaxIdleTime, :StreamType, :SubscribeStreamUserIds, :OutputFormat, :AvMerge, :MaxMediaFileDuration, :MediaId
2849
2852
 
2850
- def initialize(recordmode=nil, maxidletime=nil, streamtype=nil, subscribestreamuserids=nil, outputformat=nil, avmerge=nil, maxmediafileduration=nil)
2853
+ def initialize(recordmode=nil, maxidletime=nil, streamtype=nil, subscribestreamuserids=nil, outputformat=nil, avmerge=nil, maxmediafileduration=nil, mediaid=nil)
2851
2854
  @RecordMode = recordmode
2852
2855
  @MaxIdleTime = maxidletime
2853
2856
  @StreamType = streamtype
@@ -2855,6 +2858,7 @@ module TencentCloud
2855
2858
  @OutputFormat = outputformat
2856
2859
  @AvMerge = avmerge
2857
2860
  @MaxMediaFileDuration = maxmediafileduration
2861
+ @MediaId = mediaid
2858
2862
  end
2859
2863
 
2860
2864
  def deserialize(params)
@@ -2868,6 +2872,7 @@ module TencentCloud
2868
2872
  @OutputFormat = params['OutputFormat']
2869
2873
  @AvMerge = params['AvMerge']
2870
2874
  @MaxMediaFileDuration = params['MaxMediaFileDuration']
2875
+ @MediaId = params['MediaId']
2871
2876
  end
2872
2877
  end
2873
2878
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.512
4
+ version: 3.0.513
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-20 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common