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 Captions
Captions. clone()
Captions
CreateJobOutput. getCaptions()
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.Captions
JobOutput. getCaptions()
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.Captions
Captions. withCaptionFormats(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.Captions
Captions. withCaptionSources(CaptionSource... captionSources)
Source files for the input sidecar captions used during the transcoding process.Captions
Captions. withCaptionSources(Collection<CaptionSource> captionSources)
Source files for the input sidecar captions used during the transcoding process.Captions
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 Captions Modifier and Type Method Description void
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
CreateJobOutput. withCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.JobOutput
JobOutput. withCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
-