Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.CaptionSource
-
Packages that use CaptionSource Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of CaptionSource in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type CaptionSource Modifier and Type Method Description List<CaptionSource>Captions. captionSources()Deprecated.List<CaptionSource>InputCaptions. captionSources()Source files for the input sidecar captions used during the transcoding process.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type CaptionSource Modifier and Type Method Description Captions.BuilderCaptions.Builder. captionSources(CaptionSource... captionSources)Deprecated.InputCaptions.BuilderInputCaptions.Builder. captionSources(CaptionSource... captionSources)Source files for the input sidecar captions used during the transcoding process.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type CaptionSource Modifier and Type Method Description Captions.BuilderCaptions.Builder. captionSources(Collection<CaptionSource> captionSources)Deprecated.InputCaptions.BuilderInputCaptions.Builder. captionSources(Collection<CaptionSource> captionSources)Source files for the input sidecar captions used during the transcoding process.
-