Uses of Class
software.amazon.awssdk.services.medialive.model.Av1GopSizeUnits
-
Packages that use Av1GopSizeUnits Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Av1GopSizeUnits in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Av1GopSizeUnits Modifier and Type Method Description static Av1GopSizeUnitsAv1GopSizeUnits. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Av1GopSizeUnitsAv1Settings. gopSizeUnits()Choose the units for the GOP size: FRAMES or SECONDS.static Av1GopSizeUnitsAv1GopSizeUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static Av1GopSizeUnits[]Av1GopSizeUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Av1GopSizeUnits Modifier and Type Method Description static Set<Av1GopSizeUnits>Av1GopSizeUnits. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Av1GopSizeUnits Modifier and Type Method Description Av1Settings.BuilderAv1Settings.Builder. gopSizeUnits(Av1GopSizeUnits gopSizeUnits)Choose the units for the GOP size: FRAMES or SECONDS.
-