tencentcloud-sdk-vod 3.0.769 → 3.0.771
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 +10 -8
- 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: 829f3f387147a2e7a1b898b46c7c80b717ef6b46
|
4
|
+
data.tar.gz: 17a7d0bd62246d66ffd6fb7894dddd86758e65b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbebb121cdd5a49ad261256e2b9b2d42a70327925180be111830be3d0b5dbe4348acae1dc9488897d1e22d44219892142227ed5301ee1aff9288a34b2fdbb417
|
7
|
+
data.tar.gz: 9402cb7ef7c04799c119dafedf4371f59f1319efb10a2727196f6f0f6b17551284c7381c8f30cb42b4dc610fa8f0b2a9e5285e4dfe8cbf6c23d62e7bdc2e6b58
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.771
|
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, 2
|
1987
|
+
deprecate :SegmentSet=, :none, 2024, 2
|
1988
1988
|
|
1989
1989
|
def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
|
1990
1990
|
@Name = name
|
@@ -4343,10 +4343,11 @@ module TencentCloud
|
|
4343
4343
|
# <li>48000</li>
|
4344
4344
|
# 单位:Hz。
|
4345
4345
|
# @type SampleRate: Integer
|
4346
|
-
# @param AudioChannel:
|
4346
|
+
# @param AudioChannel: 音频通道,可选值:
|
4347
4347
|
# <li>1:单通道</li>
|
4348
4348
|
# <li>2:双通道</li>
|
4349
4349
|
# <li>6:立体声</li>
|
4350
|
+
# <li>0:音频声道数和原始音频保持一致</li>
|
4350
4351
|
# 当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为立体声。
|
4351
4352
|
# 默认值:2。
|
4352
4353
|
# @type AudioChannel: Integer
|
@@ -4399,10 +4400,11 @@ module TencentCloud
|
|
4399
4400
|
# <li>48000</li>
|
4400
4401
|
# 单位:Hz。
|
4401
4402
|
# @type SampleRate: Integer
|
4402
|
-
# @param AudioChannel:
|
4403
|
+
# @param AudioChannel: 音频通道,可选值:
|
4403
4404
|
# <li>1:单通道</li>
|
4404
4405
|
# <li>2:双通道</li>
|
4405
4406
|
# <li>6:立体声</li>
|
4407
|
+
# <li>0:音频声道数和原始音频保持一致</li>
|
4406
4408
|
# 当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为立体声。
|
4407
4409
|
# @type AudioChannel: Integer
|
4408
4410
|
|
@@ -17288,8 +17290,8 @@ module TencentCloud
|
|
17288
17290
|
|
17289
17291
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
17290
17292
|
extend Gem::Deprecate
|
17291
|
-
deprecate :Transitions, :none, 2024,
|
17292
|
-
deprecate :Transitions=, :none, 2024,
|
17293
|
+
deprecate :Transitions, :none, 2024, 2
|
17294
|
+
deprecate :Transitions=, :none, 2024, 2
|
17293
17295
|
|
17294
17296
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
17295
17297
|
@Duration = duration
|
@@ -21156,8 +21158,8 @@ module TencentCloud
|
|
21156
21158
|
|
21157
21159
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
21158
21160
|
extend Gem::Deprecate
|
21159
|
-
deprecate :ProductInstanceResourceSet, :none, 2024,
|
21160
|
-
deprecate :ProductInstanceResourceSet=, :none, 2024,
|
21161
|
+
deprecate :ProductInstanceResourceSet, :none, 2024, 2
|
21162
|
+
deprecate :ProductInstanceResourceSet=, :none, 2024, 2
|
21161
21163
|
|
21162
21164
|
def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
|
21163
21165
|
@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.771
|
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-02-
|
11
|
+
date: 2024-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|