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

Method isRunning

src/backends/RtAudio/AudioDevice_RtAudio.cpp:221–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221bool AudioDevice_RtAudio::isRunning() const
222{
223 try
224 {
225 return rtaudio_ctx.isStreamRunning();
226 }
227 catch (const RtAudioError & e)
228 {
229 LOG_ERROR(e.getMessage().c_str());
230 return false;
231 }
232}
233
234
235// Pulls on our provider to get rendered audio stream.

Callers

nothing calls this directly

Calls 1

isStreamRunningMethod · 0.80

Tested by

no test coverage detected