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

Method CoreHandle

src/backends/RtAudio/RtAudio.cpp:565–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 bool internalDrain; // Indicates if stop is initiated from callback or not.
564
565 CoreHandle()
566 : deviceBuffer(0)
567 , drainCounter(0)
568 , internalDrain(false)
569 {
570 nStreams[0] = 1;
571 nStreams[1] = 1;
572 id[0] = 0;
573 id[1] = 0;
574 xrun[0] = false;
575 xrun[1] = false;
576 }
577};
578
579RtApiCore::RtApiCore()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected