| 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 | |
| 561 | RtApiCore:: RtApiCore() |
nothing calls this directly
no outgoing calls
no test coverage detected