tencentcloud-sdk-trtc 3.0.612 → 3.0.614

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: ece0eb87b28df51aed014f54da6ca69e7fafa7c3
4
- data.tar.gz: a33c558f24b5701ae4892e29c737e1eade0e8f89
3
+ metadata.gz: 292b3a9d307b0b3762c6b04ec80e05a649d62a5c
4
+ data.tar.gz: ddf839fa881ead4f5a7091393c63ba1de02287f5
5
5
  SHA512:
6
- metadata.gz: 5740f3fc1da54ededc81779f951c8396724b0d113fff8f28f38013da75fa072bb36fc3f90579c02d8eff1613f4f0eafa22465678abec27842f50ed2e6d66f263
7
- data.tar.gz: 46f2ef4042715ba936b5aac3a2a80ea0a5b2037d6201e6d7cf082912dd122113b1ef2781dd0cbc53ca4dcb7ed604797b1283e6d8590b53f7222c530ad844fff7
6
+ metadata.gz: b9ab659b7834451839f565661bd1f1c57355e3101760a3599b551f059d9c7badb87d53ad59d31ecbf95c2fdef5c5dc7a01bd8d0bfbf78e03a930bcf03cf50b0f
7
+ data.tar.gz: b1ae14df9fa5ed0b903d98700693c1bd37e9d5f3883299feeca2fad7e60826836688ede73c40cbf095a635b0a39943ed5c1ea5a2fb02f3864a9f16d38d36e8b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.612
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.612
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-13 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