Share via


SpeechSynthesisConnector.SetLength Method

Not supported. Sets the length of the current stream.

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

Syntax

'Declaration
Public Overrides Sub SetLength ( _
    value As Long _
)
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Long

instance.SetLength(value)
public override void SetLength(
    long value
)

Parameters

Exceptions

Exception Condition
NotSupportedException

Thrown when this method is called.

See Also

Reference

SpeechSynthesisConnector Class

SpeechSynthesisConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace