Click or drag to resize
Accord.NET (logo)

WaveDecoderSeek Method

Navigates to a position in this Wave stream.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public void Seek(
	int frameIndex
)
Request Example View Source

Parameters

frameIndex
Type: SystemInt32
The index of the sample to navigate to.
See Also