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

Method getDefaultInputDevice

src/backends/RtAudio/RtAudio.cpp:434–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434unsigned int RtApi ::getDefaultInputDevice(void)
435{
436 // Should be implemented in subclasses if possible.
437 return 0;
438}
439
440unsigned int RtApi ::getDefaultOutputDevice(void)
441{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected