@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptionDescriptionPreset extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CaptionDescriptionPreset() |
Modifier and Type | Method and Description |
---|---|
CaptionDescriptionPreset |
clone() |
boolean |
equals(Object obj) |
String |
getCustomLanguageCode()
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
CaptionDestinationSettings |
getDestinationSettings()
Specific settings required by destination type.
|
String |
getLanguageCode()
Specify the language of this captions output track.
|
String |
getLanguageDescription()
Human readable information to indicate captions available for players (eg.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomLanguageCode(String customLanguageCode)
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
void |
setDestinationSettings(CaptionDestinationSettings destinationSettings)
Specific settings required by destination type.
|
void |
setLanguageCode(String languageCode)
Specify the language of this captions output track.
|
void |
setLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
String |
toString()
Returns a string representation of this object.
|
CaptionDescriptionPreset |
withCustomLanguageCode(String customLanguageCode)
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
CaptionDescriptionPreset |
withDestinationSettings(CaptionDestinationSettings destinationSettings)
Specific settings required by destination type.
|
CaptionDescriptionPreset |
withLanguageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
CaptionDescriptionPreset |
withLanguageCode(String languageCode)
Specify the language of this captions output track.
|
CaptionDescriptionPreset |
withLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
public void setCustomLanguageCode(String customLanguageCode)
customLanguageCode
- Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language
code. For most captions output formats, the encoder puts this language information in the output captions
metadata. If your output captions format is DVB-Sub or Burn in, the encoder uses this language information
to choose the font language for rendering the captions text.public String getCustomLanguageCode()
public CaptionDescriptionPreset withCustomLanguageCode(String customLanguageCode)
customLanguageCode
- Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language
code. For most captions output formats, the encoder puts this language information in the output captions
metadata. If your output captions format is DVB-Sub or Burn in, the encoder uses this language information
to choose the font language for rendering the captions text.public void setDestinationSettings(CaptionDestinationSettings destinationSettings)
destinationSettings
- Specific settings required by destination type. Note that burnin_destination_settings are not available if
the source of the caption data is Embedded or Teletext.public CaptionDestinationSettings getDestinationSettings()
public CaptionDescriptionPreset withDestinationSettings(CaptionDestinationSettings destinationSettings)
destinationSettings
- Specific settings required by destination type. Note that burnin_destination_settings are not available if
the source of the caption data is Embedded or Teletext.public void setLanguageCode(String languageCode)
languageCode
- Specify the language of this captions output track. For most captions output formats, the encoder puts
this language information in the output captions metadata. If your output captions format is DVB-Sub or
Burn in, the encoder uses this language information to choose the font language for rendering the captions
text.LanguageCode
public String getLanguageCode()
LanguageCode
public CaptionDescriptionPreset withLanguageCode(String languageCode)
languageCode
- Specify the language of this captions output track. For most captions output formats, the encoder puts
this language information in the output captions metadata. If your output captions format is DVB-Sub or
Burn in, the encoder uses this language information to choose the font language for rendering the captions
text.LanguageCode
public CaptionDescriptionPreset withLanguageCode(LanguageCode languageCode)
languageCode
- Specify the language of this captions output track. For most captions output formats, the encoder puts
this language information in the output captions metadata. If your output captions format is DVB-Sub or
Burn in, the encoder uses this language information to choose the font language for rendering the captions
text.LanguageCode
public void setLanguageDescription(String languageDescription)
languageDescription
- Human readable information to indicate captions available for players (eg. English, or Spanish).
Alphanumeric characters, spaces, and underscore are legal.public String getLanguageDescription()
public CaptionDescriptionPreset withLanguageDescription(String languageDescription)
languageDescription
- Human readable information to indicate captions available for players (eg. English, or Spanish).
Alphanumeric characters, spaces, and underscore are legal.public String toString()
toString
in class Object
Object.toString()
public CaptionDescriptionPreset 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.