public class ComposeMediaTaskInput extends AbstractModel
Constructor and Description |
---|
ComposeMediaTaskInput() |
Modifier and Type | Method and Description |
---|---|
Canvas |
getCanvas()
Get Canvas used for composing video file.
|
ComposeMediaOutput |
getOutput()
Get Information of output media file.
|
MediaTrack[] |
getTracks()
Get List of input media tracks, i.e., information of multiple tracks composed of video, audio, image, and other materials.
|
void |
setCanvas(Canvas Canvas)
Set Canvas used for composing video file.
|
void |
setOutput(ComposeMediaOutput Output)
Set Information of output media file.
|
void |
setTracks(MediaTrack[] Tracks)
Set List of input media tracks, i.e., information of multiple tracks composed of video, audio, image, and other materials.
|
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 MediaTrack[] getTracks()
public void setTracks(MediaTrack[] Tracks)
Tracks
- List of input media tracks, i.e., information of multiple tracks composed of video, audio, image, and other materials.public Canvas getCanvas()
public void setCanvas(Canvas Canvas)
Canvas
- Canvas used for composing video file.
Note: this field may return null, indicating that no valid values can be obtained.public ComposeMediaOutput getOutput()
public void setOutput(ComposeMediaOutput Output)
Output
- Information of output media file.Copyright © 2020. All rights reserved.