Class AudioDeviceStateChangedEventArgs

    Definition

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

    Provides data for the DeviceStateChanged event.

    [Obsolete("Deprecated since API level 5. Please use the AudioDeviceRunningChangedEventArgs class instead.")]
    public class AudioDeviceStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AudioDeviceStateChangedEventArgs

    Properties

    View Source

    Device

    Gets the device.

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

    The AudioDevice.

    View Source

    State

    Gets the state of the device.

    Declaration
    public AudioDeviceState State { get; }
    Property Value
    Type Description
    AudioDeviceState

    The AudioDeviceState of the device.

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