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

Method AlsaHandle

src/backends/RtAudio/RtAudio.cpp:7819–7825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7817 bool runnable;
7818
7819 AlsaHandle()
7820 : synchronized(false)
7821 , runnable(false)
7822 {
7823 xrun[0] = false;
7824 xrun[1] = false;
7825 }
7826};
7827
7828static void * alsaCallbackHandler(void * ptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected