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

State() public method

public State ( int BlockIndex, int History1, int History2 ) : System
BlockIndex int
History1 int
History2 int
return System
                public State(int BlockIndex, int History1, int History2)
                {
                    this.BlockIndex = BlockIndex;
                    this.History1 = History1;
                    this.History2 = History2;
                }
Vag.Decoder.State