csvorbis.VorbisFile.VorbisFile C# (CSharp) Method

VorbisFile() private method

private VorbisFile ( ) : System
return System
        private VorbisFile()
        {
            os=new StreamState(); // take physical pages, weld into a logical
            // stream of packets
            vd=new DspState(); // central working state for
            // the packet->PCM decoder
            vb=new Block(vd);     // local working space for packet->PCM decode
        }

Same methods

VorbisFile::VorbisFile ( FileStream inst, byte initial, int ibytes ) : System
VorbisFile::VorbisFile ( String file ) : System