tencentcloud-sdk-mps 3.0.409 → 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: 7a287445ef2c0d96abd6f4d0194bd07cd259c86b
4
- data.tar.gz: e0a650b723a7d2171d7c3ed57135714aa16a81a1
3
+ metadata.gz: ea2eab49da9c435db48d99af56bf1703f276f1e1
4
+ data.tar.gz: 07061ad3b7c653b82406c68c9c2049767720e5d7
5
5
  SHA512:
6
- metadata.gz: 5d7dd9cf02c1a3f16fcce92f2cee0878a33551168c7caacb804a0daf0a86d1c7efd2a4b2a41da08b7b1d97c330cdb44ad76f793932a420014dc7e508dd4a2b3c
7
- data.tar.gz: f9c0f0b8edeb3b68de03be5c3b19a44449f393f07313afadb28cbaa764b041625e14c2641b2d327b24b3347dbe64258b9215cc32a74bf87e74bef7e143c0b407
6
+ metadata.gz: 5fba23239ad1fd36b59005a264adc0e328a1de2a871e9c04825f9b506567459eeb333813c88a966c6c6378cb118f5e35868b4e4037a09d980eae7a5fea0aa899
7
+ data.tar.gz: ac9bb25961778f52da18483327c7da725dc6611ad3857e8891ddb911b7938ed875b33fa4ac9b06f9f3ce1d6d0b761d1fce909aecdf818e2a6f48cc97ad9bf196
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.409
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.409
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-14 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