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

Method getVersion

src/backends/RtAudio/RtAudio.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94// *************************************************** //
95
96std::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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected