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 CaptionSourceCaptionSource. clone()CaptionSourceCaptionSource. withEncryption(Encryption encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.CaptionSourceCaptionSource. withKey(String key)The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.CaptionSourceCaptionSource. withLabel(String label)The label of the caption shown in the player when choosing a language.CaptionSourceCaptionSource. withLanguage(String language)A string that specifies the language of the caption.CaptionSourceCaptionSource. withTimeOffset(String timeOffset)For clip generation or captions that do not start at the same time as the associated video file, theTimeOffsettells 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 CaptionsCaptions. 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 voidCaptions. setCaptionSources(Collection<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.
-