org.jouvieje.fmodex.callbacks
Interface FMOD_DSP_READCALLBACK


public interface FMOD_DSP_READCALLBACK


Method Summary
 FMOD_RESULT FMOD_DSP_READCALLBACK(FMOD_DSP_STATE dsp_state, java.nio.FloatBuffer inbuffer, java.nio.FloatBuffer outbuffer, int length, int inchannels, int outchannels)
           
 

Method Detail

FMOD_DSP_READCALLBACK

public FMOD_RESULT FMOD_DSP_READCALLBACK(FMOD_DSP_STATE dsp_state,
                                         java.nio.FloatBuffer inbuffer,
                                         java.nio.FloatBuffer outbuffer,
                                         int length,
                                         int inchannels,
                                         int outchannels)


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)