| 174 | }; |
| 175 | |
| 176 | void RtAudio ::getCompiledApi(std::vector<RtAudio::Api> & apis) |
| 177 | { |
| 178 | apis = std::vector<RtAudio::Api>(rtaudio_compiled_apis, |
| 179 | rtaudio_compiled_apis + rtaudio_num_compiled_apis); |
| 180 | } |
| 181 | |
| 182 | std::string RtAudio ::getApiName(RtAudio::Api api) |
| 183 | { |
nothing calls this directly
no outgoing calls
no test coverage detected