Uses of Class
software.amazon.awssdk.services.medialive.model.AudioType
-
Packages that use AudioType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AudioType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AudioType Modifier and Type Method Description AudioTypeAudioDescription. audioType()Applies only if audioTypeControl is useConfigured.static AudioTypeAudioType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AudioTypeAudioType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioType[]AudioType. 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 AudioType Modifier and Type Method Description static Set<AudioType>AudioType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AudioType Modifier and Type Method Description AudioDescription.BuilderAudioDescription.Builder. audioType(AudioType audioType)Applies only if audioTypeControl is useConfigured.
-