Class SynthesizedPcmEventArgs

Definition

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

This class holds information related to the TTS SynthesizedPcm event.

C#
Copy
public class SynthesizedPcmEventArgs : EventArgs
Inheritance
object
System.EventArgs
SynthesizedPcmEventArgs

Properties

View Source

AudioType

The audio type of the PCM data.

Declaration
C#
Copy
public AudioType AudioType { get; }
Property Value
Type Description
AudioType
View Source

Data

The syntehsized PCM data.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
byte[]
View Source

EventType

The event of the PCM data.

Declaration
C#
Copy
public SynthesizedPcmEvent EventType { get; }
Property Value
Type Description
SynthesizedPcmEvent
View Source

SampleRate

The sample rate of the PCM data.

Declaration
C#
Copy
public int SampleRate { get; }
Property Value
Type Description
int
View Source

UtteranceId

The utterance ID.

Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type Description
int