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

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

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

/**
 * This interface allows a DataSource to notify its listener on the status of
 * the data flow in the buffers.
 */
public interface BufferListener
{
    /*
     * public void overFlown(javax.media.protocol.DataSource ds);
     *
     * public void underFlown(javax.media.protocol.DataSource ds);
     */

    public void minThresholdReached(javax.media.protocol.DataSource ds);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy