Package fmod

Class SoundBuffer

java.lang.Object
fmod.SoundBuffer

public class SoundBuffer
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int Buf_Read  
    int Buf_Size  
    int Buf_Write  
  • Constructor Summary

    Constructors
    Constructor Description
    SoundBuffer​(int Buf_Size)  
  • Method Summary

    Modifier and Type Method Description
    short[] buf()  
    void get​(long blocksize, short[] data)  
    void push​(long datasize, byte[] data)  
    void push​(long datasize, short[] data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • Buf_Size

      public int Buf_Size
    • Buf_Read

      public int Buf_Read
    • Buf_Write

      public int Buf_Write
  • Constructor Details

    • SoundBuffer

      public SoundBuffer​(int Buf_Size)
  • Method Details

    • get

      public void get​(long blocksize, short[] data)
    • push

      public void push​(long datasize, short[] data)
    • push

      public void push​(long datasize, byte[] data)
    • buf

      public short[] buf()