Uses of Class
software.amazon.awssdk.services.medialive.model.Eac3DrcRf
-
Packages that use Eac3DrcRf Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Eac3DrcRf in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Eac3DrcRf Modifier and Type Method Description Eac3DrcRfEac3Settings. drcRf()Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.static Eac3DrcRfEac3DrcRf. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Eac3DrcRfEac3DrcRf. valueOf(String name)Returns the enum constant of this type with the specified name.static Eac3DrcRf[]Eac3DrcRf. 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 Eac3DrcRf Modifier and Type Method Description static Set<Eac3DrcRf>Eac3DrcRf. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Eac3DrcRf Modifier and Type Method Description Eac3Settings.BuilderEac3Settings.Builder. drcRf(Eac3DrcRf drcRf)Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
-