| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Ac3DynamicRangeCompressionProfile |
Ac3Settings.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 Ac3DynamicRangeCompressionProfile |
Ac3DynamicRangeCompressionProfile.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Ac3DynamicRangeCompressionProfile |
Ac3DynamicRangeCompressionProfile.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Ac3DynamicRangeCompressionProfile> |
Ac3DynamicRangeCompressionProfile.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Ac3Settings.Builder |
Ac3Settings.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.
|
Copyright © 2023. All rights reserved.