Enum SynthesizedPcmEvent
Definition
- Assembly:
- Tizen.Uix.Tts.dll
Enumeration for the synthesized PCM events.
public enum SynthesizedPcmEvent
Fields
| 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. |