Class CameraErrorOccurredEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
3

Provides data for the ErrorOccurred event.

C#
Copy
public class CameraErrorOccurredEventArgs : EventArgs
Inheritance
System.Object
CameraErrorOccurredEventArgs

Properties

View Source

Error

Gets the camera error.

Declaration
C#
Copy
public CameraErrorCode Error { get; }
Property Value
Type Description
CameraErrorCode
API Level: 3
View Source

State

Gets the current state of the camera.

Declaration
C#
Copy
public CameraState State { get; }
Property Value
Type Description
CameraState
API Level: 3