Class AudioIOStateChangedEventArgs

    Definition

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

    Provides data for the StateChanged event and the StateChanged event.

    public class AudioIOStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AudioIOStateChangedEventArgs

    Properties

    View Source

    ByPolicy

    Gets the value indicating whether the state is changed by a policy or not.

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

    Current

    Gets the current state.

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

    Previous

    Gets the previous state.

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