tencentcloud-sdk-iss 3.0.895 → 3.0.897
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/v20230517/models.rb +16 -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: 1a0ae3afb81e39e09991218c087d74394c71fee9
|
4
|
+
data.tar.gz: 11f8f338219a206f6ed24d65d3fedf00eebce895
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d4ebad285a82c51a7531066f84a26691f74ceb04282e27a1fc3b63bcf24eed7699c8c808dcb3a0e28b12cbb93b50ebc4728bae573f6fc7ac3f165d000ea5111
|
7
|
+
data.tar.gz: 69303821bdd5411cbf45d9151dfcdf441c6e2775840114c243a7af520523babd5aa92845ae6a8100d7aa74b36de6f52c2fa17e7e21c086fb1fcd32ae25af5e34
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.897
|
data/lib/v20230517/models.rb
CHANGED
@@ -4169,16 +4169,26 @@ module TencentCloud
|
|
4169
4169
|
# @type IsRespActualTime: Boolean
|
4170
4170
|
# @param IsInternal: 是否返回内网下载URL,默认是false,返回公网下载URL,true则返回内网下载URL
|
4171
4171
|
# @type IsInternal: Boolean
|
4172
|
-
|
4173
|
-
|
4174
|
-
|
4175
|
-
|
4172
|
+
# @param Expires: 设置URL的有效期, 最小值是1秒, 最大值是86400秒, 不设置的话, 默认是600秒
|
4173
|
+
# @type Expires: Integer
|
4174
|
+
# @param IsSupportG711: 下载的MP4文件是否支持G711音频编码.
|
4175
|
+
# 注意: 如果云端录像中的音频编码为AAC, 那么下载的MP4默认是支持AAC编码的
|
4176
|
+
# 如果云端录像中的音频编码为G711且 IsSupportG711设置为true时, 下载的MP4是支持G711音频编码
|
4177
|
+
# 如果云端录像中的音频编码为G711且 IsSupportG711设置为false时, 下载的MP4是不支持G711音频编码
|
4178
|
+
# 该参数只对FileType为mp4才有效, 不设置的话, 默认是false
|
4179
|
+
# @type IsSupportG711: Boolean
|
4180
|
+
|
4181
|
+
attr_accessor :ChannelId, :BeginTime, :EndTime, :FileType, :IsRespActualTime, :IsInternal, :Expires, :IsSupportG711
|
4182
|
+
|
4183
|
+
def initialize(channelid=nil, begintime=nil, endtime=nil, filetype=nil, isrespactualtime=nil, isinternal=nil, expires=nil, issupportg711=nil)
|
4176
4184
|
@ChannelId = channelid
|
4177
4185
|
@BeginTime = begintime
|
4178
4186
|
@EndTime = endtime
|
4179
4187
|
@FileType = filetype
|
4180
4188
|
@IsRespActualTime = isrespactualtime
|
4181
4189
|
@IsInternal = isinternal
|
4190
|
+
@Expires = expires
|
4191
|
+
@IsSupportG711 = issupportg711
|
4182
4192
|
end
|
4183
4193
|
|
4184
4194
|
def deserialize(params)
|
@@ -4188,6 +4198,8 @@ module TencentCloud
|
|
4188
4198
|
@FileType = params['FileType']
|
4189
4199
|
@IsRespActualTime = params['IsRespActualTime']
|
4190
4200
|
@IsInternal = params['IsInternal']
|
4201
|
+
@Expires = params['Expires']
|
4202
|
+
@IsSupportG711 = params['IsSupportG711']
|
4191
4203
|
end
|
4192
4204
|
end
|
4193
4205
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.897
|
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-
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|