public class ComposeVideoItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeVideoItem() |
ComposeVideoItem(ComposeVideoItem 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 |
---|---|
ComposeAudioOperation[] |
getAudioOperations()
Get The audio operations, such as muting.
|
String |
getHeight()
Get The height of the element.
|
ComposeImageOperation[] |
getImageOperations()
Get The image operations, such as image rotation.
|
ComposeSourceMedia |
getSourceMedia()
Get The media information of the element.
|
ComposeTrackTime |
getTrackTime()
Get The time of the element in the timeline.
|
String |
getWidth()
Get The width of the video segment.
|
String |
getXPos()
Get The horizontal distance of the element's center from the canvas origin.
|
String |
getYPos()
Get The vertical distance of the element's center from the canvas origin.
|
void |
setAudioOperations(ComposeAudioOperation[] AudioOperations)
Set The audio operations, such as muting.
|
void |
setHeight(String Height)
Set The height of the element.
|
void |
setImageOperations(ComposeImageOperation[] ImageOperations)
Set The image operations, such as image rotation.
|
void |
setSourceMedia(ComposeSourceMedia SourceMedia)
Set The media information of the element.
|
void |
setTrackTime(ComposeTrackTime TrackTime)
Set The time of the element in the timeline.
|
void |
setWidth(String Width)
Set The width of the video segment.
|
void |
setXPos(String XPos)
Set The horizontal distance of the element's center from the canvas origin.
|
void |
setYPos(String YPos)
Set The vertical distance of the element's center from the canvas origin.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComposeVideoItem()
public ComposeVideoItem(ComposeVideoItem source)
public ComposeSourceMedia getSourceMedia()
public void setSourceMedia(ComposeSourceMedia SourceMedia)
SourceMedia
- The media information of the element.public ComposeTrackTime getTrackTime()
public void setTrackTime(ComposeTrackTime TrackTime)
TrackTime
- The time of the element in the timeline. If this is not specified, the element will follow the previous element.public String getXPos()
public void setXPos(String XPos)
XPos
- The horizontal distance of the element's center from the canvas origin. Two formats are supported:
public String getYPos()
public void setYPos(String YPos)
YPos
- The vertical distance of the element's center from the canvas origin. Two formats are supported:
u200cpublic String getWidth()
public void setWidth(String Width)
Width
- The width of the video segment. Two formats are supported:
u200cpublic String getHeight()
public void setHeight(String Height)
Height
- The height of the element. Two formats are supported:
u200cpublic ComposeImageOperation[] getImageOperations()
public void setImageOperations(ComposeImageOperation[] ImageOperations)
ImageOperations
- The image operations, such as image rotation.public ComposeAudioOperation[] getAudioOperations()
public void setAudioOperations(ComposeAudioOperation[] AudioOperations)
AudioOperations
- The audio operations, such as muting.Copyright © 2024. All rights reserved.