Uses of Class
com.amazonaws.services.elastictranscoder.model.CaptionSource
Packages that use CaptionSource
-
Uses of CaptionSource in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CaptionSourceModifier and TypeMethodDescriptionCaptionSource.clone()
CaptionSource.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.The label of the caption shown in the player when choosing a language.CaptionSource.withLanguage
(String language) A string that specifies the language of the caption.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 CaptionSourceModifier and TypeMethodDescriptionCaptions.getCaptionSources()
Source files for the input sidecar captions used during the transcoding process.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type CaptionSourceModifier and TypeMethodDescriptionCaptions.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 CaptionSourceModifier and TypeMethodDescriptionvoid
Captions.setCaptionSources
(Collection<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.