Class DSPConnection

#include <Geode/fmod/fmod.hpp>
classDSPConnection{ ... }
No description provided
Examples0
Public static methods0
Public member functions9
FMOD_RESULTgetInput(
DSP **input
)
No description provided
FMOD_RESULTgetOutput(
DSP **output
)
No description provided
FMOD_RESULTsetMix(
floatvolume
)
No description provided
FMOD_RESULTgetMix(
float*volume
)
No description provided
FMOD_RESULTsetMixMatrix(
float*matrix
,
intoutchannels
,
intinchannels
,
intinchannel_hop
)
No description provided
FMOD_RESULTgetMixMatrix(
float*matrix
,
int*outchannels
,
int*inchannels
,
intinchannel_hop
)
No description provided
FMOD_RESULTgetType()
No description provided
FMOD_RESULTsetUserData(
void*userdata
)
No description provided
FMOD_RESULTgetUserData(
void **userdata
)
No description provided
Fields0
Protected member functions0
Protected fields0