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
AudioCueinstance and if theAudioCuehas been opened, starts playing from the beginning, with default values: full volume, center pan and at normal speed, and returns anintidentifying the instance, or, returns -1 if noAudioCueinstance is available. - play(double) - Method in class com.adonax.audiocue.AudioCue
-
Obtains an
AudioCueinstance and if theAudioCuehas been opened, starts playing from the beginning, at the given volume, at the default center pan, and at the default normal speed, and returns anintidentifying the instance, or, returns -1 if noAudioCueinstance is available. - play(double, double, double, int) - Method in class com.adonax.audiocue.AudioCue
-
Obtains an
AudioCueinstance and if theAudioCuehas been opened, starts playing from the beginning, at the given volume, pan, speed and number of repetitions, and returns anintidentifying the instance, or, returns -1 if noAudioCueinstance is available.
All Classes and Interfaces|All Packages|Constant Field Values