Class CameraInterruptedEventArgs

Definition

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

Provides data for the Interrupted event.

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

Properties

View Source

Current

Gets the current state of the camera.

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

Policy

Gets the policy that interrupted the camera.

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

Previous

Gets the previous state of the camera.

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