Class AudioDeviceRunningChangedEventArgs

    Definition

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

    Provides data for the DeviceRunningChanged event.

    public class AudioDeviceRunningChangedEventArgs : EventArgs
    Inheritance
    object
    AudioDeviceRunningChangedEventArgs

    Properties

    View Source

    Device

    Gets the device.

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

    The AudioDevice.

    View Source

    IsRunning

    Gets the running state of the device.

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

    true if the audio stream of device is running actually; otherwise, false.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX