Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AacSpecification
-
Packages that use AacSpecification Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AacSpecification in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AacSpecification Modifier and Type Method Description static AacSpecificationAacSpecification. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AacSpecificationAacSettings. specification()Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.static AacSpecificationAacSpecification. valueOf(String name)Returns the enum constant of this type with the specified name.static AacSpecification[]AacSpecification. 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 AacSpecification Modifier and Type Method Description static Set<AacSpecification>AacSpecification. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AacSpecification Modifier and Type Method Description AacSettings.BuilderAacSettings.Builder. specification(AacSpecification specification)Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
-