Class CameraDeviceConnectionChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the Device
public class CameraDeviceConnectionChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args CameraDevice Connection Changed Event Args
Properties
View SourceCameraDeviceInformation
Gets the camera device information.
Declaration
public CameraDeviceInformation CameraDeviceInformation { get; }
Property Value
Type | Description |
---|---|
Camera |
IsConnected
Gets the connection status of camera device.
Declaration
public bool IsConnected { get; }
Property Value
Type | Description |
---|---|
bool |