Class CameraInterruptStartedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the InterruptStarted event.
public class CameraInterruptStartedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraInterruptStartedEventArgs
Properties
View SourcePolicy
Gets the policy that interrupted the camera.
Declaration
public CameraPolicy Policy { get; }
Property Value
Type | Description |
---|---|
CameraPolicy |
State
Gets the current state of the camera.
Declaration
public CameraState State { get; }
Property Value
Type | Description |
---|---|
CameraState |