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