MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / WasapiHandle

Method WasapiHandle

external/rtaudio/RtAudio.cpp:4236–4242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4234 HANDLE renderEvent;
4235
4236 WasapiHandle()
4237 : captureAudioClient( NULL ),
4238 renderAudioClient( NULL ),
4239 captureClient( NULL ),
4240 renderClient( NULL ),
4241 captureEvent( NULL ),
4242 renderEvent( NULL ) {}
4243};
4244
4245//=============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected