tencentcloud-sdk-vod 1.0.330 → 1.0.333

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 +16 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f405e1a6aefbab9d8084bacee2d9c3d1dc8c7076
4
- data.tar.gz: f8a3b2385e9ab7ae25e52383570937201785b337
3
+ metadata.gz: ef28858544666a6d2d4287646b0b01b86e6a350c
4
+ data.tar.gz: 57a6c3eb7f694d4038fea3f8f1406fde5e83f568
5
5
  SHA512:
6
- metadata.gz: c6c37a0b32ca309ac5ff25ae0493f3487d1218e4c2ee154f9e20795f08978111ff8156a780c30e268f85b56552f3250eaa9b6ec00979a90ed564870708409c5d
7
- data.tar.gz: 7125dc25b99b1751b584f6fd6eac8e42678d15090c54e8afe413c7649f4fdd447d7afb32a1e9adeb6835177ed063ff2eb92fd38cbf10abe0246613f00b55d7ce
6
+ metadata.gz: 93519a7bf3c726abde3675c3a5a9d1e9649d7c3c4992000ba5a8b1ca6ee7321db9683390857c46481d9395d03eb092b0cda7783100f2ff8b20e11a0c13da8315
7
+ data.tar.gz: 2ffe90247617799aa74dc0dcb03b88e57325ed4ac33ebeaf5036102514e7fae350f24ea992d6cb1e52085a45f5ee44133c665bdc1e8a84a066553b264e52598a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.330
1
+ 1.0.333
@@ -3854,8 +3854,9 @@ module TencentCloud
3854
3854
  # <li>libmp3lame:更适合 flv;</li>
3855
3855
  # <li>mp2。</li>
3856
3856
  # 当外层参数 Container 为 hls 时,可选值为:
3857
- # <li>libfdk_aac;</li>
3858
- # <li>libmp3lame。</li>
3857
+ # <li>libfdk_aac。</li>
3858
+ # 当外层参数 Format 为 HLS 或 MPEG-DASH 时,可选值为:
3859
+ # <li>libfdk_aac。</li>
3859
3860
  # @type Codec: String
3860
3861
  # @param Bitrate: 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
3861
3862
  # 当取值为 0,表示音频码率和原始音频保持一致。
@@ -3907,8 +3908,9 @@ module TencentCloud
3907
3908
  # <li>libmp3lame:更适合 flv;</li>
3908
3909
  # <li>mp2。</li>
3909
3910
  # 当外层参数 Container 为 hls 时,可选值为:
3910
- # <li>libfdk_aac;</li>
3911
- # <li>libmp3lame。</li>
3911
+ # <li>libfdk_aac。</li>
3912
+ # 当外层参数 Format 为 HLS 或 MPEG-DASH 时,可选值为:
3913
+ # <li>libfdk_aac。</li>
3912
3914
  # @type Codec: String
3913
3915
  # @param Bitrate: 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示音频码率和原始音频保持一致。
3914
3916
  # @type Bitrate: Integer
@@ -5080,7 +5082,8 @@ module TencentCloud
5080
5082
  # CreateAdaptiveDynamicStreamingTemplate请求参数结构体
5081
5083
  class CreateAdaptiveDynamicStreamingTemplateRequest < TencentCloud::Common::AbstractModel
5082
5084
  # @param Format: 自适应转码格式,取值范围:
5083
- # <li>HLS。</li>
5085
+ # <li>HLS;</li>
5086
+ # <li>MPEG-DASH。</li>
5084
5087
  # @type Format: String
5085
5088
  # @param StreamInfos: 自适应转码输出子流参数信息,最多输出10路子流。
5086
5089
  # 注意:各个子流的帧率必须保持一致;如果不一致,采用第一个子流的帧率作为输出帧率。
@@ -13779,10 +13782,13 @@ module TencentCloud
13779
13782
  class ModifyAdaptiveDynamicStreamingTemplateRequest < TencentCloud::Common::AbstractModel
13780
13783
  # @param Definition: 自适应转码模板唯一标识。
13781
13784
  # @type Definition: Integer
13785
+ # @param SubAppId: <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
13786
+ # @type SubAppId: Integer
13782
13787
  # @param Name: 模板名称,长度限制:64 个字符。
13783
13788
  # @type Name: String
13784
13789
  # @param Format: 自适应转码格式,取值范围:
13785
- # <li>HLS。</li>
13790
+ # <li>HLS;</li>
13791
+ # <li>MPEG-DASH。</li>
13786
13792
  # @type Format: String
13787
13793
  # @param DisableHigherVideoBitrate: 是否禁止视频低码率转高码率,取值范围:
13788
13794
  # <li>0:否,</li>
@@ -13797,24 +13803,23 @@ module TencentCloud
13797
13803
  # @type StreamInfos: Array
13798
13804
  # @param Comment: 模板描述信息,长度限制:256 个字符。
13799
13805
  # @type Comment: String
13800
- # @param SubAppId: 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13801
- # @type SubAppId: Integer
13802
13806
 
13803
- attr_accessor :Definition, :Name, :Format, :DisableHigherVideoBitrate, :DisableHigherVideoResolution, :StreamInfos, :Comment, :SubAppId
13807
+ attr_accessor :Definition, :SubAppId, :Name, :Format, :DisableHigherVideoBitrate, :DisableHigherVideoResolution, :StreamInfos, :Comment
13804
13808
 
13805
- def initialize(definition=nil, name=nil, format=nil, disablehighervideobitrate=nil, disablehighervideoresolution=nil, streaminfos=nil, comment=nil, subappid=nil)
13809
+ def initialize(definition=nil, subappid=nil, name=nil, format=nil, disablehighervideobitrate=nil, disablehighervideoresolution=nil, streaminfos=nil, comment=nil)
13806
13810
  @Definition = definition
13811
+ @SubAppId = subappid
13807
13812
  @Name = name
13808
13813
  @Format = format
13809
13814
  @DisableHigherVideoBitrate = disablehighervideobitrate
13810
13815
  @DisableHigherVideoResolution = disablehighervideoresolution
13811
13816
  @StreamInfos = streaminfos
13812
13817
  @Comment = comment
13813
- @SubAppId = subappid
13814
13818
  end
13815
13819
 
13816
13820
  def deserialize(params)
13817
13821
  @Definition = params['Definition']
13822
+ @SubAppId = params['SubAppId']
13818
13823
  @Name = params['Name']
13819
13824
  @Format = params['Format']
13820
13825
  @DisableHigherVideoBitrate = params['DisableHigherVideoBitrate']
@@ -13828,7 +13833,6 @@ module TencentCloud
13828
13833
  end
13829
13834
  end
13830
13835
  @Comment = params['Comment']
13831
- @SubAppId = params['SubAppId']
13832
13836
  end
13833
13837
  end
13834
13838
 
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: 1.0.330
4
+ version: 1.0.333
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-06-09 00:00:00.000000000 Z
11
+ date: 2022-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common