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
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 classAudioCuePlayer
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 classAudioCuePlayer
with 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
AudioCue
for media play by instantiating, registering, and running the inner classAudioCuePlayer
with 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