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

Method getApiName

src/backends/RtAudio/RtAudio.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182std::string RtAudio ::getApiName(RtAudio::Api api)
183{
184 if (api < 0 || api >= RtAudio::NUM_APIS)
185 return "";
186 return rtaudio_api_names[api][0];
187}
188
189std::string RtAudio ::getApiDisplayName(RtAudio::Api api)
190{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected