Stop Method

Cap off the current stream, and stop recording audio.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub Stop
'Usage
Dim instance As SpeechRecognitionConnector

instance.Stop()
public void Stop()

Remarks

Will no-op if the SRC is already stopped.

Also releases the receiver, so that another device can use the AVFlow.

See Also

Reference

SpeechRecognitionConnector Class

SpeechRecognitionConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace