CSPspEmu.Hle.Formats.audio.At3.SUB.MaiBitReader.MaiBitReader C# (CSharp) Method

MaiBitReader() public method

public MaiBitReader ( int byte_buf_size, int type = MaiBitReaderTypeHigh ) : System
byte_buf_size int
type int
return System
        public MaiBitReader(int byte_buf_size, int type = MaiBitReaderTypeHigh)
        {
            quene_in = new MaiQueue0(byte_buf_size);
            buffer = 0;
            bits_num = 0;
            this.type = type;
        }