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