(GainAnalysis ga, MPGLib mpg, Version ver, VBRTag vbr)
| 43 | VBRTag vbr; |
| 44 | |
| 45 | public final void setModules(GainAnalysis ga, MPGLib mpg, Version ver, |
| 46 | VBRTag vbr) { |
| 47 | this.ga = ga; |
| 48 | this.mpg = mpg; |
| 49 | this.ver = ver; |
| 50 | this.vbr = vbr; |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Bit stream buffer. |
no outgoing calls