tencentcloud-sdk-vod 3.0.425 → 3.0.427

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180717/models.rb +24 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16739c9b9769f2bd8beca21294359b9dd985a973
4
- data.tar.gz: b3c72f1258e5fa4e27017f6df9943b77a3a50939
3
+ metadata.gz: 2ca6cf0d4a02ff7c6cefe45cbc65af3e1311b8f6
4
+ data.tar.gz: c4699281086162c746139d349aa7f455cea16c09
5
5
  SHA512:
6
- metadata.gz: 7c0461a96217d41f3d8cc7257235a4023f72bb17c24bdd4336484c9ec7ba4de8de9bbcbc7dea7d7f28581f018a2994a05e705d8a13963e0be876781bfbd83c7f
7
- data.tar.gz: 2137550d8d70d35bc18be22095ac81f498ad63ed6c83bf30a629829cda2256499631f7c399aeffa10d43375baad7c40aa439b3d722241a81e502893106e75dde
6
+ metadata.gz: 20b6ec377c804549dde73e7b7b88f743633f8939942ee3a8a9199c3b036e23b48fabcc25269faa375f650d0b075394fea835f52fc6da20ece71ea750e8c28b58
7
+ data.tar.gz: 810e1edb05714ef5cbc05e2b6835c5020466f05a07e21432115b057cf7125a71af56f1ef8ae0b1506c27032ba9bf5fd1753bce56de69979ea6db118a2795dd14
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.425
1
+ 3.0.427
@@ -14061,15 +14061,18 @@ module TencentCloud
14061
14061
  # @type Codec: String
14062
14062
  # @param Fps: 帧率,单位:hz。
14063
14063
  # @type Fps: Integer
14064
+ # @param CodecTag: 编码标签,仅当 Codec 为 hevc 时有效。
14065
+ # @type CodecTag: String
14064
14066
 
14065
- attr_accessor :Bitrate, :Height, :Width, :Codec, :Fps
14067
+ attr_accessor :Bitrate, :Height, :Width, :Codec, :Fps, :CodecTag
14066
14068
 
14067
- def initialize(bitrate=nil, height=nil, width=nil, codec=nil, fps=nil)
14069
+ def initialize(bitrate=nil, height=nil, width=nil, codec=nil, fps=nil, codectag=nil)
14068
14070
  @Bitrate = bitrate
14069
14071
  @Height = height
14070
14072
  @Width = width
14071
14073
  @Codec = codec
14072
14074
  @Fps = fps
14075
+ @CodecTag = codectag
14073
14076
  end
14074
14077
 
14075
14078
  def deserialize(params)
@@ -14078,6 +14081,7 @@ module TencentCloud
14078
14081
  @Width = params['Width']
14079
14082
  @Codec = params['Codec']
14080
14083
  @Fps = params['Fps']
14084
+ @CodecTag = params['CodecTag']
14081
14085
  end
14082
14086
  end
14083
14087
 
@@ -21282,10 +21286,15 @@ module TencentCloud
21282
21286
  # <li>OFF: 无论原始文件是 HDR 还是 SDR,转码输出均为 SDR。</li>
21283
21287
  # 默认值:OFF。
21284
21288
  # @type PreserveHDRSwitch: String
21289
+ # @param CodecTag: 编码标签,仅当视频流的编码格式为 H.265 编码时有效,可选值:
21290
+ # <li>hvc1 表示 hvc1 标签;</li>
21291
+ # <li>hev1 表示 hev1 标签。 </li>
21292
+ # 默认值:hvc1。
21293
+ # @type CodecTag: String
21285
21294
 
21286
- attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :FillType, :Vcrf, :Gop, :PreserveHDRSwitch
21295
+ attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :FillType, :Vcrf, :Gop, :PreserveHDRSwitch, :CodecTag
21287
21296
 
21288
- def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, filltype=nil, vcrf=nil, gop=nil, preservehdrswitch=nil)
21297
+ def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, filltype=nil, vcrf=nil, gop=nil, preservehdrswitch=nil, codectag=nil)
21289
21298
  @Codec = codec
21290
21299
  @Fps = fps
21291
21300
  @Bitrate = bitrate
@@ -21296,6 +21305,7 @@ module TencentCloud
21296
21305
  @Vcrf = vcrf
21297
21306
  @Gop = gop
21298
21307
  @PreserveHDRSwitch = preservehdrswitch
21308
+ @CodecTag = codectag
21299
21309
  end
21300
21310
 
21301
21311
  def deserialize(params)
@@ -21309,6 +21319,7 @@ module TencentCloud
21309
21319
  @Vcrf = params['Vcrf']
21310
21320
  @Gop = params['Gop']
21311
21321
  @PreserveHDRSwitch = params['PreserveHDRSwitch']
21322
+ @CodecTag = params['CodecTag']
21312
21323
  end
21313
21324
  end
21314
21325
 
@@ -21361,10 +21372,15 @@ module TencentCloud
21361
21372
  # <li>ON: 如果原始文件是 HDR,则转码输出保持 HDR;否则转码输出为 SDR (Standard Dynamic Range)。</li>
21362
21373
  # <li>OFF: 无论原始文件是 HDR 还是 SDR,转码输出均为 SDR。</li>
21363
21374
  # @type PreserveHDRSwitch: String
21375
+ # @param CodecTag: 编码标签,仅当视频流的编码格式为 H.265 编码时有效,可选值:
21376
+ # <li>hvc1 表示 hvc1 标签;</li>
21377
+ # <li>hev1 表示 hev1 标签。 </li>
21378
+ # 默认值:hvc1。
21379
+ # @type CodecTag: String
21364
21380
 
21365
- attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :FillType, :Vcrf, :Gop, :PreserveHDRSwitch
21381
+ attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :FillType, :Vcrf, :Gop, :PreserveHDRSwitch, :CodecTag
21366
21382
 
21367
- def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, filltype=nil, vcrf=nil, gop=nil, preservehdrswitch=nil)
21383
+ def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, filltype=nil, vcrf=nil, gop=nil, preservehdrswitch=nil, codectag=nil)
21368
21384
  @Codec = codec
21369
21385
  @Fps = fps
21370
21386
  @Bitrate = bitrate
@@ -21375,6 +21391,7 @@ module TencentCloud
21375
21391
  @Vcrf = vcrf
21376
21392
  @Gop = gop
21377
21393
  @PreserveHDRSwitch = preservehdrswitch
21394
+ @CodecTag = codectag
21378
21395
  end
21379
21396
 
21380
21397
  def deserialize(params)
@@ -21388,6 +21405,7 @@ module TencentCloud
21388
21405
  @Vcrf = params['Vcrf']
21389
21406
  @Gop = params['Gop']
21390
21407
  @PreserveHDRSwitch = params['PreserveHDRSwitch']
21408
+ @CodecTag = params['CodecTag']
21391
21409
  end
21392
21410
  end
21393
21411
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.425
4
+ version: 3.0.427
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-10-11 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common