Enum SynthesizedPcmEvent

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll

Enumeration for the synthesized PCM events.

C#
Copy
public enum SynthesizedPcmEvent
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.