tencentcloud-sdk-trtc 3.0.613 → 3.0.615

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: c4243bb038dc0c5d66bb39fa3e459123ef82c0eb
4
- data.tar.gz: 42e049133c486edea59521db384c12df7b4a682b
3
+ metadata.gz: 73533c0934624cff70ee129dd805158caa983994
4
+ data.tar.gz: 89d2bd1d9efbe7f988754f074606098e6153cb89
5
5
  SHA512:
6
- metadata.gz: 80aa00dfb0f05c35b2c506d69024d0c61bfa71058e0cd3a88f649f8e056ad8537e5df212b93f5f5b646f1ec0054aad56e9b7c02cb69cc24aaadba8283052c33d
7
- data.tar.gz: 67a0b077e43897b06e53319aa1565834156f62de121d002b2c5ab302b0322b783ba77cd07500cde562845b8491a1e3b6755c35fca5b5e8418c5b4b345b691e36
6
+ metadata.gz: dc3056320940bea99ccdc05606990b26a80a720d34c97b3d05d1f76b6e6689fdad692641186c6741f7226c3ed35267a96ff5be87cc71f3be275ce79135dce4f6
7
+ data.tar.gz: cfce7197b98b875270a02f1d670e337ec7d5f1ccd65eab19b9ac287ffa92fe580359bd7e62d09091c302b443cc57ef61abefb9428104cb423d84624533ed3e61
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.613
1
+ 3.0.615
@@ -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
@@ -3265,7 +3265,7 @@ module TencentCloud
3265
3265
  # @type EncodeParams: :class:`Tencentcloud::Trtc.v20190722.models.EncodeParams`
3266
3266
  # @param LayoutParams: 混流输出布局参数。
3267
3267
  # @type LayoutParams: :class:`Tencentcloud::Trtc.v20190722.models.LayoutParams`
3268
- # @param PublishCdnParams: 第三方CDN转推参数。
3268
+ # @param PublishCdnParams: 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推
3269
3269
  # @type PublishCdnParams: :class:`Tencentcloud::Trtc.v20190722.models.PublishCdnParams`
3270
3270
 
3271
3271
  attr_accessor :SdkAppId, :StrRoomId, :OutputParams, :EncodeParams, :LayoutParams, :PublishCdnParams
@@ -3329,7 +3329,7 @@ module TencentCloud
3329
3329
  # @type EncodeParams: :class:`Tencentcloud::Trtc.v20190722.models.EncodeParams`
3330
3330
  # @param LayoutParams: 混流输出布局参数。
3331
3331
  # @type LayoutParams: :class:`Tencentcloud::Trtc.v20190722.models.LayoutParams`
3332
- # @param PublishCdnParams: 第三方CDN转推参数。
3332
+ # @param PublishCdnParams: 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推
3333
3333
  # @type PublishCdnParams: :class:`Tencentcloud::Trtc.v20190722.models.PublishCdnParams`
3334
3334
 
3335
3335
  attr_accessor :SdkAppId, :RoomId, :OutputParams, :EncodeParams, :LayoutParams, :PublishCdnParams
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.615
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common