There is another mistake in the code, in the function call AudioDeviceGetProperty(
audioDevices[i],0,false,
kAudioDevicePropertyStreamConfiguration,
&sz,&bufferList
);
it should be bufferList that’s being passed into it, not &bufferList. Thanks
Submitted by Scott (not verified) on 2009.04.13 @ 19:19. |
There is another mistake in the code, in the function call AudioDeviceGetProperty( audioDevices[i],0,false, kAudioDevicePropertyStreamConfiguration, &sz,&bufferList ); it should be bufferList that’s being passed into it, not &bufferList. Thanks
Submitted by Scott (not verified) on 2009.04.13 @ 19:19. |