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.

C#
Copy
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
C#
Copy
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
C#
Copy
public TTSPlayer.TTSState PrevState { get; set; }
Property Value
Type Description
TTSPlayer.TTSState