Class CameraInterruptedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the Interrupted event.
C#Copypublic class CameraInterruptedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraInterruptedEventArgs
Properties
Declaration
C#Copypublic CameraState Current { get; }
Property Value
Type | Description |
---|---|
CameraState |
Declaration
C#Copypublic CameraPolicy Policy { get; }
Property Value
Type | Description |
---|---|
CameraPolicy |
Declaration
C#Copypublic CameraState Previous { get; }
Property Value
Type | Description |
---|---|
CameraState |