Sunday, June 19, 2011

org.jma.encoder.video.IVideoEncoder

package org.jma.encoder.video;

public interface IVideoEncoder {
 
 
byte[] encode(final byte[] current, final byte[] previous, final int width,  final int height) throws Exception;
 
}

No comments:

Post a Comment