Stops sending data to the AudioVideoFlow. After Stop() returns, it is safe to use another output device on the AudioVideoFlow.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
Stop
C#
public 
void 
Stop()
Visual C++
public:
void 
Stop()
JavaScript
function 
stop();

Remarks

Will no-op if SpeechSynthesisConnector is already stopped, or is not attached to an AudioVideoFlow.

See Also