Class CameraStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the StateChanged event.
public class CameraStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraStateChangedEventArgs
Properties
View SourceByPolicy
Gets the value indicating whether the state is changed by policy.
Declaration
public bool ByPolicy { get; }
Property Value
Type | Description |
---|---|
bool | true if the state changed by policy, such as resource conflict or security, otherwise false. |
Current
Gets the current state of the camera.
Declaration
public CameraState Current { get; }
Property Value
Type | Description |
---|---|
CameraState |
Previous
Gets the previous state of the camera.
Declaration
public CameraState Previous { get; }
Property Value
Type | Description |
---|---|
CameraState |