public class ScreenPusherJNI
extends java.lang.Object
Constructor and Description |
---|
ScreenPusherJNI(long nativeHandler) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
long |
getScreenHandler() |
void |
getTransformMatrix(float[] matrix) |
void |
init(int source,
int width,
int height,
int fps,
int rotation,
android.content.Intent mediaProjectionPermissionResultData,
android.content.Context applicationContext) |
boolean |
isCapturing() |
int |
start(int surfaceId) |
void |
stop() |
int |
updateTexImage() |
public long getScreenHandler()
public void init(int source, int width, int height, int fps, int rotation, android.content.Intent mediaProjectionPermissionResultData, android.content.Context applicationContext)
public int start(int surfaceId)
public void stop()
public void destroy()
public int updateTexImage()
public void getTransformMatrix(float[] matrix)
public boolean isCapturing()