MCPcopy Create free account
hub / github.com/LabSound/LabSound / WasapiHandle

Method WasapiHandle

src/backends/RtAudio/RtAudio.cpp:4573–4581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4571 HANDLE renderEvent;
4572
4573 WasapiHandle()
4574 : captureAudioClient(NULL)
4575 , renderAudioClient(NULL)
4576 , captureClient(NULL)
4577 , renderClient(NULL)
4578 , captureEvent(NULL)
4579 , renderEvent(NULL)
4580 {
4581 }
4582};
4583
4584//=============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected