Class CameraDeviceConnectionChangedEventArgs

Definition

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

Provides data for the DeviceConnectionChanged event.

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

Properties

View Source

CameraDeviceInformation

Gets the camera device information.

Declaration
C#
Copy
public CameraDeviceInformation CameraDeviceInformation { get; }
Property Value
Type Description
CameraDeviceInformation
API Level: 10
View Source

IsConnected

Gets the connection status of camera device.

Declaration
C#
Copy
public bool IsConnected { get; }
Property Value
Type Description
Boolean
API Level: 10