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