Uses of Class
com.amazonaws.services.elastictranscoder.model.CaptionFormat
Packages that use CaptionFormat
-
Uses of CaptionFormat in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CaptionFormatModifier and TypeMethodDescriptionCaptionFormat.clone()
CaptionFormat.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.CaptionFormat.withFormat
(String format) The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.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 CaptionFormatModifier and TypeMethodDescriptionCaptions.getCaptionFormats()
The array of file formats for the output captions.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type CaptionFormatModifier and TypeMethodDescriptionCaptions.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 CaptionFormatModifier and TypeMethodDescriptionvoid
Captions.setCaptionFormats
(Collection<CaptionFormat> captionFormats) The array of file formats for the output captions.Captions.withCaptionFormats
(Collection<CaptionFormat> captionFormats) The array of file formats for the output captions.