C# Class FMOD.DSPConnection

Show file Open project: punker76/simple-music-player Class Usage Examples

Public Methods

Method Description
DSPConnection ( IntPtr raw ) : System
getInput ( DSP &input ) : RESULT
getMix ( float &volume ) : RESULT
getMixMatrix ( float matrix, int &outchannels, int &inchannels, int inchannel_hop ) : RESULT
getOutput ( DSP &output ) : RESULT
getType ( DSPCONNECTION_TYPE &type ) : RESULT
getUserData ( IntPtr &userdata ) : RESULT
setMix ( float volume ) : RESULT
setMixMatrix ( float matrix, int outchannels, int inchannels, int inchannel_hop ) : RESULT
setUserData ( IntPtr userdata ) : RESULT

Private Methods

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

Method Details

DSPConnection() public method

public DSPConnection ( IntPtr raw ) : System
raw System.IntPtr
return System

getInput() public method

public getInput ( DSP &input ) : RESULT
input DSP
return RESULT

getMix() public method

public getMix ( float &volume ) : RESULT
volume float
return RESULT

getMixMatrix() public method

public getMixMatrix ( float matrix, int &outchannels, int &inchannels, int inchannel_hop ) : RESULT
matrix float
outchannels int
inchannels int
inchannel_hop int
return RESULT

getOutput() public method

public getOutput ( DSP &output ) : RESULT
output DSP
return RESULT

getType() public method

public getType ( DSPCONNECTION_TYPE &type ) : RESULT
type DSPCONNECTION_TYPE
return RESULT

getUserData() public method

public getUserData ( IntPtr &userdata ) : RESULT
userdata System.IntPtr
return RESULT

setMix() public method

public setMix ( float volume ) : RESULT
volume float
return RESULT

setMixMatrix() public method

public setMixMatrix ( float matrix, int outchannels, int inchannels, int inchannel_hop ) : RESULT
matrix float
outchannels int
inchannels int
inchannel_hop int
return RESULT

setUserData() public method

public setUserData ( IntPtr userdata ) : RESULT
userdata System.IntPtr
return RESULT