| 3253 | } |
| 3254 | |
| 3255 | static void bufferSwitch(long index, ASIOBool /*processNow*/) |
| 3256 | { |
| 3257 | RtApiAsio * object = (RtApiAsio *) asioCallbackInfo->object; |
| 3258 | object->callbackEvent(index); |
| 3259 | } |
| 3260 | |
| 3261 | void RtApiAsio ::saveDeviceInfo(void) |
| 3262 | { |
nothing calls this directly
no test coverage detected