tencentcloud-sdk-trtc 3.0.380 → 3.0.381

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: ff3126b5728e20a9eeda34f2d07a73246e70a9d6
4
- data.tar.gz: 80ccb342a60afac2040cb19046230c950456e0dc
3
+ metadata.gz: 9a7113f135dd0006ba76e04933f5b8b639305df4
4
+ data.tar.gz: 1803f84b4da649a7c792df153cc7ac33cfacc416
5
5
  SHA512:
6
- metadata.gz: 6eabb7c746517a221892afcb8b53e5d0fdf6d6145af7df1bd3b4076427c8e09ea2bc3990c6ba9ef070d3afcee0043430bd3c3cb19e8b0fa33641daaad2fd1f0d
7
- data.tar.gz: 3789c2d454805ae1383fdcc680b347e7a9c4e20d30c7d26d85a105a42c8a2a812648987a760878cc0d952703291802c575bfdff75fba9d53b7575ac521faf0e8
6
+ metadata.gz: f4ad47d84eadffefdcddbd6efed9f2da4139966b56f1ed8e6be99a1e1f9b9e15cc90626ca6b2a64bc1e1fa8f918f6a5b6f8d1f2d8b3075fc72b621a28987c457
7
+ data.tar.gz: a4892c116831c7d3231e8a02f460b15ff30867f362b36b6626afecdfa001a69691b969fa7a1e1af0e448c5365a561046eaadc1ff49d15aefa865ea3f29ce75cf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.380
1
+ 3.0.381
@@ -2288,8 +2288,8 @@ module TencentCloud
2288
2288
  # 云端录制控制参数。
2289
2289
  class RecordParams < TencentCloud::Common::AbstractModel
2290
2290
  # @param RecordMode: 录制模式:
2291
- # 1:单流录制,分别录制房间的订阅UserId的音频和视频,将录制文件(M3U8/TS)上传至云存储;
2292
- # 2:混流录制,将房间内订阅UserId的音视频混录成一个音视频文件,将录制文件[M3U8/TS]上传至云存储;
2291
+ # 1:单流录制,分别录制房间的订阅UserId的音频和视频,将录制文件上传至云存储;
2292
+ # 2:混流录制,将房间内订阅UserId的音视频混录成一个音视频文件,将录制文件上传至云存储;
2293
2293
  # @type RecordMode: Integer
2294
2294
  # @param MaxIdleTime: 房间内持续没有主播的状态超过MaxIdleTime的时长,自动停止录制,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。
2295
2295
  # @type MaxIdleTime: Integer
@@ -2300,7 +2300,7 @@ module TencentCloud
2300
2300
  # @type StreamType: Integer
2301
2301
  # @param SubscribeStreamUserIds: 指定订阅流白名单或者黑名单。
2302
2302
  # @type SubscribeStreamUserIds: :class:`Tencentcloud::Trtc.v20190722.models.SubscribeStreamUserIds`
2303
- # @param OutputFormat: 输出文件的格式。0:(默认)输出文件为hls格式。1:输出文件格式为hls+mp4(hls录制完成后转mp4文件)
2303
+ # @param OutputFormat: 输出文件的格式,上传到云点播时此参数无效。0:(默认)输出文件为hls格式。1:输出文件格式为hls+mp4(hls录制完成后转mp4文件)
2304
2304
  # @type OutputFormat: Integer
2305
2305
 
2306
2306
  attr_accessor :RecordMode, :MaxIdleTime, :StreamType, :SubscribeStreamUserIds, :OutputFormat
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.380
4
+ version: 3.0.381
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-04 00:00:00.000000000 Z
11
+ date: 2022-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common