Returns an array of input devices currently connected to the computer that send a stream with the given media type.
Original signature is '+ (NSArray *)inputDevicesWithMediaType:(NSString *)mediaType'
Available in 5 and later.


- mediaType (NSString)
- The media type, such as QTMediaTypeVideo, QTMediaTypeSound, or QTMediaTypeMuxed, supported by each returned device.

An array of QTCaptureDevice instances for each connected device with the given media type. If there are no available devices, the returned array will be empty.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)