tencentcloud-sdk-vod 1.0.330 → 1.0.331

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/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: 47a63535ff9020b00d50f8140faf68bb867bff45
4
+ data.tar.gz: e4b1df992fbd1a59ccafc975209df0e772107efb
5
5
  SHA512:
6
- metadata.gz: c6c37a0b32ca309ac5ff25ae0493f3487d1218e4c2ee154f9e20795f08978111ff8156a780c30e268f85b56552f3250eaa9b6ec00979a90ed564870708409c5d
7
- data.tar.gz: 7125dc25b99b1751b584f6fd6eac8e42678d15090c54e8afe413c7649f4fdd447d7afb32a1e9adeb6835177ed063ff2eb92fd38cbf10abe0246613f00b55d7ce
6
+ metadata.gz: 8f418022beb06728b786e59c571e49cde0f57ddb246967621f56ca21db990bfbb61d200f96ee198e5522bc79dab533cfc8cacbdb5da69a3166858b9afa5eef94
7
+ data.tar.gz: 0c129e9f7ccb54d8749f20cd02994522b33372404307fd29627a6c6b3810dbf58e1fc232f2a00e4d39d5f2995193eafdd3e027a2594434178624f6c0a73f04a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.330
1
+ 1.0.331
@@ -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.331
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common