CSPspEmu.Hle.Formats.audio.Vag.Decoder.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
            public void Reset()
            {
                this.CurrentState = default(State);
                this.SampleIndexInBlock = 0;
                this.SampleIndexInBlock2 = 0;
                this.ReachedEnd = false;
                this.CurrentLoopCount = 0;
            }