Click or drag to resize

WaveFileStreamSeek Method

Sets the position within the current stream.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset  Int64
A byte offset relative to the origin parameter.
origin  SeekOrigin
The reference point used to obtain the new position.

Return Value

Int64
See Also