public class ComposeStyles extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeStyles() |
ComposeStyles(ComposeStyles 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 |
---|---|
String |
getId()
Get 样式 Id,用于和轨道元素中的样式关联。
注意:允许字母、数字、-、_ 组合,最长 32 字符。
|
ComposeSubtitleStyle |
getSubtitle()
Get 字幕样式信息,当 Type = Subtitle 时有效。
|
String |
getType()
Get 样式类型,取值有:
Subtitle:字幕样式。
|
void |
setId(String Id)
Set 样式 Id,用于和轨道元素中的样式关联。
注意:允许字母、数字、-、_ 组合,最长 32 字符。
|
void |
setSubtitle(ComposeSubtitleStyle Subtitle)
Set 字幕样式信息,当 Type = Subtitle 时有效。
|
void |
setType(String Type)
Set 样式类型,取值有:
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 ComposeStyles()
public ComposeStyles(ComposeStyles source)
public String getId()
public void setId(String Id)
Id
- 样式 Id,用于和轨道元素中的样式关联。
注意:允许字母、数字、-、_ 组合,最长 32 字符。public String getType()
public void setType(String Type)
Type
- 样式类型,取值有:
public ComposeSubtitleStyle getSubtitle()
public void setSubtitle(ComposeSubtitleStyle Subtitle)
Subtitle
- 字幕样式信息,当 Type = Subtitle 时有效。Copyright © 2024. All rights reserved.