Uses of Class
software.amazon.awssdk.services.medialive.model.AacInputType
-
Packages that use AacInputType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AacInputType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AacInputType Modifier and Type Method Description static AacInputTypeAacInputType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AacInputTypeAacSettings. inputType()Set to "broadcasterMixedAd" when input contains pre-mixed main audio + AD (narration) as a stereo pair.static AacInputTypeAacInputType. valueOf(String name)Returns the enum constant of this type with the specified name.static AacInputType[]AacInputType. 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 AacInputType Modifier and Type Method Description static Set<AacInputType>AacInputType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AacInputType Modifier and Type Method Description AacSettings.BuilderAacSettings.Builder. inputType(AacInputType inputType)Set to "broadcasterMixedAd" when input contains pre-mixed main audio + AD (narration) as a stereo pair.
-