ISpeechRecognizer.AudioCaptureStateChanged Event

Event that is raised when the speech recognizer starts or stops processing audio.

Syntax

public:
event TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerAudioCaptureStateChangedEventArgs^ >^ AudioCaptureStateChanged {
         EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerAudioCaptureStateChangedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

This event is used internally and is not intended for use by titles.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

Windows.Xbox.Speech.Recognition Namespace