Class TTSPlayer.StateChangedEventArgs
Definition
- 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
-
objectSystem.EventArgsTTSPlayer.StateChangedEventArgs
Properties
View SourceNextState
The new state of the TTS player after the change.
Declaration
public TTSPlayer.TTSState NextState { get; set; }
Property Value
Type | Description |
---|---|
TTSPlayer.TTSState |
PrevState
The previous state of the TTS player before the change.
Declaration
public TTSPlayer.TTSState PrevState { get; set; }
Property Value
Type | Description |
---|---|
TTSPlayer.TTSState |