| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static Eac3AtmosSurroundExMode |
Eac3AtmosSurroundExMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Eac3AtmosSurroundExMode |
Eac3AtmosSettings.surroundExMode()
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and
right surround channels.
|
static Eac3AtmosSurroundExMode |
Eac3AtmosSurroundExMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Eac3AtmosSurroundExMode[] |
Eac3AtmosSurroundExMode.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<Eac3AtmosSurroundExMode> |
Eac3AtmosSurroundExMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.surroundExMode(Eac3AtmosSurroundExMode surroundExMode)
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left
and right surround channels.
|
Copyright © 2023. All rights reserved.