Uses of Class
software.amazon.awssdk.services.medialive.model.AacSpec
-
Packages that use AacSpec Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AacSpec in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AacSpec Modifier and Type Method Description static AacSpecAacSpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AacSpecAacSettings. spec()Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.static AacSpecAacSpec. valueOf(String name)Returns the enum constant of this type with the specified name.static AacSpec[]AacSpec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AacSpec Modifier and Type Method Description static Set<AacSpec>AacSpec. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AacSpec Modifier and Type Method Description AacSettings.BuilderAacSettings.Builder. spec(AacSpec spec)Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
-