Not supported. Sets the position within the current stream.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
Seek ( _
	
offset 
As 
Long, _
	
origin 
As 
SeekOrigin _
) 
As 
Long
C#
public 
override 
long 
Seek(
	
long 
offset,
	
SeekOrigin 
origin
)
Visual C++
public:
virtual 
long long 
Seek(
	
long long 
offset, 
	
SeekOrigin 
origin
) 
override
JavaScript
function 
seek(
offset, 
origin);

Parameters

offset
Type: Int64
Not supported.
origin
Type: SeekOrigin
Not supported.

Return Value

Not applicable.

Exceptions

Exception Condition
NotSupportedException Thrown when this method is called.

See Also