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