Class SynthesizedPcmEventArgs

Definition

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

This class holds information related to the TTS SynthesizedPcm event.

C#
Copy
public class SynthesizedPcmEventArgs : EventArgs
Inheritance
SynthesizedPcmEventArgs

Properties

View Source

AudioType

The audio type of the PCM data.

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

Data

The syntehsized PCM data.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
Byte[]
API Level: 11
View Source

EventType

The event of the PCM data.

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

SampleRate

The sample rate of the PCM data.

Declaration
C#
Copy
public int SampleRate { get; }
Property Value
Type Description
Int32
API Level: 11
View Source

UtteranceId

The utterance ID.

Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type Description
Int32
API Level: 11

Extension Methods