de.sciss.jump3r.mp3.MeanBits Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jump3r Show documentation
Show all versions of jump3r Show documentation
Java Unofficial MP3 EncodeR - a Java port of LAME
The newest version!
package de.sciss.jump3r.mp3;
public class MeanBits {
public MeanBits(final int meanBits) {
bits = meanBits;
}
int bits;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy