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

Method getInputBufferSize

src/main/java/lowlevel/LameEncoder.java:359–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357
358
359 public int getInputBufferSize() {
360 return getPCMBufferSize();
361 }
362
363 public int getOutputBufferSize() {
364 return getMP3BufferSize();

Callers

nothing calls this directly

Calls 1

getPCMBufferSizeMethod · 0.95

Tested by

no test coverage detected