Class: TencentCloud::Mps::V20190612::EditMediaOutputConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::EditMediaOutputConfig
- Defined in:
- lib/v20190612/models.rb
Overview
编辑视频的结果文件输出配置。
Instance Attribute Summary collapse
-
#Container ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 normal(默认):精准编辑 fast:快速编辑,处理速度更快但精准度一定程度降低 注意:fast只支持单文件,normal默认输出转码格式是h264 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 normal(默认):精准编辑 fast:快速编辑,处理速度更快但精准度一定程度降低 注意:fast只支持单文件,normal默认输出转码格式是h264 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(container = nil, type = nil) ⇒ EditMediaOutputConfig
constructor
A new instance of EditMediaOutputConfig.
Constructor Details
#initialize(container = nil, type = nil) ⇒ EditMediaOutputConfig
Returns a new instance of EditMediaOutputConfig.
15935 15936 15937 15938 |
# File 'lib/v20190612/models.rb', line 15935 def initialize(container=nil, type=nil) @Container = container @Type = type end |
Instance Attribute Details
#Container ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 normal(默认):精准编辑 fast:快速编辑,处理速度更快但精准度一定程度降低 注意:fast只支持单文件,normal默认输出转码格式是h264 注意:此字段可能返回 null,表示取不到有效值。
15933 15934 15935 |
# File 'lib/v20190612/models.rb', line 15933 def Container @Container end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 normal(默认):精准编辑 fast:快速编辑,处理速度更快但精准度一定程度降低 注意:fast只支持单文件,normal默认输出转码格式是h264 注意:此字段可能返回 null,表示取不到有效值。
15933 15934 15935 |
# File 'lib/v20190612/models.rb', line 15933 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
15940 15941 15942 15943 |
# File 'lib/v20190612/models.rb', line 15940 def deserialize(params) @Container = params['Container'] @Type = params['Type'] end |