Uses of Class
com.amazonaws.services.elastictranscoder.model.CaptionSource
-
Packages that use CaptionSource Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of CaptionSource in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CaptionSource Modifier and Type Method Description CaptionSource
CaptionSource. clone()
CaptionSource
CaptionSource. withEncryption(Encryption encryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.CaptionSource
CaptionSource. withKey(String key)
The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.CaptionSource
CaptionSource. withLabel(String label)
The label of the caption shown in the player when choosing a language.CaptionSource
CaptionSource. withLanguage(String language)
A string that specifies the language of the caption.CaptionSource
CaptionSource. withTimeOffset(String timeOffset)
For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type CaptionSource Modifier and Type Method Description List<CaptionSource>
Captions. getCaptionSources()
Source files for the input sidecar captions used during the transcoding process.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type CaptionSource Modifier and Type Method Description Captions
Captions. withCaptionSources(CaptionSource... captionSources)
Source files for the input sidecar captions used during the transcoding process.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type CaptionSource Modifier and Type Method Description void
Captions. setCaptionSources(Collection<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.
-