added render api for limelight-pc

This commit is contained in:
Diego Waxemberg 2013-12-07 20:09:57 -05:00
parent 9ac103187f
commit 29909e07e8

View File

@ -33,6 +33,7 @@ public class AvcDecoder {
// Rendering API when NO_COLOR_CONVERSION == 0 // Rendering API when NO_COLOR_CONVERSION == 0
public static native boolean setRenderTarget(Object androidSurface); public static native boolean setRenderTarget(Object androidSurface);
public static native boolean getRgbFrameInt(int[] rgbFrame, int bufferSize);
public static native boolean getRgbFrame(byte[] rgbFrame, int bufferSize); public static native boolean getRgbFrame(byte[] rgbFrame, int bufferSize);
public static native boolean redraw(); public static native boolean redraw();