Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Eac3SurroundMode
-
Packages that use Eac3SurroundMode Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Eac3SurroundMode in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Eac3SurroundMode Modifier and Type Method Description static Eac3SurroundModeEac3SurroundMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Eac3SurroundModeEac3Settings. surroundMode()When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.static Eac3SurroundModeEac3SurroundMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Eac3SurroundMode[]Eac3SurroundMode. 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 Eac3SurroundMode Modifier and Type Method Description static Set<Eac3SurroundMode>Eac3SurroundMode. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Eac3SurroundMode Modifier and Type Method Description Eac3Settings.BuilderEac3Settings.Builder. surroundMode(Eac3SurroundMode surroundMode)When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.
-