tencentcloud-sdk-vod 3.0.426 → 3.0.428
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 +8 -4
- 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: 4a99dd56db873b527601f823160c22de7c57dd44
|
4
|
+
data.tar.gz: 213a4fed6b2a481523e0731a032854d6612df9f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9af72a34c40bcb7ec7ef8d14a881f55762b51c7a21cbbcf262f02286862de17dacd07125cdbef311d498b0888fb411e5a599e467137ac2678b0a19ca3798dbf
|
7
|
+
data.tar.gz: c0a8b8ed89cd0441a4eb30cf240462594376a7598f9ef2a1322799e27c6d64281896fb433c683db474b6ad23bf92463627c267f25469703c6fbcf40daf69a981
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.428
|
data/lib/v20180717/models.rb
CHANGED
@@ -11811,7 +11811,7 @@ module TencentCloud
|
|
11811
11811
|
end
|
11812
11812
|
end
|
11813
11813
|
|
11814
|
-
#
|
11814
|
+
# 即时剪辑后媒体的片段信息。
|
11815
11815
|
class LiveRealTimeClipMediaSegmentInfo < TencentCloud::Common::AbstractModel
|
11816
11816
|
# @param StartTime: 片段的起始时间。格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
11817
11817
|
# @type StartTime: String
|
@@ -13769,7 +13769,7 @@ module TencentCloud
|
|
13769
13769
|
# @type Format: String
|
13770
13770
|
# @param Content: 字幕内容,进行 [Base64](https://tools.ietf.org/html/rfc4648) 编码后的字符串。
|
13771
13771
|
# @type Content: String
|
13772
|
-
# @param Id: 字幕的唯一标识。长度不能超过16个字符,可以使用大小写字母、数字、下划线(_
|
13772
|
+
# @param Id: 字幕的唯一标识。长度不能超过16个字符,可以使用大小写字母、数字、下划线(_)或横杠(-)。不能与媒体文件中现有字幕的唯一标识重复。
|
13773
13773
|
# @type Id: String
|
13774
13774
|
|
13775
13775
|
attr_accessor :Name, :Language, :Format, :Content, :Id
|
@@ -14061,15 +14061,18 @@ module TencentCloud
|
|
14061
14061
|
# @type Codec: String
|
14062
14062
|
# @param Fps: 帧率,单位:hz。
|
14063
14063
|
# @type Fps: Integer
|
14064
|
+
# @param CodecTag: 编码标签,仅当 Codec 为 hevc 时有效。
|
14065
|
+
# @type CodecTag: String
|
14064
14066
|
|
14065
|
-
attr_accessor :Bitrate, :Height, :Width, :Codec, :Fps
|
14067
|
+
attr_accessor :Bitrate, :Height, :Width, :Codec, :Fps, :CodecTag
|
14066
14068
|
|
14067
|
-
def initialize(bitrate=nil, height=nil, width=nil, codec=nil, fps=nil)
|
14069
|
+
def initialize(bitrate=nil, height=nil, width=nil, codec=nil, fps=nil, codectag=nil)
|
14068
14070
|
@Bitrate = bitrate
|
14069
14071
|
@Height = height
|
14070
14072
|
@Width = width
|
14071
14073
|
@Codec = codec
|
14072
14074
|
@Fps = fps
|
14075
|
+
@CodecTag = codectag
|
14073
14076
|
end
|
14074
14077
|
|
14075
14078
|
def deserialize(params)
|
@@ -14078,6 +14081,7 @@ module TencentCloud
|
|
14078
14081
|
@Width = params['Width']
|
14079
14082
|
@Codec = params['Codec']
|
14080
14083
|
@Fps = params['Fps']
|
14084
|
+
@CodecTag = params['CodecTag']
|
14081
14085
|
end
|
14082
14086
|
end
|
14083
14087
|
|
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.428
|
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-10-
|
11
|
+
date: 2022-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|