public class AddOnSubtitle extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddOnSubtitle() |
AddOnSubtitle(AddOnSubtitle 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 |
---|---|
MediaInputInfo |
getSubtitle()
Get 字幕文件。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 插入形式,可选值:
subtitle-stream:插入字幕轨道
close-caption-708:CEA-708字幕编码到SEI帧
close-caption-608:CEA-608字幕编码到SEI帧
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubtitle(MediaInputInfo Subtitle)
Set 字幕文件。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 插入形式,可选值:
subtitle-stream:插入字幕轨道
close-caption-708:CEA-708字幕编码到SEI帧
close-caption-608:CEA-608字幕编码到SEI帧
注意:此字段可能返回 null,表示取不到有效值。
|
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 AddOnSubtitle()
public AddOnSubtitle(AddOnSubtitle source)
public String getType()
public void setType(String Type)
Type
- 插入形式,可选值:
public MediaInputInfo getSubtitle()
public void setSubtitle(MediaInputInfo Subtitle)
Subtitle
- 字幕文件。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.