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