Uses of Class
com.amazonaws.services.elastictranscoder.model.Captions
Packages that use Captions
-
Uses of Captions in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CaptionsModifier and TypeMethodDescriptionCaptions.clone()
CreateJobOutput.getCaptions()
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.JobOutput.getCaptions()
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.Captions.withCaptionFormats
(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.Captions.withCaptionSources
(CaptionSource... captionSources) Source files for the input sidecar captions used during the transcoding process.Captions.withCaptionSources
(Collection<CaptionSource> captionSources) Source files for the input sidecar captions used during the transcoding process.Captions.withMergePolicy
(String mergePolicy) A policy that determines how Elastic Transcoder handles the existence of multiple captions.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type CaptionsModifier and TypeMethodDescriptionvoid
CreateJobOutput.setCaptions
(Captions captions) You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.void
JobOutput.setCaptions
(Captions captions) You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.CreateJobOutput.withCaptions
(Captions captions) You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.JobOutput.withCaptions
(Captions captions) You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.