Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
public class CameraInterruptedEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
CameraInterruptedEventArgs
Properties
Declaration
public CameraState Current { get; }
Property Value
API Level: 3
View Source
Gets the policy that interrupted the camera.
Declaration
public CameraPolicy Policy { get; }
Property Value
API Level: 3
Declaration
public CameraState Previous { get; }
Property Value
API Level: 3