tencentcloud-sdk-trtc 3.0.652 → 3.0.653

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: 270d80160b934bb1163cbcdaf1c7013f646677ad
4
- data.tar.gz: 13a5f1f2930d123050b2266903dd933be71e1dfb
3
+ metadata.gz: 3c5680fc0aa315681c3611d902f94d6dab268516
4
+ data.tar.gz: ad95be93efc395fd67c7deac2afa7ff7d7782fdf
5
5
  SHA512:
6
- metadata.gz: e77e5dd6748729ce97db6df7f9ef1e2f03f19226ef2ff5ccf96554c8d86d4ad1d367c8786141dedb050bd9ddf360b1bf0ecca5e78c88164045a33b15ba58c051
7
- data.tar.gz: 4279b313fff238cace3d718b99e148b9a3a078852e972500d018305ec91b2be4b145a6e1bc61bd037619118ce06d14c3d705aeafd52687f9816bf2a943e2c16c
6
+ metadata.gz: 0f523a3b525a502e8d858fdb5765663def5bb658d99f1b2beac2dca5ca532d8789308a4f94a38d0eca6640b4b9d441b2565a3123126bb6dff3db30ee08bb2930
7
+ data.tar.gz: 1cb5a0ed51ac7a76f4a0111ee4c3214ba2975001190e84d66bf514e6f29ff8bbc6169e761f066b367a018cb21c7ce76ea791b572f675ffaedb609f507014c924
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.652
1
+ 3.0.653
@@ -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.653
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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common