Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Ac3DynamicRangeCompressionProfile
-
Packages that use Ac3DynamicRangeCompressionProfile Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Ac3DynamicRangeCompressionProfile in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Ac3DynamicRangeCompressionProfile Modifier and Type Method Description Ac3DynamicRangeCompressionProfileAc3Settings. dynamicRangeCompressionProfile()When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile.static Ac3DynamicRangeCompressionProfileAc3DynamicRangeCompressionProfile. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Ac3DynamicRangeCompressionProfileAc3DynamicRangeCompressionProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static Ac3DynamicRangeCompressionProfile[]Ac3DynamicRangeCompressionProfile. 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 Ac3DynamicRangeCompressionProfile Modifier and Type Method Description static Set<Ac3DynamicRangeCompressionProfile>Ac3DynamicRangeCompressionProfile. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Ac3DynamicRangeCompressionProfile Modifier and Type Method Description Ac3Settings.BuilderAc3Settings.Builder. dynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile.
-