| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
DashIsoGroupAudioChannelConfigSchemeIdUri |
DashIsoGroupSettings.audioChannelConfigSchemeIdUri()
Use this setting only when your audio codec is a Dolby one (AC3, EAC3, or Atmos) and your downstream workflow
requires that your DASH manifest use the Dolby channel configuration tag, rather than the MPEG one.
|
static DashIsoGroupAudioChannelConfigSchemeIdUri |
DashIsoGroupAudioChannelConfigSchemeIdUri.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DashIsoGroupAudioChannelConfigSchemeIdUri |
DashIsoGroupAudioChannelConfigSchemeIdUri.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashIsoGroupAudioChannelConfigSchemeIdUri[] |
DashIsoGroupAudioChannelConfigSchemeIdUri.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<DashIsoGroupAudioChannelConfigSchemeIdUri> |
DashIsoGroupAudioChannelConfigSchemeIdUri.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DashIsoGroupSettings.Builder |
DashIsoGroupSettings.Builder.audioChannelConfigSchemeIdUri(DashIsoGroupAudioChannelConfigSchemeIdUri audioChannelConfigSchemeIdUri)
Use this setting only when your audio codec is a Dolby one (AC3, EAC3, or Atmos) and your downstream workflow
requires that your DASH manifest use the Dolby channel configuration tag, rather than the MPEG one.
|
Copyright © 2023. All rights reserved.