tencentcloud-sdk-vod 1.0.328 → 1.0.331

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: 4c380a4950bd9b0286a5a8af4b58a8c48bfda1e2
4
- data.tar.gz: dd49e81e28bd6ed97cb706f07c4ae551d6fb950b
3
+ metadata.gz: 47a63535ff9020b00d50f8140faf68bb867bff45
4
+ data.tar.gz: e4b1df992fbd1a59ccafc975209df0e772107efb
5
5
  SHA512:
6
- metadata.gz: 72010b37dde5aad2ce1db5b15add565dfa2a47be75af57092de27b22d81172132359c7c4b8fea13630a02c2cab49298712b84aca5713df25f6ef0f49ebd7b63a
7
- data.tar.gz: 0569af60cc0d74465cbc66e13bc8621e6298f89df53fab9c114f6d8054aca3b8506882db0821c9246942830b4385bd9521e797786b5a826b78cf3a90a868d871
6
+ metadata.gz: 8f418022beb06728b786e59c571e49cde0f57ddb246967621f56ca21db990bfbb61d200f96ee198e5522bc79dab533cfc8cacbdb5da69a3166858b9afa5eef94
7
+ data.tar.gz: 0c129e9f7ccb54d8749f20cd02994522b33372404307fd29627a6c6b3810dbf58e1fc232f2a00e4d39d5f2995193eafdd3e027a2594434178624f6c0a73f04a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.328
1
+ 1.0.331
@@ -3065,6 +3065,7 @@ module TencentCloud
3065
3065
  # 1. 预热指定的 URL 列表。
3066
3066
  # 2. URL 的域名必须已在云点播中注册。
3067
3067
  # 3. 单次请求最多指定20个 URL。
3068
+ # 4. 默认预热配额为每天10000个 URL。
3068
3069
 
3069
3070
  # @param request: Request instance for PushUrlCache.
3070
3071
  # @type request: :class:`Tencentcloud::vod::V20180717::PushUrlCacheRequest`
@@ -3600,6 +3600,8 @@ module TencentCloud
3600
3600
  class ApplyUploadRequest < TencentCloud::Common::AbstractModel
3601
3601
  # @param MediaType: 媒体类型,可选值请参考 [上传能力综述](/document/product/266/9760#.E6.96.87.E4.BB.B6.E7.B1.BB.E5.9E.8B)。
3602
3602
  # @type MediaType: String
3603
+ # @param SubAppId: <b>点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
3604
+ # @type SubAppId: Integer
3603
3605
  # @param MediaName: 媒体名称。
3604
3606
  # @type MediaName: String
3605
3607
  # @param CoverType: 封面类型,可选值请参考 [上传能力综述](/document/product/266/9760#.E6.96.87.E4.BB.B6.E7.B1.BB.E5.9E.8B)。
@@ -3619,13 +3621,12 @@ module TencentCloud
3619
3621
  # @type SessionContext: String
3620
3622
  # @param ExtInfo: 保留字段,特殊用途时使用。
3621
3623
  # @type ExtInfo: String
3622
- # @param SubAppId: 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
3623
- # @type SubAppId: Integer
3624
3624
 
3625
- attr_accessor :MediaType, :MediaName, :CoverType, :Procedure, :ExpireTime, :StorageRegion, :ClassId, :SourceContext, :SessionContext, :ExtInfo, :SubAppId
3625
+ attr_accessor :MediaType, :SubAppId, :MediaName, :CoverType, :Procedure, :ExpireTime, :StorageRegion, :ClassId, :SourceContext, :SessionContext, :ExtInfo
3626
3626
 
3627
- def initialize(mediatype=nil, medianame=nil, covertype=nil, procedure=nil, expiretime=nil, storageregion=nil, classid=nil, sourcecontext=nil, sessioncontext=nil, extinfo=nil, subappid=nil)
3627
+ def initialize(mediatype=nil, subappid=nil, medianame=nil, covertype=nil, procedure=nil, expiretime=nil, storageregion=nil, classid=nil, sourcecontext=nil, sessioncontext=nil, extinfo=nil)
3628
3628
  @MediaType = mediatype
3629
+ @SubAppId = subappid
3629
3630
  @MediaName = medianame
3630
3631
  @CoverType = covertype
3631
3632
  @Procedure = procedure
@@ -3635,11 +3636,11 @@ module TencentCloud
3635
3636
  @SourceContext = sourcecontext
3636
3637
  @SessionContext = sessioncontext
3637
3638
  @ExtInfo = extinfo
3638
- @SubAppId = subappid
3639
3639
  end
3640
3640
 
3641
3641
  def deserialize(params)
3642
3642
  @MediaType = params['MediaType']
3643
+ @SubAppId = params['SubAppId']
3643
3644
  @MediaName = params['MediaName']
3644
3645
  @CoverType = params['CoverType']
3645
3646
  @Procedure = params['Procedure']
@@ -3649,7 +3650,6 @@ module TencentCloud
3649
3650
  @SourceContext = params['SourceContext']
3650
3651
  @SessionContext = params['SessionContext']
3651
3652
  @ExtInfo = params['ExtInfo']
3652
- @SubAppId = params['SubAppId']
3653
3653
  end
3654
3654
  end
3655
3655
 
@@ -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
 
@@ -17170,7 +17174,7 @@ module TencentCloud
17170
17174
  class PushUrlCacheRequest < TencentCloud::Common::AbstractModel
17171
17175
  # @param Urls: 预热的 URL 列表,单次最多指定20个 URL。
17172
17176
  # @type Urls: Array
17173
- # @param SubAppId: 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
17177
+ # @param SubAppId: <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
17174
17178
  # @type SubAppId: Integer
17175
17179
 
17176
17180
  attr_accessor :Urls, :SubAppId
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.328
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-07 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