Share via


Stop Method

Stop sending data to the AVFlow.

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

Syntax

'Declaration
Public Sub Stop
'Usage
Dim instance As SpeechSynthesisConnector

instance.Stop()
public void Stop()

Remarks

After Stop() returns, it is safe to use another output device on the AVFlow.

Will no-op if SSC is already stopped, or isn't attached to an AVFlow.

See Also

Reference

SpeechSynthesisConnector Class

SpeechSynthesisConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace