MonobjcMonobjc Documented Class Library
QTCaptureDeviceInputSourceIdentifierKey Field
NamespacesMonobjc.QTKitQTCaptureDeviceQTCaptureDeviceInputSourceIdentifierKey

An object representing a unique ID for the input source. This ID is not guaranteed to persist between device connections or changes in device configuration. To set the input source for a device, set QTCaptureDeviceInputSourceIdentifierAttribute to the value returned by this key. This string value can be used in key paths for key value coding, key value observing, and bindings.

This key, along with the QTCaptureDeviceInputSourceLocalizedDisplayNameKey key, comprises the NSDictionary objects describing input sources returned by QTCaptureDeviceAvailableInputSourcesAttribute.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString QTCaptureDeviceInputSourceIdentifierKey
Public Shared ReadOnly QTCaptureDeviceInputSourceIdentifierKey As NSString
public:
static initonly NSString^ QTCaptureDeviceInputSourceIdentifierKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)