Class CameraStateChangedEventArgs

Definition

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

Provides data for the StateChanged event.

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

Properties

View Source

ByPolicy

Gets the value indicating whether the state is changed by policy.

Declaration
C#
Copy
public bool ByPolicy { get; }
Property Value
Type Description
Boolean

true if the state changed by policy, such as resource conflict or security, otherwise false.

API Level: 3
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

Previous

Gets the previous state of the camera.

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