Class CameraInterruptStartedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll

Provides data for the InterruptStarted event.

C#
Copy
public class CameraInterruptStartedEventArgs : EventArgs
Inheritance
object
System.EventArgs
CameraInterruptStartedEventArgs

Properties

View Source

Policy

Gets the policy that interrupted the camera.

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

State

Gets the current state of the camera.

Declaration
C#
Copy
public CameraState State { get; }
Property Value
Type Description
CameraState