I am programming a video capture application using QTKit. It is set up so that users must select a webcam from the list obtained with [QTCaptureDevice inputDevicesWithMediaType: QTMediaTypeVideo]. I want the user to be able to choose a camera, and have the corresponding microphone automatically selected, but I don't see a way to accomplish this within QTKit.
My application needs to run on OSX 10.6 to 10.8, so I can't use AVFoundation, which arrived in 10.7. QuickTime is deprecated at this point.
So the question is: On Mac OS 10.6 to 10.8, how can I automatically match a webcam camera with it's embedded microphone.
Thanks