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

Method CoreHandle

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

Source from the content-addressed store, hash-verified

555 bool internalDrain; // Indicates if stop is initiated from callback or not.
556
557 CoreHandle()
558 :deviceBuffer(0), drainCounter(0), internalDrain(false) { nStreams[0] = 1; nStreams[1] = 1; id[0] = 0; id[1] = 0; xrun[0] = false; xrun[1] = false; }
559};
560
561RtApiCore:: RtApiCore()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected