Class SynthesizedPcmEventArgs

    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

    View Source

    AudioType

    The audio type of the PCM data.

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

    Data

    The syntehsized PCM data.

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

    EventType

    The event of the PCM data.

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

    SampleRate

    The sample rate of the PCM data.

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

    UtteranceId

    The utterance ID.

    Declaration
    public int UtteranceId { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX