Uses of Class
com.amazonaws.services.elastictranscoder.model.CaptionFormat
-
Packages that use CaptionFormat Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of CaptionFormat in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CaptionFormat Modifier and Type Method Description CaptionFormat
CaptionFormat. clone()
CaptionFormat
CaptionFormat. withEncryption(Encryption encryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.CaptionFormat
CaptionFormat. withFormat(String format)
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.CaptionFormat
CaptionFormat. withPattern(String pattern)
The prefix for caption filenames, in the form description-{language}
, where:Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type CaptionFormat Modifier and Type Method Description List<CaptionFormat>
Captions. getCaptionFormats()
The array of file formats for the output captions.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type CaptionFormat Modifier and Type Method Description Captions
Captions. withCaptionFormats(CaptionFormat... captionFormats)
The array of file formats for the output captions.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type CaptionFormat Modifier and Type Method Description void
Captions. setCaptionFormats(Collection<CaptionFormat> captionFormats)
The array of file formats for the output captions.Captions
Captions. withCaptionFormats(Collection<CaptionFormat> captionFormats)
The array of file formats for the output captions.
-