Enum SynthesizedPcmEvent
Definition
- Namespace:
- Tizen.Uix.Tts
- Assembly:
- Tizen.Uix.Tts.dll
- API Level:
- 11
Enumeration for the synthesized PCM events.
C#Copypublic enum SynthesizedPcmEvent : int
Name | Description |
---|---|
Continue | Received synthesized PCM data, not the first and last in the stream. |
Fail | The PCM synthesis failed. |
Finish | Received the final synthesized PCM data. |
Start | Received initial synthesized PCM data for an utterance. |