mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
added render api for limelight-pc
This commit is contained in:
parent
9ac103187f
commit
29909e07e8
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user