Class CameraInterruptStartedEventArgs

Definition

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

Provides data for the InterruptStarted event.

C#
Copy
public class CameraInterruptStartedEventArgs : EventArgs
Inheritance
CameraInterruptStartedEventArgs

Properties

View Source

Policy

Gets the policy that interrupted the camera.

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

State

Gets the current state of the camera.

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