SpeechSynthesisConnector.Length Property
Not supported. Gets the length of the stream in bytes.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Length As Long
Get
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Long
value = instance.Length
public override long Length { get; }
Property Value
Type: System.Int64
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when an attempt is made to get the lenght. |
See Also
Reference
SpeechSynthesisConnector Class