Class NativeVorbisFile

java.lang.Object
com.jme3.audio.plugins.NativeVorbisFile

public class NativeVorbisFile extends Object
  • Field Details

    • fd

      public int fd
    • ovf

      public ByteBuffer 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

      public NativeVorbisFile(int fd, long off, long len) throws IOException
      Throws:
      IOException
  • Method Details