Uses of Class
software.amazon.awssdk.services.medialive.model.Av1LookAheadRateControl
-
Packages that use Av1LookAheadRateControl Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Av1LookAheadRateControl in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Av1LookAheadRateControl Modifier and Type Method Description static Av1LookAheadRateControlAv1LookAheadRateControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Av1LookAheadRateControlAv1Settings. lookAheadRateControl()Sets the amount of lookahead.static Av1LookAheadRateControlAv1LookAheadRateControl. valueOf(String name)Returns the enum constant of this type with the specified name.static Av1LookAheadRateControl[]Av1LookAheadRateControl. 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 Av1LookAheadRateControl Modifier and Type Method Description static Set<Av1LookAheadRateControl>Av1LookAheadRateControl. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Av1LookAheadRateControl Modifier and Type Method Description Av1Settings.BuilderAv1Settings.Builder. lookAheadRateControl(Av1LookAheadRateControl lookAheadRateControl)Sets the amount of lookahead.
-