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

Method getDefaultOutputDevice

src/backends/RtAudio/RtAudio.cpp:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440unsigned int RtApi ::getDefaultOutputDevice(void)
441{
442 // Should be implemented in subclasses if possible.
443 return 0;
444}
445
446void RtApi ::closeStream(void)
447{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected