org.lwjgl.fmod3.callbacks
Interface FSoundReadCallback


public interface FSoundReadCallback

This interface describes a callback interface to Fmod music

Version:
$Revision: 2286 $ $Id: FSoundReadCallback.java 2286 2006-03-23 19:32:21Z matzon $
Author:
Brian Matzon

Method Summary
 int FSOUND_READCALLBACK(java.nio.ByteBuffer buffer, int size, int handle)
           
 

Method Detail

FSOUND_READCALLBACK

int FSOUND_READCALLBACK(java.nio.ByteBuffer buffer,
                        int size,
                        int handle)


Copyright © 2002-2006 lwjgl.org. All Rights Reserved.