VideoCaptureDeviceIsDeviceLost Property |
Detects whether a capture device is lost during operation. This can happen if a capture
device is physically disconnected.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsDeviceLost { get; }
Public ReadOnly Property IsDeviceLost As Boolean
Get
public:
property bool IsDeviceLost {
bool get ();
}
member IsDeviceLost : bool with get
Property Value
Type:
Boolean
true if this object is device lost, false if not.
Remarks
The device should be stopped after this property evaluates to true and rediscovered with
GetDeviceList.
See Also