Returns a QTCaptureDevice instance with the identifier device UID.
Original signature is '+ (QTCaptureDevice *)deviceWithUniqueID:(NSString *)deviceUID'
Available in 5 and later.

C# | Visual Basic | Visual C++ |
public static QTCaptureDevice DeviceWithUniqueID( NSString deviceUID )
Public Shared Function DeviceWithUniqueID ( _ deviceUID As NSString _ ) As QTCaptureDevice
public: static QTCaptureDevice^ DeviceWithUniqueID( NSString^ deviceUID )

- deviceUID (NSString)
- The unique identifier of the device instance to be returned.

If a device with unique identifier deviceUID was connected to the computer at some point during the lifetime of the application, this method returns a QTCaptureDevice instance for that identifier. Otherwise, this method returns NIL.

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