public class CaptionSelector extends AbstractModel
header, skipSign
Constructor and Description |
---|
CaptionSelector() |
CaptionSelector(CaptionSelector 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 |
getCaptionSourceType()
Get Caption source type, only support `SCTE-128`.
|
String |
getName()
Get Caption selector name, which can contain 1-32 letters, digits, and underscores.
|
void |
setCaptionSourceType(String CaptionSourceType)
Set Caption source type, only support `SCTE-128`.
|
void |
setName(String Name)
Set Caption selector name, which can contain 1-32 letters, digits, and underscores.
|
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 CaptionSelector()
public CaptionSelector(CaptionSelector source)
public String getName()
public void setName(String Name)
Name
- Caption selector name, which can contain 1-32 letters, digits, and underscores.public String getCaptionSourceType()
public void setCaptionSourceType(String CaptionSourceType)
CaptionSourceType
- Caption source type, only support `SCTE-128`.Copyright © 2024. All rights reserved.