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