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