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