Accord.Audio.AudioSourceMixer.Seek C# (CSharp) Method

Seek() public method

Not supported.
public Seek ( int frameIndex ) : void
frameIndex int
return void
        public void Seek(int frameIndex)
        {
            throw new NotSupportedException();
        }