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

javax.media.CachingControl Maven / Gradle / Ivy

The newest version!
package javax.media;

/**
 * Standard JMF class -- see this class in the JMF Javadoc. Complete.
 *
 * @author Ken Larson
 *
 */
public interface CachingControl extends Control
{
    public static final long LENGTH_UNKNOWN = Long.MAX_VALUE;

    public long getContentLength();

    public long getContentProgress();

    public java.awt.Component getControlComponent();

    public java.awt.Component getProgressBarComponent();

    public boolean isDownloading();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy