Class CameraDeviceStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
3

Provides data for the DeviceStateChanged event.

C#
Copy
public class CameraDeviceStateChangedEventArgs : EventArgs
Inheritance
System.Object
CameraDeviceStateChangedEventArgs

Properties

View Source

Device

Gets the camera device type.

Declaration
C#
Copy
public CameraDevice Device { get; }
Property Value
Type Description
CameraDevice
API Level: 3
View Source

State

Gets the current state of the camera device.

Declaration
C#
Copy
public CameraDeviceState State { get; }
Property Value
Type Description
CameraDeviceState
API Level: 3