tencentcloud-sdk-trtc 3.0.652 → 3.0.654

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: 270d80160b934bb1163cbcdaf1c7013f646677ad
4
- data.tar.gz: 13a5f1f2930d123050b2266903dd933be71e1dfb
3
+ metadata.gz: 666c109299ef64ccafb89eeb433b35bb7554bbbc
4
+ data.tar.gz: 532c47f87441ba7b9c36f08d64e10b19c234ddd4
5
5
  SHA512:
6
- metadata.gz: e77e5dd6748729ce97db6df7f9ef1e2f03f19226ef2ff5ccf96554c8d86d4ad1d367c8786141dedb050bd9ddf360b1bf0ecca5e78c88164045a33b15ba58c051
7
- data.tar.gz: 4279b313fff238cace3d718b99e148b9a3a078852e972500d018305ec91b2be4b145a6e1bc61bd037619118ce06d14c3d705aeafd52687f9816bf2a943e2c16c
6
+ metadata.gz: dc54ebf83caf2b5dc8d8242e4da31f258aecdfa9eb01ed2665aa91116a0502eec2818e18a1ff1260e9191a4b4e611c972dbf332aa8a9e5eff2d6e6a7a11f8735
7
+ data.tar.gz: 1af534ceea56298573408d24f4a1b098d15daac0a153fae743c797acc9f25ecc0c9211b8921666174cdf48fde5a42f6398cd74c694fc794b5b11f9a40b3b1660
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.652
1
+ 3.0.654
@@ -3116,7 +3116,9 @@ module TencentCloud
3116
3116
  # @type StreamType: Integer
3117
3117
  # @param SubscribeStreamUserIds: 指定订阅流白名单或者黑名单。
3118
3118
  # @type SubscribeStreamUserIds: :class:`Tencentcloud::Trtc.v20190722.models.SubscribeStreamUserIds`
3119
- # @param OutputFormat: 输出文件的格式,上传到云点播时此参数无效,存储到云点播时请关注TencentVod内的MediaType参数。0:(默认)输出文件为hls格式。1:输出文件格式为hls+mp4。2:输出文件格式为hls+aac 。3:输出文件格式为mp4。4:输出文件格式为aac。
3119
+ # @param OutputFormat: 输出文件的格式(存储至COS等第三方存储时有效)。0:(默认)输出文件为hls格式。1:输出文件格式为hls+mp4。2:输出文件格式为hls+aac 。3:输出文件格式为mp4。4:输出文件格式为aac。
3120
+
3121
+ # 存储到云点播VOD时此参数无效,存储到VOD时请通过TencentVod(https://cloud.tencent.com/document/api/647/44055#TencentVod)内的MediaType设置。
3120
3122
  # @type OutputFormat: Integer
3121
3123
  # @param AvMerge: 单流录制模式下,用户的音视频是否合并,0:单流音视频不合并(默认)。1:单流音视频合并成一个ts。混流录制此参数无需设置,默认音视频合并。
3122
3124
  # @type AvMerge: Integer
@@ -4037,7 +4039,8 @@ module TencentCloud
4037
4039
  # @type SessionContext: String
4038
4040
  # @param SourceContext: 上传上下文,上传完成回调时透传。
4039
4041
  # @type SourceContext: String
4040
- # @param MediaType: 上传到vod平台的录制文件格式类型,0:mp4(默认), 1: hls, 2:aac(StreamType=1纯音频录制时有效)
4042
+ # @param MediaType: 上传到vod平台的录制文件格式类型,0:mp4(默认), 1: hls, 2:aac(StreamType=1纯音频录制时有效),
4043
+ # 3: hls+mp4, 4: hls+aac(StreamType=1纯音频录制时有效)。
4041
4044
  # @type MediaType: Integer
4042
4045
  # @param UserDefineRecordId: 仅支持API录制上传vod,该参数表示用户可以自定义录制文件名前缀,【限制长度为64字节,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)及下划线和连词符】。前缀与自动生成的录制文件名之间用__UserId_u_分开。
4043
4046
  # @type UserDefineRecordId: String
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.652
4
+ version: 3.0.654
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-09-05 00:00:00.000000000 Z
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-trtc.rb
37
- - lib/v20190722/client.rb
38
37
  - lib/v20190722/models.rb
38
+ - lib/v20190722/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: