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

Method probeDeviceOpen

src/backends/RtAudio/RtAudio.cpp:452–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452bool RtApi ::probeDeviceOpen(unsigned int /*device*/, StreamMode /*mode*/, unsigned int /*channels*/,
453 unsigned int /*firstChannel*/, unsigned int /*sampleRate*/,
454 RtAudioFormat /*format*/, unsigned int * /*bufferSize*/,
455 RtAudio::StreamOptions * /*options*/)
456{
457 // MUST be implemented in subclasses!
458 return FAILURE;
459}
460
461void RtApi ::tickStreamTime(void)
462{

Callers

nothing calls this directly

Calls 6

saveDeviceInfoMethod · 0.95
getAsioErrorStringFunction · 0.85
getErrorStringFunction · 0.85
sizeMethod · 0.80
emptyMethod · 0.80
clearMethod · 0.80

Tested by

no test coverage detected