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

Method PulseAudioHandle

src/backends/RtAudio/RtAudio.cpp:9286–9291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9284 pthread_cond_t runnable_cv;
9285 bool runnable;
9286 PulseAudioHandle()
9287 : s_play(0)
9288 , s_rec(0)
9289 , runnable(false)
9290 {
9291 }
9292};
9293
9294RtApiPulse::~RtApiPulse()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected