Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
public class CameraStateChangedEventArgs : EventArgs
- Inheritance
-
CameraStateChangedEventArgs
Properties
View Source
Gets the value indicating whether the state is changed by policy.
Declaration
public bool ByPolicy { get; }
Property Value
Type |
Description |
System.Boolean |
true if the state changed by policy, such as resource conflict or security, otherwise false.
|
API Level: 3
Declaration
public CameraState Current { get; }
Property Value
API Level: 3
Declaration
public CameraState Previous { get; }
Property Value
API Level: 3