Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MpdCaptionContainerType
-
Packages that use MpdCaptionContainerType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MpdCaptionContainerType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MpdCaptionContainerType Modifier and Type Method Description MpdCaptionContainerTypeMpdSettings. captionContainerType()Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.static MpdCaptionContainerTypeMpdCaptionContainerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MpdCaptionContainerTypeMpdCaptionContainerType. valueOf(String name)Returns the enum constant of this type with the specified name.static MpdCaptionContainerType[]MpdCaptionContainerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type MpdCaptionContainerType Modifier and Type Method Description static Set<MpdCaptionContainerType>MpdCaptionContainerType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MpdCaptionContainerType Modifier and Type Method Description MpdSettings.BuilderMpdSettings.Builder. captionContainerType(MpdCaptionContainerType captionContainerType)Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
-