Class CameraErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the ErrorOccurred event.
public class CameraErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraErrorOccurredEventArgs
Properties
View SourceError
Gets the camera error.
Declaration
public CameraErrorCode Error { get; }
Property Value
Type | Description |
---|---|
CameraErrorCode |
State
Gets the current state of the camera.
Declaration
public CameraState State { get; }
Property Value
Type | Description |
---|---|
CameraState |