MCPcopy Create free account
hub / github.com/zhuker/lamejs / setModules

Method setModules

src/main/java/mp3/BitStream.java:45–51  ·  view source on GitHub ↗
(GainAnalysis ga, MPGLib mpg, Version ver,
			VBRTag vbr)

Source from the content-addressed store, hash-verified

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.

Callers 3

Mp3EncoderFunction · 0.95
Mp3EncoderFunction · 0.95
testEncodeChugaiMethod · 0.95

Calls

no outgoing calls

Tested by 1

testEncodeChugaiMethod · 0.76