Class SynthesizedPcmEventArgs
Definition
- Assembly:
- Tizen.Uix.Tts.dll
This class holds information related to the TTS SynthesizedPcm event.
public class SynthesizedPcmEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSynthesizedPcmEventArgs
Properties
View SourceAudioType
The audio type of the PCM data.
Declaration
public AudioType AudioType { get; }
Property Value
Type | Description |
---|---|
AudioType |
Data
The syntehsized PCM data.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] |
EventType
The event of the PCM data.
Declaration
public SynthesizedPcmEvent EventType { get; }
Property Value
Type | Description |
---|---|
SynthesizedPcmEvent |
SampleRate
The sample rate of the PCM data.
Declaration
public int SampleRate { get; }
Property Value
Type | Description |
---|---|
int |
UtteranceId
The utterance ID.
Declaration
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
int |