public class ComposeMediaItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeMediaItem() |
ComposeMediaItem(ComposeMediaItem 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 |
---|---|
ComposeAudioItem |
getAudio()
Get The information of the audio element, which is valid if `Type` is `Audio`.
|
ComposeEmptyItem |
getEmpty()
Get The information of the empty element, which is valid if `Type` is `Empty`.
|
ComposeImageItem |
getImage()
Get The information of the image element, which is valid if `Type` is `Image`.
|
ComposeSubtitleItem |
getSubtitle()
Get The information of the subtitle element, which is valid if `Type` is `Subtitle`.
|
ComposeTransitionItem |
getTransition()
Get The information of the transition element, which is valid if `Type` is `Transition`.
|
String |
getType()
Get The element type.
|
ComposeVideoItem |
getVideo()
Get The information of the video element, which is valid if `Type` is `Video`.
|
void |
setAudio(ComposeAudioItem Audio)
Set The information of the audio element, which is valid if `Type` is `Audio`.
|
void |
setEmpty(ComposeEmptyItem Empty)
Set The information of the empty element, which is valid if `Type` is `Empty`.
|
void |
setImage(ComposeImageItem Image)
Set The information of the image element, which is valid if `Type` is `Image`.
|
void |
setSubtitle(ComposeSubtitleItem Subtitle)
Set The information of the subtitle element, which is valid if `Type` is `Subtitle`.
|
void |
setTransition(ComposeTransitionItem Transition)
Set The information of the transition element, which is valid if `Type` is `Transition`.
|
void |
setType(String Type)
Set The element type.
|
void |
setVideo(ComposeVideoItem Video)
Set The information of the video element, which is valid if `Type` is `Video`.
|
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 ComposeMediaItem()
public ComposeMediaItem(ComposeMediaItem source)
public String getType()
public void setType(String Type)
Type
- The element type. Valid values:
public ComposeVideoItem getVideo()
public void setVideo(ComposeVideoItem Video)
Video
- The information of the video element, which is valid if `Type` is `Video`.public ComposeAudioItem getAudio()
public void setAudio(ComposeAudioItem Audio)
Audio
- The information of the audio element, which is valid if `Type` is `Audio`.public ComposeImageItem getImage()
public void setImage(ComposeImageItem Image)
Image
- The information of the image element, which is valid if `Type` is `Image`.public ComposeTransitionItem getTransition()
public void setTransition(ComposeTransitionItem Transition)
Transition
- The information of the transition element, which is valid if `Type` is `Transition`.public ComposeSubtitleItem getSubtitle()
public void setSubtitle(ComposeSubtitleItem Subtitle)
Subtitle
- The information of the subtitle element, which is valid if `Type` is `Subtitle`.public ComposeEmptyItem getEmpty()
public void setEmpty(ComposeEmptyItem Empty)
Empty
- The information of the empty element, which is valid if `Type` is `Empty`. An empty element is used as a placeholder in the timeline.Copyright © 2024. All rights reserved.