Class CameraInterruptedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the Interrupted event.
public class CameraInterruptedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraInterruptedEventArgs
Properties
View SourceCurrent
Gets the current state of the camera.
Declaration
public CameraState Current { get; }
Property Value
Type | Description |
---|---|
CameraState |
Policy
Gets the policy that interrupted the camera.
Declaration
public CameraPolicy Policy { get; }
Property Value
Type | Description |
---|---|
CameraPolicy |
Previous
Gets the previous state of the camera.
Declaration
public CameraState Previous { get; }
Property Value
Type | Description |
---|---|
CameraState |