Uses of Enum
com.adonax.audiocue.AudioCueFunctions.PanType
-
Uses of AudioCueFunctions.PanType in com.adonax.audiocue
Methods in com.adonax.audiocue that return AudioCueFunctions.PanTypeModifier and TypeMethodDescriptionstatic AudioCueFunctions.PanTypeReturns the enum constant of this type with the specified name.static AudioCueFunctions.PanType[]AudioCueFunctions.PanType.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.PanTypeModifier and TypeMethodDescriptionvoidAudioCue.setPanType(AudioCueFunctions.PanType panType) Assigns the type of panning to be used.