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

ca.carleton.gcrc.olkit.multimedia.converter.MultimediaConversionProgress Maven / Gradle / Ivy

Go to download

Library that converts multimedia files using command line tools such as avconv and ImageMagick

There is a newer version: 2.2.7
Show newest version
package ca.carleton.gcrc.olkit.multimedia.converter;

public interface MultimediaConversionProgress {

	/**
	 * This function is called to update the status on the
	 * multimedia conversion.
	 * @param percent Integer from 0 to 100, representing the progress
	 * of the conversion.
	 */
	public void updateProgress(int percent);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy