public class ComposeMediaTaskInput extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ComposeMediaTaskInput() |
ComposeMediaTaskInput(ComposeMediaTaskInput 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 |
|---|---|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ComposeMediaTaskInput()
public ComposeMediaTaskInput(ComposeMediaTaskInput source)
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 © 2025. All rights reserved.