MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / cast

Function cast

src/audio/base/DspHost.cpp:29–31  ·  view source on GitHub ↗

C interop */

Source from the content-addressed store, hash-verified

27
28/* C interop */
29inline JamesDSPLib* cast(void* raw){
30 return static_cast<JamesDSPLib*>(raw);
31}
32
33DspHost::DspHost(void* dspPtr, MessageHandlerFunc&& extraHandler) : _extraFunc(std::move(extraHandler))
34{

Callers 14

updateLimiterMethod · 0.85
updateFirEqualizerMethod · 0.85
updateVdcMethod · 0.85
updateCompanderMethod · 0.85
updateStereoWideMethod · 0.85
updateReverbMethod · 0.85
updateConvolverMethod · 0.85
updateGraphicEqMethod · 0.85
updateCrossfeedMethod · 0.85
updateMethod · 0.85
reloadLiveprogMethod · 0.85
enumEelVariablesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected