SpeechSynthesisConnector.Position Property
Gets or sets the position within the current stream. Setting this property is not supported.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Property Position As Long
Get
Set
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Long
value = instance.Position
instance.Position = value
public override long Position { get; set; }
Property Value
Type: System.Int64
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Thrown when the stream has been disposed. |
NotSupportedException | Thrown when an attempt is made to set the position in the stream. |
See Also
Reference
SpeechSynthesisConnector Class