Click or drag to resize
Accord.NET (logo)

IAudioSourceSeek Method

Seeks a frame.

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

Parameters

frameIndex
Type: SystemInt32
Remarks
This method may throw an NotSupportedException if the source does not allow repositioning.
See Also