|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.audio.player.AudioPlayer
com.jmex.audio.player.MemoryAudioPlayer
public abstract class MemoryAudioPlayer
Player class that plays audio from memory, requiring the audio track to be completely loaded into memory prior to playback.
Constructor Summary | |
---|---|
MemoryAudioPlayer(AudioBuffer buffer,
AudioTrack parent)
|
Method Summary | |
---|---|
AudioBuffer |
getBuffer()
|
Methods inherited from class com.jmex.audio.player.AudioPlayer |
---|
applyTrackProperties, cleanup, getBitRate, getChannels, getCurrentTime, getDepth, getLength, getMaxDistance, getMaxVolume, getMinVolume, getPauseTime, getPitch, getRefDistance, getRolloff, getStartTime, getTrack, getVolume, init, isActive, isLoop, isPlaying, isStopped, loop, pause, play, setMaxAudibleDistance, setMaxDistance, setMaxVolume, setMinVolume, setPauseTime, setPitch, setRefDistance, setReferenceDistance, setRolloff, setStartTime, setVolume, stop, updateTrackPlacement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryAudioPlayer(AudioBuffer buffer, AudioTrack parent)
Method Detail |
---|
public AudioBuffer getBuffer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |