Class CameraDeviceStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll

Provides data for the DeviceStateChanged event.

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

Properties

View Source

Device

Gets the camera device type.

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

State

Gets the current state of the camera device.

Declaration
C#
Copy
public CameraDeviceState State { get; }
Property Value
Type Description
CameraDeviceState