Package com.jme3.audio.plugins
Class NativeVorbisFile
- java.lang.Object
-
- com.jme3.audio.plugins.NativeVorbisFile
-
public class NativeVorbisFile extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intbitRateintchannelsfloatdurationintfdjava.nio.ByteBufferovfintsampleRatebooleanseekableinttotalBytes
-
Constructor Summary
Constructors Constructor Description NativeVorbisFile(int fd, long off, long len)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static voidnativeInit()intread(byte[] buf, int off, int len)voidreadFully(java.nio.ByteBuffer out)voidseekTime(double time)
-
-
-
Method Detail
-
seekTime
public void seekTime(double time) throws java.io.IOException- Throws:
java.io.IOException
-
read
public int read(byte[] buf, int off, int len) throws java.io.IOException- Throws:
java.io.IOException
-
readFully
public void readFully(java.nio.ByteBuffer out) throws java.io.IOException- Throws:
java.io.IOException
-
close
public void close()
-
nativeInit
public static void nativeInit()
-
-