Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Not supported. Sets the position within the current stream.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function Seek ( _
offset As Long, _
origin As SeekOrigin _
) As Long
'Usage
Dim instance As SpeechSynthesisConnector
Dim offset As Long
Dim origin As SeekOrigin
Dim returnValue As Long
returnValue = instance.Seek(offset, origin)
public override long Seek(
long offset,
SeekOrigin origin
)
Parameters
- offset
Type: System.Int64
Not supported.
- origin
Type: System.IO.SeekOrigin
Not supported.
Return Value
Type: System.Int64
Not applicable.
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | Thrown when this method is called. |
See Also
Reference
SpeechSynthesisConnector Class