| 94 | // *************************************************** // |
| 95 | |
| 96 | std::string RtAudio ::getVersion(void) |
| 97 | { |
| 98 | return RTAUDIO_VERSION; |
| 99 | } |
| 100 | |
| 101 | // Define API names and display names. |
| 102 | // Must be in same order as API enum. |
nothing calls this directly
no outgoing calls
no test coverage detected