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