Enum PlayingMode

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
11

Enumeration for the playing modes of TTS.

C#
Copy
public enum PlayingMode : int
Name Description
ByClient

Mode for TTS playing on TTS client.

ByService

Mode for TTS playing on TTS service.

Extension Methods