Method |
Description |
|
FMOD_DSPConnection_GetInput ( IntPtr dspconnection, IntPtr &input ) : RESULT |
|
|
FMOD_DSPConnection_GetMix ( IntPtr dspconnection, float &volume ) : RESULT |
|
|
FMOD_DSPConnection_GetMixMatrix ( IntPtr dspconnection, float matrix, int &outchannels, int &inchannels, int inchannel_hop ) : RESULT |
|
|
FMOD_DSPConnection_GetOutput ( IntPtr dspconnection, IntPtr &output ) : RESULT |
|
|
FMOD_DSPConnection_GetType ( IntPtr dspconnection, DSPCONNECTION_TYPE &type ) : RESULT |
|
|
FMOD_DSPConnection_GetUserData ( IntPtr dspconnection, IntPtr &userdata ) : RESULT |
|
|
FMOD_DSPConnection_SetMix ( IntPtr dspconnection, float volume ) : RESULT |
|
|
FMOD_DSPConnection_SetMixMatrix ( IntPtr dspconnection, float matrix, int outchannels, int inchannels, int inchannel_hop ) : RESULT |
|
|
FMOD_DSPConnection_SetUserData ( IntPtr dspconnection, IntPtr userdata ) : RESULT |
|
|