| 432 | } |
| 433 | |
| 434 | unsigned int RtApi ::getDefaultInputDevice(void) |
| 435 | { |
| 436 | // Should be implemented in subclasses if possible. |
| 437 | return 0; |
| 438 | } |
| 439 | |
| 440 | unsigned int RtApi ::getDefaultOutputDevice(void) |
| 441 | { |
nothing calls this directly
no outgoing calls
no test coverage detected