Click or drag to resize
Accord.NET (logo)

WaveFileAudioSourceSeek Method

Navigates to a given position within the source.

Namespace:  Accord.DirectSound
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 frame position to navigate to.

Implements

IAudioSourceSeek(Int32)
See Also