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
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX