bdsup2sub.BDSup2SubManager Maven / Gradle / Ivy
The newest version!
package bdsup2sub;
public interface BDSup2SubManager {
boolean usesBT601();
void setProgress(long bufferSize);
boolean isCanceled();
void setProgressMax(int n);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy