Class TTSPlayer.StateChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    This class represents the event arguments used when the state of the TTS player changes.

    public class TTSPlayer.StateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    TTSPlayer.StateChangedEventArgs

    Properties

    View Source

    NextState

    The new state of the TTS player after the change.

    Declaration
    public TTSPlayer.TTSState NextState { get; set; }
    Property Value
    Type Description
    TTSPlayer.TTSState
    View Source

    PrevState

    The previous state of the TTS player before the change.

    Declaration
    public TTSPlayer.TTSState PrevState { get; set; }
    Property Value
    Type Description
    TTSPlayer.TTSState
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX