@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptionSelector extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CaptionSelector() |
| Modifier and Type | Method and Description |
|---|---|
CaptionSelector |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The specific language to extract from source.
|
CaptionSourceSettings |
getSourceSettings() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLanguageCode(String languageCode)
The specific language to extract from source.
|
void |
setSourceSettings(CaptionSourceSettings sourceSettings) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CaptionSelector |
withLanguageCode(LanguageCode languageCode)
The specific language to extract from source.
|
CaptionSelector |
withLanguageCode(String languageCode)
The specific language to extract from source.
|
CaptionSelector |
withSourceSettings(CaptionSourceSettings sourceSettings) |
public void setLanguageCode(String languageCode)
languageCode - The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to
select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete
this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed
through, omit this field (and PID field); there is no way to extract a specific language with pass-through
captions.LanguageCodepublic String getLanguageCode()
LanguageCodepublic CaptionSelector withLanguageCode(String languageCode)
languageCode - The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to
select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete
this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed
through, omit this field (and PID field); there is no way to extract a specific language with pass-through
captions.LanguageCodepublic CaptionSelector withLanguageCode(LanguageCode languageCode)
languageCode - The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to
select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete
this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed
through, omit this field (and PID field); there is no way to extract a specific language with pass-through
captions.LanguageCodepublic void setSourceSettings(CaptionSourceSettings sourceSettings)
sourceSettings - public CaptionSourceSettings getSourceSettings()
public CaptionSelector withSourceSettings(CaptionSourceSettings sourceSettings)
sourceSettings - public String toString()
toString in class ObjectObject.toString()public CaptionSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.