tencentcloud-sdk-live 1.0.281 → 1.0.282

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180801/models.rb +19 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79736efa20d3d90b678c022ca42da04c6b016b09
4
- data.tar.gz: 5b0c8f752e96536ad3d5421b12ffd057313f8271
3
+ metadata.gz: 4a1c2aa6b924c0b38ab3f30579b7ded8a2d78fba
4
+ data.tar.gz: fbfa59ec215c77a7b7b11f8b47918d8aa87f53a3
5
5
  SHA512:
6
- metadata.gz: 29c3542ab519cc698fd346d4c6839d71f37b2de6b061cb944725f5410b791ea9e1ed9ba73b0c975a2bf2c415dcbccd82a47647c016546d488603674e5035e7f8
7
- data.tar.gz: 08a65b639ded1c5c24bb3e0cc1c1212e163a74a651e07dac82beb7941dbc21b4c1d908a9fbf629b53238349c4f3940a8862c92f1b032ee90f6ef252fcfc5c520
6
+ metadata.gz: ff9ac3808f662f7d07f015f96187e63b07864c3002f98ee86be22c0c4e9df9a0dc24411fbe5d2546e7b990d70f21541035cdcec8874dcf76a74728f6f7ae6447
7
+ data.tar.gz: 392a1677fd364777dc08c1cf91096ad2ce665df6eb035fc584703979c6ffcc0168ed83827c7a08ac84d742ce91a248ffca7daf6bb321b73d0bfaa2e71d102302
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.281
1
+ 1.0.282
@@ -1403,10 +1403,12 @@ module TencentCloud
1403
1403
  # @type HlsSpecialParam: :class:`Tencentcloud::Live.v20180801.models.HlsSpecialParam`
1404
1404
  # @param Mp3Param: Mp3录制参数,开启Mp3录制时设置。
1405
1405
  # @type Mp3Param: :class:`Tencentcloud::Live.v20180801.models.RecordParam`
1406
+ # @param RemoveWatermark: 是否去除水印,类型为慢直播时此参数无效。
1407
+ # @type RemoveWatermark: Boolean
1406
1408
 
1407
- attr_accessor :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param
1409
+ attr_accessor :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark
1408
1410
 
1409
- def initialize(templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil)
1411
+ def initialize(templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil)
1410
1412
  @TemplateName = templatename
1411
1413
  @Description = description
1412
1414
  @FlvParam = flvparam
@@ -1416,6 +1418,7 @@ module TencentCloud
1416
1418
  @IsDelayLive = isdelaylive
1417
1419
  @HlsSpecialParam = hlsspecialparam
1418
1420
  @Mp3Param = mp3param
1421
+ @RemoveWatermark = removewatermark
1419
1422
  end
1420
1423
 
1421
1424
  def deserialize(params)
@@ -1446,6 +1449,7 @@ module TencentCloud
1446
1449
  @Mp3Param = RecordParam.new
1447
1450
  @Mp3Param.deserialize(params['Mp3Param'])
1448
1451
  end
1452
+ @RemoveWatermark = params['RemoveWatermark']
1449
1453
  end
1450
1454
  end
1451
1455
 
@@ -7456,10 +7460,12 @@ module TencentCloud
7456
7460
  # @type HlsSpecialParam: :class:`Tencentcloud::Live.v20180801.models.HlsSpecialParam`
7457
7461
  # @param Mp3Param: MP3 录制参数,开启 MP3 录制时设置。
7458
7462
  # @type Mp3Param: :class:`Tencentcloud::Live.v20180801.models.RecordParam`
7463
+ # @param RemoveWatermark: 是否去除水印,类型为慢直播时此参数无效。
7464
+ # @type RemoveWatermark: Boolean
7459
7465
 
7460
- attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :HlsSpecialParam, :Mp3Param
7466
+ attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :HlsSpecialParam, :Mp3Param, :RemoveWatermark
7461
7467
 
7462
- def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, hlsspecialparam=nil, mp3param=nil)
7468
+ def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil)
7463
7469
  @TemplateId = templateid
7464
7470
  @TemplateName = templatename
7465
7471
  @Description = description
@@ -7469,6 +7475,7 @@ module TencentCloud
7469
7475
  @AacParam = aacparam
7470
7476
  @HlsSpecialParam = hlsspecialparam
7471
7477
  @Mp3Param = mp3param
7478
+ @RemoveWatermark = removewatermark
7472
7479
  end
7473
7480
 
7474
7481
  def deserialize(params)
@@ -7499,6 +7506,7 @@ module TencentCloud
7499
7506
  @Mp3Param = RecordParam.new
7500
7507
  @Mp3Param.deserialize(params['Mp3Param'])
7501
7508
  end
7509
+ @RemoveWatermark = params['RemoveWatermark']
7502
7510
  end
7503
7511
  end
7504
7512
 
@@ -8680,10 +8688,13 @@ module TencentCloud
8680
8688
  # @type HlsSpecialParam: :class:`Tencentcloud::Live.v20180801.models.HlsSpecialParam`
8681
8689
  # @param Mp3Param: MP3 录制参数。
8682
8690
  # @type Mp3Param: :class:`Tencentcloud::Live.v20180801.models.RecordParam`
8691
+ # @param RemoveWatermark: 是否去除水印。
8692
+ # 注意:此字段可能返回 null,表示取不到有效值。
8693
+ # @type RemoveWatermark: Boolean
8683
8694
 
8684
- attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param
8695
+ attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark
8685
8696
 
8686
- def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil)
8697
+ def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil)
8687
8698
  @TemplateId = templateid
8688
8699
  @TemplateName = templatename
8689
8700
  @Description = description
@@ -8694,6 +8705,7 @@ module TencentCloud
8694
8705
  @IsDelayLive = isdelaylive
8695
8706
  @HlsSpecialParam = hlsspecialparam
8696
8707
  @Mp3Param = mp3param
8708
+ @RemoveWatermark = removewatermark
8697
8709
  end
8698
8710
 
8699
8711
  def deserialize(params)
@@ -8725,6 +8737,7 @@ module TencentCloud
8725
8737
  @Mp3Param = RecordParam.new
8726
8738
  @Mp3Param.deserialize(params['Mp3Param'])
8727
8739
  end
8740
+ @RemoveWatermark = params['RemoveWatermark']
8728
8741
  end
8729
8742
  end
8730
8743
 
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: 1.0.281
4
+ version: 1.0.282
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-03-22 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common