Index
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
intinstance identifier from a pool of available instances and marks this instance as 'active'. - open() - Method in class com.adonax.audiocue.AudioCue
-
Readies this
AudioCuefor media play by instantiating, registering, and running the inner classAudioCuePlayerwith default settings. - open(int) - Method in class com.adonax.audiocue.AudioCue
-
Readies this
AudioCuefor media play by instantiating, registering, and running the inner classAudioCuePlayerwith a custom buffer size. - open(AudioMixer) - Method in class com.adonax.audiocue.AudioCue
-
Registers an
AudioMixer, instead of an inner classAudioCuePlayer, to handle the media play. - open(Mixer, int, int) - Method in class com.adonax.audiocue.AudioCue
-
Readies this
AudioCuefor media play by instantiating, registering, and running the inner classAudioCuePlayerwith explicit settings for thejavax.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.
All Classes and Interfaces|All Packages|Constant Field Values