Class AudioDeviceConnectionChangedEventArgs

    Definition

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

    Provides data for the DeviceConnectionChanged event.

    public class AudioDeviceConnectionChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AudioDeviceConnectionChangedEventArgs

    Properties

    View Source

    Device

    Gets the device.

    Declaration
    public AudioDevice Device { get; }
    Property Value
    Type Description
    AudioDevice

    The AudioDevice.

    View Source

    IsConnected

    Gets the connection state of the device.

    Declaration
    public bool IsConnected { get; }
    Property Value
    Type Description
    bool

    true if the device is connected; otherwise, false.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX