SpeechSynthesisConnector.Flush Method
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Sub Flush
'Usage
Dim instance As SpeechSynthesisConnector
instance.Flush()
public override void Flush()
Remarks
This method is a NO-OP.
See Also
Reference
SpeechSynthesisConnector Class