Package com.jme3.audio.plugins
Class NativeVorbisFile
java.lang.Object
com.jme3.audio.plugins.NativeVorbisFile
-
Field Summary
Modifier and TypeFieldDescriptionint
int
float
int
int
boolean
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static void
int
read
(byte[] buf, int off, int len) void
readFully
(ByteBuffer out) void
seekTime
(double time)
-
Field Details
-
fd
public int fd -
ovf
-
seekable
public boolean seekable -
channels
public int channels -
sampleRate
public int sampleRate -
bitRate
public int bitRate -
totalBytes
public int totalBytes -
duration
public float duration
-
-
Constructor Details
-
NativeVorbisFile
- Throws:
IOException
-
-
Method Details
-
seekTime
- Throws:
IOException
-
read
- Throws:
IOException
-
readFully
- Throws:
IOException
-
close
public void close() -
nativeInit
public static void nativeInit()
-