Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DashIsoGroupAudioChannelConfigSchemeIdUri
-
Packages that use DashIsoGroupAudioChannelConfigSchemeIdUri Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DashIsoGroupAudioChannelConfigSchemeIdUri in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DashIsoGroupAudioChannelConfigSchemeIdUri Modifier and Type Method Description DashIsoGroupAudioChannelConfigSchemeIdUriDashIsoGroupSettings. 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 DashIsoGroupAudioChannelConfigSchemeIdUriDashIsoGroupAudioChannelConfigSchemeIdUri. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashIsoGroupAudioChannelConfigSchemeIdUriDashIsoGroupAudioChannelConfigSchemeIdUri. 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.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type DashIsoGroupAudioChannelConfigSchemeIdUri Modifier and Type Method Description static Set<DashIsoGroupAudioChannelConfigSchemeIdUri>DashIsoGroupAudioChannelConfigSchemeIdUri. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DashIsoGroupAudioChannelConfigSchemeIdUri Modifier and Type Method Description DashIsoGroupSettings.BuilderDashIsoGroupSettings.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.
-