Index

A B C D E F G I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

O

OBTAIN_INSTANCE - Enum constant in enum com.adonax.audiocue.AudioCueInstanceEvent.Type
Indicates that an instance has been obtained from the pool of available instances.
obtainInstance() - Method in class com.adonax.audiocue.AudioCue
Obtains an int instance identifier from a pool of available instances and marks this instance as 'active'.
open() - Method in class com.adonax.audiocue.AudioCue
Readies this AudioCue for media play by instantiating, registering, and running the inner class AudioCuePlayer with default settings.
open(int) - Method in class com.adonax.audiocue.AudioCue
Readies this AudioCue for media play by instantiating, registering, and running the inner class AudioCuePlayer with a custom buffer size.
open(AudioMixer) - Method in class com.adonax.audiocue.AudioCue
Registers an AudioMixer, instead of an inner class AudioCuePlayer, to handle the media play.
open(Mixer, int, int) - Method in class com.adonax.audiocue.AudioCue
Readies this AudioCue for media play by instantiating, registering, and running the inner class AudioCuePlayer with explicit settings for the javax.sound.sampled.Mixer, the number of PCM frames used in an internal buffer, and the priority level for the thread created to handle the media play.
A B C D E F G I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values