Class CameraDeviceConnectionChangedEventArgs

    Definition

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

    Provides data for the DeviceConnectionChanged event.

    public class CameraDeviceConnectionChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    CameraDeviceConnectionChangedEventArgs

    Properties

    View Source

    CameraDeviceInformation

    Gets the camera device information.

    Declaration
    public CameraDeviceInformation CameraDeviceInformation { get; }
    Property Value
    Type Description
    CameraDeviceInformation
    View Source

    IsConnected

    Gets the connection status of camera device.

    Declaration
    public bool IsConnected { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX