Click or drag to resize
NonSeekableStreamSeek Method

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public override sealed long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: SystemInt64
origin
Type: System.IOSeekOrigin

Return Value

Type: Int64
Exceptions
ExceptionCondition
NotSupportedExceptionThrown with each call.
See Also