internal void setModules(BitStream bs, PsyModel psy, QuantizePVT qupvt, VBRTag vbr) { this.bs = bs; this.psy = psy; this.vbr = vbr; this.qupvt = qupvt; }
internal void setModules(GainAnalysis ga, MPGLib mpg, Mp3Version ver, VBRTag vbr) { this.ga = ga; this.mpg = mpg; this.ver = ver; this.vbr = vbr; }