tencentcloud-sdk-vod 3.0.769 → 3.0.770
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 +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: ba42a324670291672f1706aa1e9c4cc6dfb74d7e
|
|
4
|
+
data.tar.gz: f9e8471e310c1d04e53c2457e5eb95ccfb72851f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d9f5481a2bec5da009881e51ec00c2f187349dc1db3418255bdfd43b8cf015ae84726080786248621f2dc079badcb88539327574120939436157ae0a15b6a02
|
|
7
|
+
data.tar.gz: 3eb47ba76f320ab56910825637926bdc41ffbc333a74e849c9d58252584944fc2a939cd0fd86d5fd2784e23f500453c445b9ffad93204fb7e940902d8b5aae43
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.770
|
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.770
|
|
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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|