|
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
)
Public Sub Seek (
frameIndex As Integer
)
Request Example
View SourceParameters
- frameIndex
- Type: SystemInt32
The index of the sample to navigate to.
See Also