MonobjcMonobjc Documented Class Library
IsInUseByAnotherApplication Property
NamespacesMonobjc.QTKitQTCaptureDeviceIsInUseByAnotherApplication

Returns YES is the device is connected, but being exclusively used by another application.

Original signature is '- (BOOL)isInUseByAnotherApplication'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsInUseByAnotherApplication { get; }
Public Overridable ReadOnly Property IsInUseByAnotherApplication As Boolean
	Get
public:
virtual property bool IsInUseByAnotherApplication {
	bool get ();
}
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)