| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static Vp8RateControlMode |
Vp8RateControlMode.fromValue(String value)
Use this in place of valueOf.
|
static Vp8RateControlMode |
Vp8RateControlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vp8RateControlMode[] |
Vp8RateControlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Vp8Settings |
Vp8Settings.withRateControlMode(Vp8RateControlMode rateControlMode)
With the VP8 codec, you can use only the variable bitrate (VBR) rate control mode.
|
Copyright © 2021. All rights reserved.