|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.loaders.sound.impl.ogg.OggSoundContainer
public class OggSoundContainer
Insert type comment here.
| Method Summary | |
|---|---|
SoundBuffer |
getData(SoundDriver driver)
Gets a buffer to be played. |
long |
getDecodedSize()
Can only be called after you get the data. |
int |
getFreq()
|
int |
getNumChannels()
|
boolean |
isStreaming()
Currently always returns false, because streaming is not supported. |
void |
returnData(SoundDriver driver,
SoundBuffer buffer)
Called by the sound system to indicate that it has finished playing the buffer. |
void |
rewind(SoundDriver driver)
Generally only valid for streaming sound containers. |
void |
setVolumeMultiplier(float v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getNumChannels()
public void setVolumeMultiplier(float v)
public int getFreq()
public long getDecodedSize()
public boolean isStreaming()
isStreaming in interface SoundContainerpublic SoundBuffer getData(SoundDriver driver)
getData in interface SoundContainer
public void returnData(SoundDriver driver,
SoundBuffer buffer)
returnData in interface SoundContainerpublic void rewind(SoundDriver driver)
rewind in interface SoundContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||