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
-
objectSystem.EventArgsFeedbackAudioFormatEventArgs
Properties
View SourceAudio
Audio type
Declaration
public AudioType Audio { get; }
Property Value
Type | Description |
---|---|
AudioType |
Channel
Audio channel
Declaration
public AudioChanelType Channel { get; }
Property Value
Type | Description |
---|---|
AudioChanelType |
Rate
Audio sampling rate
Declaration
public int Rate { get; }
Property Value
Type | Description |
---|---|
int |