Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the stream corresponding to this connector, for use as a parameter to SpeechSynthesizer.SetOutputToAudioStream().
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Stream As Stream
Get
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Stream
value = instance.Stream
public Stream Stream { get; }
Property Value
Type: System.IO.Stream
See Also
Reference
SpeechSynthesisConnector Class