Uses of Enum
com.adonax.audiocue.AudioCueInstanceEvent.Type
-
Uses of AudioCueInstanceEvent.Type in com.adonax.audiocue
Fields in com.adonax.audiocue declared as AudioCueInstanceEvent.TypeMethods in com.adonax.audiocue that return AudioCueInstanceEvent.TypeModifier and TypeMethodDescriptionstatic AudioCueInstanceEvent.Type
Returns the enum constant of this type with the specified name.static AudioCueInstanceEvent.Type[]
AudioCueInstanceEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adonax.audiocue with parameters of type AudioCueInstanceEvent.TypeModifierConstructorDescriptionAudioCueInstanceEvent
(AudioCueInstanceEvent.Type type, AudioCue source, int instanceID, double frame) Constructor forAudioCueInstanceEvent
, creating an instance of a data-holding class to be passed as a parameter for theAudioCuelistener
methodinstanceEventOccurred