public class EditMediaOutputConfig extends AbstractModel
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 Format.
|
String |
getType()
Get The editing mode.
|
void |
setContainer(String Container)
Set Format.
|
void |
setType(String Type)
Set The editing mode.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EditMediaOutputConfig()
public EditMediaOutputConfig(EditMediaOutputConfig source)
public String getContainer()
public void setContainer(String Container)
Container
- Format. Valid values: `mp4` (default), `hls`, `mov`, `flv`, `avi`public String getType()
public void setType(String Type)
Type
- The editing mode. Valid values are `normal` and `fast`. The default is `normal`, which indicates precise editing.Copyright © 2023. All rights reserved.