Definition
- Namespace:
- Tizen.Uix.Tts
- Assembly:
- Tizen.Uix.Tts.dll
- API Level:
- 11
This class holds information related to the TTS SynthesizedPcm event.
public class SynthesizedPcmEventArgs : EventArgs
- Inheritance
-
Properties
Declaration
public AudioType AudioType { get; }
Property Value
API Level: 11
Declaration
public byte[] Data { get; }
Property Value
API Level: 11
Declaration
public SynthesizedPcmEvent EventType { get; }
Property Value
API Level: 11
View Source
SampleRate
The sample rate of the PCM data.
Declaration
public int SampleRate { get; }
Property Value
API Level: 11
Declaration
public int UtteranceId { get; }
Property Value
API Level: 11
Extension Methods