Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AncillaryConvert608To708
-
Packages that use AncillaryConvert608To708 Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AncillaryConvert608To708 in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AncillaryConvert608To708 Modifier and Type Method Description AncillaryConvert608To708AncillarySourceSettings. convert608To708()Specify whether this set of input captions appears in your outputs in both 608 and 708 format.static AncillaryConvert608To708AncillaryConvert608To708. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AncillaryConvert608To708AncillaryConvert608To708. valueOf(String name)Returns the enum constant of this type with the specified name.static AncillaryConvert608To708[]AncillaryConvert608To708. 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 AncillaryConvert608To708 Modifier and Type Method Description static Set<AncillaryConvert608To708>AncillaryConvert608To708. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AncillaryConvert608To708 Modifier and Type Method Description AncillarySourceSettings.BuilderAncillarySourceSettings.Builder. convert608To708(AncillaryConvert608To708 convert608To708)Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
-