MCPcopy Create free account
hub / github.com/LabSound/LabSound / getApiDisplayName

Method getApiDisplayName

src/backends/RtAudio/RtAudio.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189std::string RtAudio ::getApiDisplayName(RtAudio::Api api)
190{
191 if (api < 0 || api >= RtAudio::NUM_APIS)
192 return "Unknown";
193 return rtaudio_api_names[api][1];
194}
195
196RtAudio::Api RtAudio ::getCompiledApiByName(const std::string & name)
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected