tencentcloud-sdk-vod 3.0.529 → 3.0.530

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f44c077822f9aa90e84801527675df8f831b807
4
- data.tar.gz: 305c95e0ef6d7ba0bd83d90cf8cdb9fd13ad2801
3
+ metadata.gz: 2fe36ea771fdafb95d99066b44216e53f0c6d171
4
+ data.tar.gz: 63005b4622a24f6a22f1cf1ae416df93b87afab6
5
5
  SHA512:
6
- metadata.gz: 2b8ee667a3f65a17f710fe88c8ef090fbf729289aef1651faa13498c25c83e6b3b0dd278fb8fa3b92ee1eb09e5d67a554b5fa3d5c7436c7baa00667e9c10e987
7
- data.tar.gz: 91cdcd6353b54c7d811dc8e0886b9aea513c77b9330ea6da249badeb8079481941b4898b83eb17a277a0a8b55f08f59d15aed0bc18389e551762920fe37fda1a
6
+ metadata.gz: 49decc733878f4b5e1884bd8421ff9bb64a5727e7da75dab5b8b72fd458182897a8485a4d2dd7a64ae1f81be0f43dee497730f05a96fa38fe714ee346f818230
7
+ data.tar.gz: 5d253df8a1d18e9995108739391ccfbf514d18fb6fb9cbda45e8a29bd570d87d7a26d0db9c330642b8b6d818ab0882c68b1ffd43ec1cf90a5526a9c03eda4f11
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.529
1
+ 3.0.530
@@ -3589,6 +3589,7 @@ module TencentCloud
3589
3589
  # - 指定标签集合 Tags(见输入参数),返回满足集合中任意标签的媒体。例如:媒体标签有二次元、宫斗、鬼畜,如果 Tags 指定了二次元、鬼畜2个标签,那么只要符合这2个标签中任意一个的媒体都会被检索出来。
3590
3590
  # - 指定文件类型集合 Categories(见输入参数),返回满足集合中任意类型的媒体。例如:文件类型有 Video(视频)、 Audio (音频)、 Image (图片)。如果Categories指定了 Video 和 Audio 2个文件类型,那么符合这些类型的媒体都会被检索出来。
3591
3591
  # - 指定来源集合 SourceTypes(见输入参数),返回满足集合中任意来源的媒体。例如:媒体来源有 Record (直播录制)、Upload (上传)等。如果 SourceTypes 指定了 Record 和 Upload ,那么符合这些来源的媒体都会被检索出来。
3592
+ # - 指定文件封装格式集合 MediaTypes(见输入参数),返回满足集合中任意封装格式的媒体。例如:封装格式有 MP4、AVI、MP3 等。如果 MediaTypes 指定了 MP4 和 MP3,那么符合这些封装格式的媒体都会被检索出来。
3592
3593
  # - 指定直播推流码集合 StreamIds(见输入参数)筛选直播录制的媒体。
3593
3594
  # - 指定媒体的创建时间范围筛选媒体。
3594
3595
  # - 指定 TRTC 应用 ID 集合筛选媒体。
@@ -19131,7 +19131,7 @@ module TencentCloud
19131
19131
 
19132
19132
  # 默认值:open。
19133
19133
  # @type ResolutionAdaptive: String
19134
- # @param Width: 视频流宽度(或长边)的最大值,取值范围:0 和 [128, 8192],单位:px。
19134
+ # @param Width: 视频流宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。
19135
19135
  # <li>当 Width、Height 均为 0,则分辨率同源;</li>
19136
19136
  # <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
19137
19137
  # <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
@@ -19139,7 +19139,7 @@ module TencentCloud
19139
19139
 
19140
19140
  # 默认值:0。
19141
19141
  # @type Width: Integer
19142
- # @param Height: 视频流高度(或短边)的最大值,取值范围:0 和 [128, 8192],单位:px。
19142
+ # @param Height: 视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
19143
19143
  # <li>当 Width、Height 均为 0,则分辨率同源;</li>
19144
19144
  # <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
19145
19145
  # <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
@@ -20918,6 +20918,9 @@ module TencentCloud
20918
20918
  # <li> ARCHIVE:归档存储。</li>
20919
20919
  # <li> DEEP_ARCHIVE:深度归档存储。</li>
20920
20920
  # @type StorageClasses: Array
