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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190722/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73533c0934624cff70ee129dd805158caa983994
|
4
|
+
data.tar.gz: 89d2bd1d9efbe7f988754f074606098e6153cb89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc3056320940bea99ccdc05606990b26a80a720d34c97b3d05d1f76b6e6689fdad692641186c6741f7226c3ed35267a96ff5be87cc71f3be275ce79135dce4f6
|
7
|
+
data.tar.gz: cfce7197b98b875270a02f1d670e337ec7d5f1ccd65eab19b9ac287ffa92fe580359bd7e62d09091c302b443cc57ef61abefb9428104cb423d84624533ed3e61
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.615
|
data/lib/v20190722/models.rb
CHANGED
@@ -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.
|
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-
|
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
|