| 450 | } |
| 451 | |
| 452 | bool RtApi ::probeDeviceOpen(unsigned int /*device*/, StreamMode /*mode*/, unsigned int /*channels*/, |
| 453 | unsigned int /*firstChannel*/, unsigned int /*sampleRate*/, |
| 454 | RtAudioFormat /*format*/, unsigned int * /*bufferSize*/, |
| 455 | RtAudio::StreamOptions * /*options*/) |
| 456 | { |
| 457 | // MUST be implemented in subclasses! |
| 458 | return FAILURE; |
| 459 | } |
| 460 | |
| 461 | void RtApi ::tickStreamTime(void) |
| 462 | { |
nothing calls this directly
no test coverage detected