MCPcopy Create free account
hub / github.com/briankendall/proxy-audio-device / ProxyAudio_StartIO

Method ProxyAudio_StartIO

proxyAudioDevice/ProxyAudioDevice.cpp:300–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300OSStatus ProxyAudioDevice::ProxyAudio_StartIO(AudioServerPlugInDriverRef inDriver,
301 AudioObjectID inDeviceObjectID,
302 UInt32 inClientID) {
303 ProxyAudioDevice *device = ProxyAudioDevice::deviceForDriver(inDriver);
304
305 if (!device) {
306 return kAudioHardwareBadObjectError;
307 }
308
309 return device->StartIO(inDriver, inDeviceObjectID, inClientID);
310}
311
312OSStatus ProxyAudioDevice::ProxyAudio_StopIO(AudioServerPlugInDriverRef inDriver,
313 AudioObjectID inDeviceObjectID,

Callers

nothing calls this directly

Calls 1

StartIOMethod · 0.80

Tested by

no test coverage detected