Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Vc3FramerateControl
-
Packages that use Vc3FramerateControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Vc3FramerateControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Vc3FramerateControl Modifier and Type Method Description Vc3FramerateControlVc3Settings. framerateControl()If you are using the console, use the Framerate setting to specify the frame rate for this output.static Vc3FramerateControlVc3FramerateControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Vc3FramerateControlVc3FramerateControl. valueOf(String name)Returns the enum constant of this type with the specified name.static Vc3FramerateControl[]Vc3FramerateControl. 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 Vc3FramerateControl Modifier and Type Method Description static Set<Vc3FramerateControl>Vc3FramerateControl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Vc3FramerateControl Modifier and Type Method Description Vc3Settings.BuilderVc3Settings.Builder. framerateControl(Vc3FramerateControl framerateControl)If you are using the console, use the Framerate setting to specify the frame rate for this output.
-