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

Method getEncoderVersion

src/main/java/lowlevel/LameEncoder.java:339–341  ·  view source on GitHub ↗

returns -1 if string is too short or returns one of the exception constants if everything OK, returns the length of the string

()

Source from the content-addressed store, hash-verified

337 * constants if everything OK, returns the length of the string
338 */
339 public String getEncoderVersion() {
340 return ver.getLameVersion();
341 }
342
343 /**
344 * Returns the buffer needed pcm buffer size. The passed parameter is a

Callers 1

getEffectiveFormatMethod · 0.95

Calls 1

getLameVersionMethod · 0.80

Tested by

no test coverage detected