Class FeedbackAudioFormatEventArgs

Definition

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

This Class contains audio formats necessary for playing TTS feedback.

C#
Copy
public class FeedbackAudioFormatEventArgs : EventArgs
Inheritance
System.Object
FeedbackAudioFormatEventArgs

Properties

View Source

Audio

Audio type

Declaration
C#
Copy
public AudioType Audio { get; }
Property Value
Type Description
AudioType
API Level: 6
View Source

Channel

Audio channel

Declaration
C#
Copy
public AudioChanelType Channel { get; }
Property Value
Type Description
AudioChanelType
API Level: 6
View Source

Rate

Audio sampling rate

Declaration
C#
Copy
public int Rate { get; }
Property Value
Type Description
Int32
API Level: 6