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

javax.media.protocol.PushDataSource Maven / Gradle / Ivy

The newest version!
package javax.media.protocol;

/**
 * Standard JMF class -- see this class in the JMF Javadoc.
 *
 * @author Ken Larson
 *
 */
public abstract class PushDataSource extends DataSource
{
    public abstract PushSourceStream[] getStreams();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy