Stream Property

Get the stream corresponding to this connector, for use as a parameter to SpeechSynthesiser.

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

Remarks

SetOutputToAudioStream().

See Also

Reference

SpeechSynthesisConnector Class

SpeechSynthesisConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace