Uses of Enum
com.adonax.audiocue.AudioCueFunctions.VolType
-
Uses of AudioCueFunctions.VolType in com.adonax.audiocue
Methods in com.adonax.audiocue that return AudioCueFunctions.VolTypeModifier and TypeMethodDescriptionstatic AudioCueFunctions.VolType
Returns the enum constant of this type with the specified name.static AudioCueFunctions.VolType[]
AudioCueFunctions.VolType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adonax.audiocue with parameters of type AudioCueFunctions.VolTypeModifier and TypeMethodDescriptionvoid
AudioCue.setVolType
(AudioCueFunctions.VolType volType) Assigns a function to map linear volume settings to volume factors used to control the sound cue's amplitude.