Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CaptionSourceSettings
-
Packages that use CaptionSourceSettings Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CaptionSourceSettings in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CaptionSourceSettings Modifier and Type Method Description CaptionSourceSettingsCaptionSelector. sourceSettings()If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CaptionSourceSettings Modifier and Type Method Description CaptionSelector.BuilderCaptionSelector.Builder. sourceSettings(CaptionSourceSettings sourceSettings)If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file.
-