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。默认是精确剪辑 normal
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContainer(String Container)
Set 封装格式,可选值:mp4、hls、mov、flv、avi。默认是 mp4。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 剪辑模式,可选值 normal、fast。默认是精确剪辑 normal
注意:此字段可能返回 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, toJsonString
public 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。默认是精确剪辑 normal
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.