20921
+ # @param MediaTypes: 媒体文件封装格式集合,匹配集合中任意元素。
20922
+ # <li>数组长度限制:10。</li>
20923
+ # @type MediaTypes: Array
20921
20924
  # @param TrtcSdkAppIds: TRTC 应用 ID 集合。匹配集合中的任意元素。
20922
20925
  # <li>数组长度限制:10。</li>
20923
20926
  # @type TrtcSdkAppIds: Array
@@ -20951,9 +20954,9 @@ module TencentCloud
20951
20954
  # @param Vid: 该字段已无效。
20952
20955
  # @type Vid: String
20953
20956
 
20954
- attr_accessor :SubAppId, :FileIds, :Names, :NamePrefixes, :Descriptions, :ClassIds, :Tags, :Categories, :SourceTypes, :StreamIds, :CreateTime, :ExpireTime, :Sort, :Offset, :Limit, :Filters, :StorageRegions, :StorageClasses, :TrtcSdkAppIds, :TrtcRoomIds, :Text, :SourceType, :StreamId, :StartTime, :EndTime, :Vids, :Vid
20957
+ attr_accessor :SubAppId, :FileIds, :Names, :NamePrefixes, :Descriptions, :ClassIds, :Tags, :Categories, :SourceTypes, :StreamIds, :CreateTime, :ExpireTime, :Sort, :Offset, :Limit, :Filters, :StorageRegions, :StorageClasses, :MediaTypes, :TrtcSdkAppIds, :TrtcRoomIds, :Text, :SourceType, :StreamId, :StartTime, :EndTime, :Vids, :Vid
20955
20958
 
20956
- def initialize(subappid=nil, fileids=nil, names=nil, nameprefixes=nil, descriptions=nil, classids=nil, tags=nil, categories=nil, sourcetypes=nil, streamids=nil, createtime=nil, expiretime=nil, sort=nil, offset=nil, limit=nil, filters=nil, storageregions=nil, storageclasses=nil, trtcsdkappids=nil, trtcroomids=nil, text=nil, sourcetype=nil, streamid=nil, starttime=nil, endtime=nil, vids=nil, vid=nil)
20959
+ def initialize(subappid=nil, fileids=nil, names=nil, nameprefixes=nil, descriptions=nil, classids=nil, tags=nil, categories=nil, sourcetypes=nil, streamids=nil, createtime=nil, expiretime=nil, sort=nil, offset=nil, limit=nil, filters=nil, storageregions=nil, storageclasses=nil, mediatypes=nil, trtcsdkappids=nil, trtcroomids=nil, text=nil, sourcetype=nil, streamid=nil, starttime=nil, endtime=nil, vids=nil, vid=nil)
20957
20960
  @SubAppId = subappid
20958
20961
  @FileIds = fileids
20959
20962
  @Names = names
@@ -20972,6 +20975,7 @@ module TencentCloud
20972
20975
  @Filters = filters
20973
20976
  @StorageRegions = storageregions
20974
20977
  @StorageClasses = storageclasses
20978
+ @MediaTypes = mediatypes
20975
20979
  @TrtcSdkAppIds = trtcsdkappids
20976
20980
  @TrtcRoomIds = trtcroomids
20977
20981
  @Text = text
@@ -21011,6 +21015,7 @@ module TencentCloud
21011
21015
  @Filters = params['Filters']
21012
21016
  @StorageRegions = params['StorageRegions']
21013
21017
  @StorageClasses = params['StorageClasses']
21018
+ @MediaTypes = params['MediaTypes']
21014
21019
  @TrtcSdkAppIds = params['TrtcSdkAppIds']
21015
21020
  @TrtcRoomIds = params['TrtcRoomIds']
21016
21021
  @Text = params['Text']
@@ -23381,7 +23386,7 @@ module TencentCloud
23381
23386
  # <li>ON:开启智能插帧;</li>
23382
23387
  # <li>OFF:关闭智能插帧。</li>
23383
23388
  # @type Switch: String
23384
- # @param Fps: 智能插帧帧率,帧率范围为 (0, 60],仅当智能插帧控制开关为 ON 时有效。默认跟源文件帧率一致。
23389
+ # @param Fps: 智能插帧帧率,帧率范围为 (0, 100],仅当智能插帧控制开关为 ON 时有效。默认跟源文件帧率一致。
23385
23390
  # @type Fps: Integer
23386
23391
 
23387
23392
  attr_accessor :Switch, :Fps
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.529
4
+ version: 3.0.530
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-14 00:00:00.000000000 Z
11
+ date: 2023-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common