Click or drag to resize
VideoCaptureDeviceIsDeviceLost Property
Detects whether a capture device is lost during operation. This can happen if a capture device is physically disconnected.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsDeviceLost { 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