tencentcloud-sdk-vod 3.0.882 → 3.0.884
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180717/models.rb +15 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9cac777b7721e215726a8d3f6bd41158b106c4f
|
4
|
+
data.tar.gz: 1dbc093b8b96d82d9f850f7c2926dcd8eefaf061
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ed592aae2fcd419e07b93dc19f8f4a457c7e456bed3921474b41375db0fb387fc327ac005be48ef935b06da298cf43ec8656ae1bb29e5f94055e909651857b2
|
7
|
+
data.tar.gz: 78d788a12aefa3209629700580dd477b89a103f83a1db07e0bd92b1fe03967b93c2bf5bf12d074019a787bf0e4f661b4a89d5e999190fd3067be692867183931
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.884
|
data/lib/v20180717/models.rb
CHANGED
@@ -1983,8 +1983,8 @@ module TencentCloud
|
|
1983
1983
|
|
1984
1984
|
attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
|
1985
1985
|
extend Gem::Deprecate
|
1986
|
-
deprecate :SegmentSet, :none, 2024,
|
1987
|
-
deprecate :SegmentSet=, :none, 2024,
|
1986
|
+
deprecate :SegmentSet, :none, 2024, 8
|
1987
|
+
deprecate :SegmentSet=, :none, 2024, 8
|
1988
1988
|
|
1989
1989
|
def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
|
1990
1990
|
@Name = name
|
@@ -9809,8 +9809,8 @@ module TencentCloud
|
|
9809
9809
|
|
9810
9810
|
attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
|
9811
9811
|
extend Gem::Deprecate
|
9812
|
-
deprecate :DomainName, :none, 2024,
|
9813
|
-
deprecate :DomainName=, :none, 2024,
|
9812
|
+
deprecate :DomainName, :none, 2024, 8
|
9813
|
+
deprecate :DomainName=, :none, 2024, 8
|
9814
9814
|
|
9815
9815
|
def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
|
9816
9816
|
@DomainName = domainname
|
@@ -12727,15 +12727,20 @@ module TencentCloud
|
|
12727
12727
|
class EditMediaTEHDConfig < TencentCloud::Common::AbstractModel
|
12728
12728
|
# @param Type: 极速高清类型,可选值:<li>TEHD-100 表示极速高清-100;</li> <li>OFF 表示关闭极速高清。</li>不填表示 OFF。
|
12729
12729
|
# @type Type: String
|
12730
|
+
# @param MaxVideoBitrate: 视频码率上限,当 Type 指定了极速高清类型时有效。
|
12731
|
+
# 不填或填0表示不设视频码率上限。
|
12732
|
+
# @type MaxVideoBitrate: Integer
|
12730
12733
|
|
12731
|
-
attr_accessor :Type
|
12734
|
+
attr_accessor :Type, :MaxVideoBitrate
|
12732
12735
|
|
12733
|
-
def initialize(type=nil)
|
12736
|
+
def initialize(type=nil, maxvideobitrate=nil)
|
12734
12737
|
@Type = type
|
12738
|
+
@MaxVideoBitrate = maxvideobitrate
|
12735
12739
|
end
|
12736
12740
|
|
12737
12741
|
def deserialize(params)
|
12738
12742
|
@Type = params['Type']
|
12743
|
+
@MaxVideoBitrate = params['MaxVideoBitrate']
|
12739
12744
|
end
|
12740
12745
|
end
|
12741
12746
|
|
@@ -17341,8 +17346,8 @@ module TencentCloud
|
|
17341
17346
|
|
17342
17347
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
17343
17348
|
extend Gem::Deprecate
|
17344
|
-
deprecate :Transitions, :none, 2024,
|
17345
|
-
deprecate :Transitions=, :none, 2024,
|
17349
|
+
deprecate :Transitions, :none, 2024, 8
|
17350
|
+
deprecate :Transitions=, :none, 2024, 8
|
17346
17351
|
|
17347
17352
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
17348
17353
|
@Duration = duration
|
@@ -21253,8 +21258,8 @@ module TencentCloud
|
|
21253
21258
|
|
21254
21259
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
21255
21260
|
extend Gem::Deprecate
|
21256
|
-
deprecate :ProductInstanceResourceSet, :none, 2024,
|
21257
|
-
deprecate :ProductInstanceResourceSet=, :none, 2024,
|
21261
|
+
deprecate :ProductInstanceResourceSet, :none, 2024, 8
|
21262
|
+
deprecate :ProductInstanceResourceSet=, :none, 2024, 8
|
21258
21263
|
|
21259
21264
|
def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
|
21260
21265
|
@ProductType = producttype
|
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.
|
4
|
+
version: 3.0.884
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|