public class EditMediaOutputConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EditMediaOutputConfig() | 
| EditMediaOutputConfig(EditMediaOutputConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContainer()Get 封装格式,可选值:mp4、hls、mov、flv、avi。默认是 mp4。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getType()Get 剪辑模式,可选值:
normal(默认):精准编辑
fast:快速编辑,处理速度更快但精准度一定程度降低
注意:fast只支持单文件,normal默认输出转码格式是h264
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setContainer(String Container)Set 封装格式,可选值:mp4、hls、mov、flv、avi。默认是 mp4。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(String Type)Set 剪辑模式,可选值:
normal(默认):精准编辑
fast:快速编辑,处理速度更快但精准度一定程度降低
注意:fast只支持单文件,normal默认输出转码格式是h264
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EditMediaOutputConfig()
public EditMediaOutputConfig(EditMediaOutputConfig source)
public String getContainer()
public void setContainer(String Container)
Container - 封装格式,可选值:mp4、hls、mov、flv、avi。默认是 mp4。
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type - 剪辑模式,可选值:
normal(默认):精准编辑
fast:快速编辑,处理速度更快但精准度一定程度降低
注意:fast只支持单文件,normal默认输出转码格式是h264
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.