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