Uses of Class
software.amazon.awssdk.services.medialive.model.Eac3DrcLine
-
Packages that use Eac3DrcLine Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Eac3DrcLine in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Eac3DrcLine Modifier and Type Method Description Eac3DrcLineEac3Settings. drcLine()Sets the Dolby dynamic range compression profile.static Eac3DrcLineEac3DrcLine. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Eac3DrcLineEac3DrcLine. valueOf(String name)Returns the enum constant of this type with the specified name.static Eac3DrcLine[]Eac3DrcLine. 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 Eac3DrcLine Modifier and Type Method Description static Set<Eac3DrcLine>Eac3DrcLine. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Eac3DrcLine Modifier and Type Method Description Eac3Settings.BuilderEac3Settings.Builder. drcLine(Eac3DrcLine drcLine)Sets the Dolby dynamic range compression profile.
-