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

Method RtApi

src/backends/RtAudio/RtAudio.cpp:311–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309// *************************************************** //
310
311RtApi ::RtApi()
312{
313 stream_.state = STREAM_CLOSED;
314 stream_.mode = UNINITIALIZED;
315 stream_.apiHandle = 0;
316 stream_.userBuffer[0] = 0;
317 stream_.userBuffer[1] = 0;
318 MUTEX_INITIALIZE(&stream_.mutex);
319 showWarnings_ = true;
320 firstErrorOccurred_ = false;
321}
322
323RtApi ::~RtApi()
324{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected