Index
All Classes and Interfaces|All Packages|Constant Field Values
P
- PAN_STEPS - Static variable in class com.adonax.audiocue.AudioCue
-
A value indicating the number of frames over which the pan setting changes incrementally when a new pan value is given.
- play() - Method in class com.adonax.audiocue.AudioCue
-
Obtains an
AudioCue
instance and if theAudioCue
has been opened, starts playing from the beginning, with default values: full volume, center pan and at normal speed, and returns anint
identifying the instance, or, returns -1 if noAudioCue
instance is available. - play(double) - Method in class com.adonax.audiocue.AudioCue
-
Obtains an
AudioCue
instance and if theAudioCue
has been opened, starts playing from the beginning, at the given volume, at the default center pan, and at the default normal speed, and returns anint
identifying the instance, or, returns -1 if noAudioCue
instance is available. - play(double, double, double, int) - Method in class com.adonax.audiocue.AudioCue
-
Obtains an
AudioCue
instance and if theAudioCue
has been opened, starts playing from the beginning, at the given volume, pan, speed and number of repetitions, and returns anint
identifying the instance, or, returns -1 if noAudioCue
instance is available.
All Classes and Interfaces|All Packages|Constant Field Values