Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CaptionSelector
-
Packages that use CaptionSelector Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CaptionSelector in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CaptionSelector Modifier and Type Method Description Map<String,CaptionSelector>Input. captionSelectors()Use captions selectors to specify the captions data from your input that you use in your outputs.Map<String,CaptionSelector>InputTemplate. captionSelectors()Use captions selectors to specify the captions data from your input that you use in your outputs.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type CaptionSelector Modifier and Type Method Description Input.BuilderInput.Builder. captionSelectors(Map<String,CaptionSelector> captionSelectors)Use captions selectors to specify the captions data from your input that you use in your outputs.InputTemplate.BuilderInputTemplate.Builder. captionSelectors(Map<String,CaptionSelector> captionSelectors)Use captions selectors to specify the captions data from your input that you use in your outputs.
-