org.jouvieje.fmodex.callbacks
Interface FMOD_FILE_READCALLBACK


public interface FMOD_FILE_READCALLBACK


Method Summary
 FMOD_RESULT FMOD_FILE_READCALLBACK(Pointer handle, java.nio.ByteBuffer buffer, int sizebytes, java.nio.IntBuffer bytesread, Pointer userdata)
           
 

Method Detail

FMOD_FILE_READCALLBACK

public FMOD_RESULT FMOD_FILE_READCALLBACK(Pointer handle,
                                          java.nio.ByteBuffer buffer,
                                          int sizebytes,
                                          java.nio.IntBuffer bytesread,
                                          Pointer userdata)


NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)