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

javax.media.util.BufferToImage Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package javax.media.util;

import javax.media.format.*;

/**
 * Standard JMF class -- see this class in the JMF Javadoc. In progress. We implement
 * in FMJ and extend, because if JMF is (ahead) in the classpath, its
 * BufferToImage would be used even for FMJ classes like SimpleAWTRenderer. It
 * fails on 4harmonic.mpg.
 *
 * @author Ken Larson
 *
 */
public class BufferToImage extends net.sf.fmj.media.util.BufferToImage
{
    public BufferToImage(VideoFormat format)
    {
        super(format);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy