public class ComposeMediaTrack extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeMediaTrack() |
ComposeMediaTrack(ComposeMediaTrack 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 |
---|---|
ComposeMediaItem[] |
getItems()
Get 轨道上的元素列表。
|
String |
getType()
Get 轨道类型,取值有:Video :视频轨道。视频轨道可由以下元素组成:Video 元素Image 元素Transition 元素Empty 元素Audio :音频轨道。音频轨道可由以下元素组成:Audio 元素Transition 元素Empty 元素Title:文字轨道。文字轨道可由以下元素组成:Subtitle 元素
|
void |
setItems(ComposeMediaItem[] Items)
Set 轨道上的元素列表。
|
void |
setType(String Type)
Set 轨道类型,取值有:Video :视频轨道。视频轨道可由以下元素组成:Video 元素Image 元素Transition 元素Empty 元素Audio :音频轨道。音频轨道可由以下元素组成:Audio 元素Transition 元素Empty 元素Title:文字轨道。文字轨道可由以下元素组成:Subtitle 元素
|
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, toJsonString
public ComposeMediaTrack()
public ComposeMediaTrack(ComposeMediaTrack source)
public String getType()
public void setType(String Type)
Type
- 轨道类型,取值有:public ComposeMediaItem[] getItems()
public void setItems(ComposeMediaItem[] Items)
Items
- 轨道上的元素列表。Copyright © 2024. All rights reserved.