SpeechSynthesisConnector.Seek Method
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