C# Class VoiceCommandEngine, Baka-MPlayer-old

Inheritance: IDisposable
Afficher le fichier Open project: godly-devotion/Baka-MPlayer-old Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
StartListening ( ) : void
StopListening ( ) : void
VoiceCommandEngine ( string callName ) : System
engine_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnAudioLevelUpdated ( VoiceCommandEvents e ) : void
OnSpeechRecognized ( VoiceCommandEvents e ) : void

Private Methods

Méthode Description
PlayRecognizedCommandSound ( ) : void
recognizer_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnAudioLevelUpdated() protected méthode

protected OnAudioLevelUpdated ( VoiceCommandEvents e ) : void
e VoiceCommandEvents
Résultat void

OnSpeechRecognized() protected méthode

protected OnSpeechRecognized ( VoiceCommandEvents e ) : void
e VoiceCommandEvents
Résultat void

StartListening() public méthode

public StartListening ( ) : void
Résultat void

StopListening() public méthode

public StopListening ( ) : void
Résultat void

VoiceCommandEngine() public méthode

public VoiceCommandEngine ( string callName ) : System
callName string
Résultat System

engine_AudioLevelUpdated() public méthode

public engine_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void
sender object
e AudioLevelUpdatedEventArgs
Résultat void