Class FeedbackAudioFormatEventArgs

    Definition

    Namespace:
    Tizen.Uix.VoiceControlManager
    Assembly:
    Tizen.Uix.VoiceControlManager.dll

    This Class contains audio formats necessary for playing TTS feedback.

    public class FeedbackAudioFormatEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    FeedbackAudioFormatEventArgs

    Properties

    View Source

    Audio

    Audio type

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

    Channel

    Audio channel

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

    Rate

    Audio sampling rate

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