Class AudioPlayerChangedEventArgs

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll

    This class provides arguments for handling Audio State change events. The previous state of the audio.
    The current state of the audio.

    public class AudioPlayerChangedEventArgs : EventArgs
    Inheritance
    object
    AudioPlayerChangedEventArgs

    Constructors

    View Source

    AudioPlayerChangedEventArgs(AudioPlayerState, AudioPlayerState)

    Initializes a new instance of the AudioChangedEventArgs class with the specified previous and current states.

    Declaration
    public AudioPlayerChangedEventArgs(AudioPlayerState previous, AudioPlayerState current)
    Parameters
    Type Name Description
    AudioPlayerState previous

    The previous state of the audio.

    AudioPlayerState current

    The current state of the audio.

    Properties

    View Source

    Current

    The current state.

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

    Previous

    The previous state.

    Declaration
    public AudioPlayerState Previous { get; }
    Property Value
    Type Description
    AudioPlayerState

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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