Share via


SetLength Method

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

Remarks

Not supported.

See Also

Reference

SpeechSynthesisConnector Class

SpeechSynthesisConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace