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