Uses of Class
com.amazonaws.services.elastictranscoder.model.Captions
-
Packages that use Captions Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Captions in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Captions Modifier and Type Method Description CaptionsCaptions. clone()CaptionsCreateJobOutput. getCaptions()You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.CaptionsJobOutput. getCaptions()You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.CaptionsCaptions. withCaptionFormats(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.CaptionsCaptions. withCaptionSources(CaptionSource... captionSources)Source files for the input sidecar captions used during the transcoding process.CaptionsCaptions. withCaptionSources(Collection<CaptionSource> captionSources)Source files for the input sidecar captions used during the transcoding process.CaptionsCaptions. 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 Captions Modifier and Type Method Description voidCreateJobOutput. setCaptions(Captions captions)You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.voidJobOutput. setCaptions(Captions captions)You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.CreateJobOutputCreateJobOutput. withCaptions(Captions captions)You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.JobOutputJobOutput. withCaptions(Captions captions)You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
-