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

Method PulseAudioHandle

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

Source from the content-addressed store, hash-verified

8565 pthread_cond_t runnable_cv;
8566 bool runnable;
8567 PulseAudioHandle() : s_play(0), s_rec(0), runnable(false) { }
8568};
8569
8570static void rt_pa_mainloop_api_quit(int ret) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected