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 CaptionFormatCaptionFormat. clone()CaptionFormatCaptionFormat. withEncryption(Encryption encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.CaptionFormatCaptionFormat. withFormat(String format)The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.CaptionFormatCaptionFormat. 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 CaptionsCaptions. 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 voidCaptions. setCaptionFormats(Collection<CaptionFormat> captionFormats)The array of file formats for the output captions.CaptionsCaptions. withCaptionFormats(Collection<CaptionFormat> captionFormats)The array of file formats for the output captions.
-