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
- value
Type: System.Int64
value. Not supported
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when this method is called. |
See Also
Reference
SpeechSynthesisConnector Class