Bizarre error in CoreAudio code
Bizarre error in CoreAudio code
- Subject: Bizarre error in CoreAudio code
- From: Chilton Webb <email@hidden>
- Date: Tue, 29 Jun 2004 17:29:03 -0500
Hi,
if I use this...
err =AudioUnitSetProperty(InputUnit,
kAudioOutputUnitProperty_CurrentDevice,
kAudioUnitScope_Global,
0,
&inputDevice,
sizeof(inputDevice));
... with the correct DeviceID of a USB mic or the iSight camera, I get
the 'kAudioUnitErr_InvalidPropertyValue' as an error. Otherwise, all is
fine. Why would that be?
Thanks,
-Chilton
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.