public class EditMediaTaskInput extends AbstractModel
Constructor and Description |
---|
EditMediaTaskInput() |
Modifier and Type | Method and Description |
---|---|
EditMediaFileInfo[] |
getFileInfoSet()
Get Information of input video file.
|
String |
getInputType()
Get Input video source type.
|
EditMediaStreamInfo[] |
getStreamInfoSet()
Get Input stream information.
|
void |
setFileInfoSet(EditMediaFileInfo[] FileInfoSet)
Set Information of input video file.
|
void |
setInputType(String InputType)
Set Input video source type.
|
void |
setStreamInfoSet(EditMediaStreamInfo[] StreamInfoSet)
Set Input stream information.
|
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 String getInputType()
public void setInputType(String InputType)
InputType
- Input video source type. Valid values: File, Stream.public EditMediaFileInfo[] getFileInfoSet()
public void setFileInfoSet(EditMediaFileInfo[] FileInfoSet)
FileInfoSet
- Information of input video file. This field has a value only when `InputType` is `File`.
Note: this field may return null, indicating that no valid values can be obtained.public EditMediaStreamInfo[] getStreamInfoSet()
public void setStreamInfoSet(EditMediaStreamInfo[] StreamInfoSet)
StreamInfoSet
- Input stream information. This field has a value only when `InputType` is `Stream`.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.