tencentcloud-sdk-live 3.0.794 → 3.0.795

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: 9a644c2a28cee5b61bbe791282872a943c1176a2
4
- data.tar.gz: 70f686f2f252e0bf2cc4e673e5e8e77dec259714
3
+ metadata.gz: b68b23e9ae83dd0d7e626a6ad1fba2af977e49a2
4
+ data.tar.gz: 5b3d401a8f87029ebc7c59c298c0f1febd1fc4c2
5
5
  SHA512:
6
- metadata.gz: 590009cc71824f64d80e6439a3da37146ea41436acf832b4f63ef627c880075681bd6f7ed30221f3541024f34291db5005dfef52002fe981bed97242bd8c74bf
7
- data.tar.gz: f675486cd774fac4ad8086f03dbc0aeeefd09fd02951da906d36378c9971130f58dda285e0482a5cda1c76da229a23a5a68125ac0659fb32f616cc978e533115
6
+ metadata.gz: 1c2c87c461505de91d88ffc983154530fc44d26362cb647ef284f92151e8aafb6b6dcac4a63285f3ab8be8ee3c52102b0fd9d1e8b6d56b7c6bd9fb90d3c923a9
7
+ data.tar.gz: d023a12eaf0deb28cc6cee8d716c9a98360ceff8f7adf4fb0ae67f53bc51502f68dadd93a1f522826069df8e13a16759548ab507e6a44ff07db9e0cd9ea53e63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.794
1
+ 3.0.795
@@ -11357,13 +11357,16 @@ module TencentCloud
11357
11357
  # @param RemoveWatermark: 是否去除水印。
11358
11358
  # 注意:此字段可能返回 null,表示取不到有效值。
11359
11359
  # @type RemoveWatermark: Boolean
11360
+ # @param CosStore: 是否存储至cos
11361
+ # 注意:此字段可能返回 null,表示取不到有效值。
11362
+ # @type CosStore: Integer
11360
11363
  # @param FlvSpecialParam: FLV 录制定制参数。
11361
11364
  # 注意:此字段可能返回 null,表示取不到有效值。
11362
11365
  # @type FlvSpecialParam: :class:`Tencentcloud::Live.v20180801.models.FlvSpecialParam`
11363
11366
 
11364
- attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark, :FlvSpecialParam
11367
+ attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark, :CosStore, :FlvSpecialParam
11365
11368
 
11366
- def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil, flvspecialparam=nil)
11369
+ def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil, cosstore=nil, flvspecialparam=nil)
11367
11370
  @TemplateId = templateid
11368
11371
  @TemplateName = templatename
11369
11372
  @Description = description
@@ -11375,6 +11378,7 @@ module TencentCloud
11375
11378
  @HlsSpecialParam = hlsspecialparam
11376
11379
  @Mp3Param = mp3param
11377
11380
  @RemoveWatermark = removewatermark
11381
+ @CosStore = cosstore
11378
11382
  @FlvSpecialParam = flvspecialparam
11379
11383
  end
11380
11384
 
@@ -11408,6 +11412,7 @@ module TencentCloud
11408
11412
  @Mp3Param.deserialize(params['Mp3Param'])
11409
11413
  end
11410
11414
  @RemoveWatermark = params['RemoveWatermark']
11415
+ @CosStore = params['CosStore']
11411
11416
  unless params['FlvSpecialParam'].nil?
11412
11417
  @FlvSpecialParam = FlvSpecialParam.new
11413
11418
  @FlvSpecialParam.deserialize(params['FlvSpecialParam'])
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.794
4
+ version: 3.0.795
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common