|
RESULT | release () |
|
RESULT | getSystemObject (out System system) |
|
RESULT | addInput (DSP input) |
|
RESULT | addInput (DSP input, out DSPConnection connection, DSPCONNECTION_TYPE type=DSPCONNECTION_TYPE.STANDARD) |
|
RESULT | disconnectFrom (DSP target, DSPConnection connection) |
|
RESULT | disconnectAll (bool inputs, bool outputs) |
|
RESULT | getNumInputs (out int numinputs) |
|
RESULT | getNumOutputs (out int numoutputs) |
|
RESULT | getInput (int index, out DSP input, out DSPConnection inputconnection) |
|
RESULT | getOutput (int index, out DSP output, out DSPConnection outputconnection) |
|
RESULT | setActive (bool active) |
|
RESULT | getActive (out bool active) |
|
RESULT | setBypass (bool bypass) |
|
RESULT | getBypass (out bool bypass) |
|
RESULT | setWetDryMix (float prewet, float postwet, float dry) |
|
RESULT | getWetDryMix (out float prewet, out float postwet, out float dry) |
|
RESULT | setChannelFormat (CHANNELMASK channelmask, int numchannels, SPEAKERMODE source_speakermode) |
|
RESULT | getChannelFormat (out CHANNELMASK channelmask, out int numchannels, out SPEAKERMODE source_speakermode) |
|
RESULT | getOutputChannelFormat (CHANNELMASK inmask, int inchannels, SPEAKERMODE inspeakermode, out CHANNELMASK outmask, out int outchannels, out SPEAKERMODE outspeakermode) |
|
RESULT | reset () |
|
RESULT | setCallback (DSP_CALLBACK callback) |
|
RESULT | setParameterFloat (int index, float value) |
|
RESULT | setParameterInt (int index, int value) |
|
RESULT | setParameterBool (int index, bool value) |
|
RESULT | setParameterData (int index, byte[] data) |
|
RESULT | getParameterFloat (int index, out float value) |
|
RESULT | getParameterInt (int index, out int value) |
|
RESULT | getParameterBool (int index, out bool value) |
|
RESULT | getParameterData (int index, out IntPtr data, out uint length) |
|
RESULT | getNumParameters (out int numparams) |
|
RESULT | getParameterInfo (int index, out DSP_PARAMETER_DESC desc) |
|
RESULT | getDataParameterIndex (int datatype, out int index) |
|
RESULT | showConfigDialog (IntPtr hwnd, bool show) |
|
RESULT | getInfo (out string name, out uint version, out int channels, out int configwidth, out int configheight) |
|
RESULT | getInfo (out uint version, out int channels, out int configwidth, out int configheight) |
|
RESULT | getType (out DSP_TYPE type) |
|
RESULT | getIdle (out bool idle) |
|
RESULT | setUserData (IntPtr userdata) |
|
RESULT | getUserData (out IntPtr userdata) |
|
RESULT | setMeteringEnabled (bool inputEnabled, bool outputEnabled) |
|
RESULT | getMeteringEnabled (out bool inputEnabled, out bool outputEnabled) |
|
RESULT | getMeteringInfo (IntPtr zero, out DSP_METERING_INFO outputInfo) |
|
RESULT | getMeteringInfo (out DSP_METERING_INFO inputInfo, IntPtr zero) |
|
RESULT | getMeteringInfo (out DSP_METERING_INFO inputInfo, out DSP_METERING_INFO outputInfo) |
|
RESULT | getCPUUsage (out uint exclusive, out uint inclusive) |
|
static RESULT | FMOD5_DSP_SetMeteringEnabled (IntPtr dsp, bool inputEnabled, bool outputEnabled) |
|
static RESULT | FMOD5_DSP_GetMeteringEnabled (IntPtr dsp, out bool inputEnabled, out bool outputEnabled) |
|
static RESULT | FMOD5_DSP_GetMeteringInfo (IntPtr dsp, IntPtr zero, out DSP_METERING_INFO outputInfo) |
|
static RESULT | FMOD5_DSP_GetMeteringInfo (IntPtr dsp, out DSP_METERING_INFO inputInfo, IntPtr zero) |
|
static RESULT | FMOD5_DSP_GetMeteringInfo (IntPtr dsp, out DSP_METERING_INFO inputInfo, out DSP_METERING_INFO outputInfo) |
|
static RESULT | FMOD5_DSP_GetCPUUsage (IntPtr dsp, out uint exclusive, out uint inclusive) |
|
| DSP (IntPtr ptr) |
|
bool | hasHandle () |
|
void | clearHandle () |
|
|
static RESULT | FMOD5_DSP_Release (IntPtr dsp) |
|
static RESULT | FMOD5_DSP_GetSystemObject (IntPtr dsp, out IntPtr system) |
|
static RESULT | FMOD5_DSP_AddInput (IntPtr dsp, IntPtr input, IntPtr zero, DSPCONNECTION_TYPE type) |
|
static RESULT | FMOD5_DSP_AddInput (IntPtr dsp, IntPtr input, out IntPtr connection, DSPCONNECTION_TYPE type) |
|
static RESULT | FMOD5_DSP_DisconnectFrom (IntPtr dsp, IntPtr target, IntPtr connection) |
|
static RESULT | FMOD5_DSP_DisconnectAll (IntPtr dsp, bool inputs, bool outputs) |
|
static RESULT | FMOD5_DSP_GetNumInputs (IntPtr dsp, out int numinputs) |
|
static RESULT | FMOD5_DSP_GetNumOutputs (IntPtr dsp, out int numoutputs) |
|
static RESULT | FMOD5_DSP_GetInput (IntPtr dsp, int index, out IntPtr input, out IntPtr inputconnection) |
|
static RESULT | FMOD5_DSP_GetOutput (IntPtr dsp, int index, out IntPtr output, out IntPtr outputconnection) |
|
static RESULT | FMOD5_DSP_SetActive (IntPtr dsp, bool active) |
|
static RESULT | FMOD5_DSP_GetActive (IntPtr dsp, out bool active) |
|
static RESULT | FMOD5_DSP_SetBypass (IntPtr dsp, bool bypass) |
|
static RESULT | FMOD5_DSP_GetBypass (IntPtr dsp, out bool bypass) |
|
static RESULT | FMOD5_DSP_SetWetDryMix (IntPtr dsp, float prewet, float postwet, float dry) |
|
static RESULT | FMOD5_DSP_GetWetDryMix (IntPtr dsp, out float prewet, out float postwet, out float dry) |
|
static RESULT | FMOD5_DSP_SetChannelFormat (IntPtr dsp, CHANNELMASK channelmask, int numchannels, SPEAKERMODE source_speakermode) |
|
static RESULT | FMOD5_DSP_GetChannelFormat (IntPtr dsp, out CHANNELMASK channelmask, out int numchannels, out SPEAKERMODE source_speakermode) |
|
static RESULT | FMOD5_DSP_GetOutputChannelFormat (IntPtr dsp, CHANNELMASK inmask, int inchannels, SPEAKERMODE inspeakermode, out CHANNELMASK outmask, out int outchannels, out SPEAKERMODE outspeakermode) |
|
static RESULT | FMOD5_DSP_Reset (IntPtr dsp) |
|
static RESULT | FMOD5_DSP_SetCallback (IntPtr dsp, DSP_CALLBACK callback) |
|
static RESULT | FMOD5_DSP_SetParameterFloat (IntPtr dsp, int index, float value) |
|
static RESULT | FMOD5_DSP_SetParameterInt (IntPtr dsp, int index, int value) |
|
static RESULT | FMOD5_DSP_SetParameterBool (IntPtr dsp, int index, bool value) |
|
static RESULT | FMOD5_DSP_SetParameterData (IntPtr dsp, int index, IntPtr data, uint length) |
|
static RESULT | FMOD5_DSP_GetParameterFloat (IntPtr dsp, int index, out float value, IntPtr valuestr, int valuestrlen) |
|
static RESULT | FMOD5_DSP_GetParameterInt (IntPtr dsp, int index, out int value, IntPtr valuestr, int valuestrlen) |
|
static RESULT | FMOD5_DSP_GetParameterBool (IntPtr dsp, int index, out bool value, IntPtr valuestr, int valuestrlen) |
|
static RESULT | FMOD5_DSP_GetParameterData (IntPtr dsp, int index, out IntPtr data, out uint length, IntPtr valuestr, int valuestrlen) |
|
static RESULT | FMOD5_DSP_GetNumParameters (IntPtr dsp, out int numparams) |
|
static RESULT | FMOD5_DSP_GetParameterInfo (IntPtr dsp, int index, out IntPtr desc) |
|
static RESULT | FMOD5_DSP_GetDataParameterIndex (IntPtr dsp, int datatype, out int index) |
|
static RESULT | FMOD5_DSP_ShowConfigDialog (IntPtr dsp, IntPtr hwnd, bool show) |
|
static RESULT | FMOD5_DSP_GetInfo (IntPtr dsp, IntPtr name, out uint version, out int channels, out int configwidth, out int configheight) |
|
static RESULT | FMOD5_DSP_GetType (IntPtr dsp, out DSP_TYPE type) |
|
static RESULT | FMOD5_DSP_GetIdle (IntPtr dsp, out bool idle) |
|
static RESULT | FMOD5_DSP_SetUserData (IntPtr dsp, IntPtr userdata) |
|
static RESULT | FMOD5_DSP_GetUserData (IntPtr dsp, out IntPtr userdata) |
|