Re: kAudioDevicePropertyStreamFormat unsupported?
Re: kAudioDevicePropertyStreamFormat unsupported?
- Subject: Re: kAudioDevicePropertyStreamFormat unsupported?
- From: kelly jacklin <email@hidden>
- Date: Mon, 10 Nov 2003 05:13:19 -0800
On Nov 9, 2003, at 11:21 PM, Tim Dorcey wrote:
AudioDeviceGetProperty(device,0,false,kAudioDevicePropertyStreamFormat,
..)
Shouldn't that be:
AudioDeviceGetProperty(device,0,true,kAudioDevicePropertyStreamFormat,..
)
^^^^
I would imaging the USB camera is an input-only device (i.e. it has no
output streams), and asking an input-only device for its output stream
format would likely result in this exact error. This would also
explain why it works perfectly with built-in, as that has both input
and output...
Hope this helps...
kelly jacklin
_______________________________________________
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.