Class CameraErrorState
Represents the type of error RadWebCam encountered.
Inheritance
System.Object
CameraErrorState
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
public sealed class CameraErrorState : Enum
Fields
CameraAccessDenied
Access to the camera is denied.
Declaration
public const CameraErrorState CameraAccessDenied
Field Value
CameraErrorState
|
CameraIsBusy
The camera is currently unavailable.
Declaration
public const CameraErrorState CameraIsBusy
Field Value
CameraErrorState
|
NoCamera
The are no cameras detected.
Declaration
public const CameraErrorState NoCamera
Field Value
CameraErrorState
|
UnsupportedAdapterFormat
The video adapter does not support the required formats.
Declaration
public const CameraErrorState UnsupportedAdapterFormat
Field Value
CameraErrorState
|
value__
Declaration
public int value__
Field Value
System.Int32
|