All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.axet.libvorbis.Jbitrate_manager_info Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package com.github.axet.libvorbis;

/** encode side bitrate tracking */
final class Jbitrate_manager_info {
	int    avg_rate = 0;
	int    min_rate = 0;
	int    max_rate = 0;
	int    reservoir_bits = 0;
	double reservoir_bias = 0.0;
	double slew_damp = 0.0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy