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

Method getCompiledApi

src/backends/RtAudio/RtAudio.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176void 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
182std::string RtAudio ::getApiName(RtAudio::Api api)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected