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

bdsup2sub.BDSup2SubManagerBase Maven / Gradle / Ivy

The newest version!
package bdsup2sub;

public class BDSup2SubManagerBase implements BDSup2SubManager {
    @Override
    public boolean usesBT601() {
        return false;
    }

    @Override
    public void setProgress(long bufferSize) {

    }

    @Override
    public boolean isCanceled() {
        return false;
    }

    @Override
    public void setProgressMax(int n) {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy