| 438 | } |
| 439 | |
| 440 | unsigned int RtApi ::getDefaultOutputDevice(void) |
| 441 | { |
| 442 | // Should be implemented in subclasses if possible. |
| 443 | return 0; |
| 444 | } |
| 445 | |
| 446 | void RtApi ::closeStream(void) |
| 447 | { |
nothing calls this directly
no outgoing calls
no test coverage detected