Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- getFrameLength() - Method in class com.adonax.audiocue.AudioCue
-
Gets the media length in sample frames.
- getFramePosition(int) - Method in class com.adonax.audiocue.AudioCue
-
Returns the current sample frame number.
- getIsActive(int) - Method in class com.adonax.audiocue.AudioCue
-
Returns
true
if the designated instance is active,false
if not. - getIsPlaying(int) - Method in class com.adonax.audiocue.AudioCue
-
Returns
true
if instance is playing,false
if not - getMicrosecondLength() - Method in class com.adonax.audiocue.AudioCue
-
Gets the media length in microseconds.
- getName() - Method in class com.adonax.audiocue.AudioCue
-
Returns the name associated with the
AudioCue
. - getPan(int) - Method in class com.adonax.audiocue.AudioCue
-
Returns a double in the range [-1, 1] where -1 corresponds to 100% left, 1 corresponds to 100% right, and 0 corresponds to center.
- getPcmCopy() - Method in class com.adonax.audiocue.AudioCue
-
Returns a copy of the signed, normalized float PCM array for this
AudioCue
. - getSourceDataLine(Mixer, Line.Info) - Static method in class com.adonax.audiocue.AudioCueFunctions
-
Obtains a
SourceDataLine
that is available for use from the specifiedjavax.sound.sampled.Mixer
and that matches the description in the specifiedLine.Info
. - getSpeed(int) - Method in class com.adonax.audiocue.AudioCue
-
Returns a factor indicating the current rate of play of the
AudioCue
instance relative to normal play. - getTracksCount() - Method in class com.adonax.audiocue.AudioMixer
-
Returns the number of tracks being mixed.
- getVolume(int) - Method in class com.adonax.audiocue.AudioCue
-
Returns a value indicating the current volume setting of an
AudioCue
instance, ranging [0..1].
All Classes and Interfaces|All Packages|Constant Field Values