tencentcloud-sdk-mps 3.0.408 → 3.0.410

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: 78c929941e4c15278bbcba90c1974b0b223449f4
4
- data.tar.gz: c1d215102d6123e872914131de3ce28566d7e332
3
+ metadata.gz: ea2eab49da9c435db48d99af56bf1703f276f1e1
4
+ data.tar.gz: 07061ad3b7c653b82406c68c9c2049767720e5d7
5
5
  SHA512:
6
- metadata.gz: d4f6194e694e6748cfe8ea9b7fe858d39676ca270413009b1ed2dba7a2f20f2366a689d6bfb9d8e933bd8de211b3d7e93147fa64af4ba6ba920b04764bf0677f
7
- data.tar.gz: fef7e5bad43ed9ef318178fffb7e21530080e7ecfacd8b2cc042f3327cf3c3a579f45e9940780ad9a989521b7c9cc76c43890c914b710b6bf56928c107a7a590
6
+ metadata.gz: 5fba23239ad1fd36b59005a264adc0e328a1de2a871e9c04825f9b506567459eeb333813c88a966c6c6378cb118f5e35868b4e4037a09d980eae7a5fea0aa899
7
+ data.tar.gz: ac9bb25961778f52da18483327c7da725dc6611ad3857e8891ddb911b7938ed875b33fa4ac9b06f9f3ce1d6d0b761d1fce909aecdf818e2a6f48cc97ad9bf196
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.408
1
+ 3.0.410
@@ -6125,15 +6125,19 @@ module TencentCloud
6125
6125
  class EditMediaOutputConfig < TencentCloud::Common::AbstractModel
6126
6126
  # @param Container: 封装格式,可选值:mp4、hls、mov、flv、avi。默认是 mp4。
6127
6127
  # @type Container: String
6128
+ # @param Type: 剪辑模式,可选值 normal、fast。默认是精确剪辑 normal
6129
+ # @type Type: String
6128
6130
 
6129
- attr_accessor :Container
6131
+ attr_accessor :Container, :Type
6130
6132
 
6131
- def initialize(container=nil)
6133
+ def initialize(container=nil, type=nil)
6132
6134
  @Container = container
6135
+ @Type = type
6133
6136
  end
6134
6137
 
6135
6138
  def deserialize(params)
6136
6139
  @Container = params['Container']
6140
+ @Type = params['Type']
6137
6141
  end
6138
6142
  end
6139
6143
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.408
4
+ version: 3.0.410
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-09-13 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common