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

net.sf.fmj.media.protocol.Streamable Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package net.sf.fmj.media.protocol;

/**
 * This is a special tagging interface to specify whether a DataSource is
 * intended to be used as a streamable DataSource. In such case, it needs to
 * report some properties that the Handler will need to know.
 */
public interface Streamable
{
    /**
     * Returns true if the DataSource can be prefetched.
     */
    public boolean isPrefetchable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy