tencentcloud-sdk-trtc 3.0.613 → 3.0.614

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: c4243bb038dc0c5d66bb39fa3e459123ef82c0eb
4
- data.tar.gz: 42e049133c486edea59521db384c12df7b4a682b
3
+ metadata.gz: 292b3a9d307b0b3762c6b04ec80e05a649d62a5c
4
+ data.tar.gz: ddf839fa881ead4f5a7091393c63ba1de02287f5
5
5
  SHA512:
6
- metadata.gz: 80aa00dfb0f05c35b2c506d69024d0c61bfa71058e0cd3a88f649f8e056ad8537e5df212b93f5f5b646f1ec0054aad56e9b7c02cb69cc24aaadba8283052c33d
7
- data.tar.gz: 67a0b077e43897b06e53319aa1565834156f62de121d002b2c5ab302b0322b783ba77cd07500cde562845b8491a1e3b6755c35fca5b5e8418c5b4b345b691e36
6
+ metadata.gz: b9ab659b7834451839f565661bd1f1c57355e3101760a3599b551f059d9c7badb87d53ad59d31ecbf95c2fdef5c5dc7a01bd8d0bfbf78e03a930bcf03cf50b0f
7
+ data.tar.gz: b1ae14df9fa5ed0b903d98700693c1bd37e9d5f3883299feeca2fad7e60826836688ede73c40cbf095a635b0a39943ed5c1ea5a2fb02f3864a9f16d38d36e8b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.613
1
+ 3.0.614
@@ -2895,7 +2895,7 @@ module TencentCloud
2895
2895
  # @type StreamType: Integer
2896
2896
  # @param SubscribeStreamUserIds: 指定订阅流白名单或者黑名单。
2897
2897
  # @type SubscribeStreamUserIds: :class:`Tencentcloud::Trtc.v20190722.models.SubscribeStreamUserIds`
2898
- # @param OutputFormat: 输出文件的格式,上传到云点播时此参数无效,存储到云点播时请关注TencentVod内的MediaType参数。0:(默认)输出文件为hls格式。1:输出文件格式为hls+mp4。2:输出文件格式为hls+aac 。
2898
+ # @param OutputFormat: 输出文件的格式,上传到云点播时此参数无效,存储到云点播时请关注TencentVod内的MediaType参数。0:(默认)输出文件为hls格式。1:输出文件格式为hls+mp4。2:输出文件格式为hls+aac 。3:输出文件格式为mp4。4:输出文件格式为aac。
2899
2899
  # @type OutputFormat: Integer
2900
2900
  # @param AvMerge: 单流录制模式下,用户的音视频是否合并,0:单流音视频不合并(默认)。1:单流音视频合并成一个ts。混流录制此参数无需设置,默认音视频合并。
2901
2901
  # @type AvMerge: Integer
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.613
4
+ version: 3.0.614
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-07-14 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common