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