@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)
Marshalls this structured data using the given
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.LanguageCode
public String getLanguageCode()
LanguageCode
public 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.LanguageCode
public 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.LanguageCode
public void setSourceSettings(CaptionSourceSettings sourceSettings)
sourceSettings
- public CaptionSourceSettings getSourceSettings()
public CaptionSelector withSourceSettings(CaptionSourceSettings sourceSettings)
sourceSettings
- public String toString()
toString
in class Object
Object.toString()
public CaptionSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.