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

Method saveDeviceInfo

src/backends/RtAudio/RtAudio.cpp:3261–3269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3259}
3260
3261void RtApiAsio ::saveDeviceInfo(void)
3262{
3263 devices_.clear();
3264
3265 unsigned int nDevices = getDeviceCount();
3266 devices_.resize(nDevices);
3267 for (unsigned int i = 0; i < nDevices; i++)
3268 devices_[i] = getDeviceInfo(i);
3269}
3270
3271bool RtApiAsio ::probeDeviceOpen(unsigned int device, StreamMode mode, unsigned int channels,
3272 unsigned int firstChannel, unsigned int sampleRate,

Callers 1

probeDeviceOpenMethod · 0.95

Calls 2

clearMethod · 0.80
resizeMethod · 0.80

Tested by

no test coverage detected