@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptionDescription extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CaptionDescription() |
| Modifier and Type | Method and Description |
|---|---|
CaptionDescription |
clone() |
boolean |
equals(Object obj) |
String |
getCaptionSelectorName()
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
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()
Specify a label for this set of output captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCaptionSelectorName(String captionSelectorName)
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
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)
Specify a label for this set of output captions.
|
String |
toString()
Returns a string representation of this object.
|
CaptionDescription |
withCaptionSelectorName(String captionSelectorName)
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
CaptionDescription |
withCustomLanguageCode(String customLanguageCode)
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
CaptionDescription |
withDestinationSettings(CaptionDestinationSettings destinationSettings)
Specific settings required by destination type.
|
CaptionDescription |
withLanguageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
CaptionDescription |
withLanguageCode(String languageCode)
Specify the language of this captions output track.
|
CaptionDescription |
withLanguageDescription(String languageDescription)
Specify a label for this set of output captions.
|
public void setCaptionSelectorName(String captionSelectorName)
captionSelectorName - Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating
captions. The name should be of the format "Caption Selector public String getCaptionSelectorName()
public CaptionDescription withCaptionSelectorName(String captionSelectorName)
captionSelectorName - Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating
captions. The name should be of the format "Caption Selector 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 CaptionDescription 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 CaptionDescription 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.LanguageCodepublic String getLanguageCode()
LanguageCodepublic CaptionDescription 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.LanguageCodepublic CaptionDescription 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.LanguageCodepublic void setLanguageDescription(String languageDescription)
languageDescription - Specify a label for this set of output captions. For example, "English", "Director commentary", or
"track_2". For streaming outputs, MediaConvert passes this information into destination manifests for
display on the end-viewer's player device. For outputs in other output groups, the service ignores this
setting.public String getLanguageDescription()
public CaptionDescription withLanguageDescription(String languageDescription)
languageDescription - Specify a label for this set of output captions. For example, "English", "Director commentary", or
"track_2". For streaming outputs, MediaConvert passes this information into destination manifests for
display on the end-viewer's player device. For outputs in other output groups, the service ignores this
setting.public String toString()
toString in class ObjectObject.toString()public CaptionDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.