Accord.DirectSound.AudioCaptureDevice.Seek C# (CSharp) Method

Seek() public method

This source does not support seeking.
public Seek ( int frameIndex ) : void
frameIndex int
return void
        public void Seek(int frameIndex)
        {
            throw new NotSupportedException();
        }