public class AgoraVideoFrameObserver
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private long |
cptr |
| Constructor and Description |
|---|
AgoraVideoFrameObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getMirrorApplied() |
int |
getRotationApplied() |
int |
getVideoPixelFormatPreference() |
private void |
nativeDestroy(long cptr) |
private int |
nativeGetMirrorApplied(long cptr) |
private int |
nativeGetRotationApplied(long cptr) |
private int |
nativeGetVideoPixelFormatPreference(long cptr) |
private long |
nativeInit() |
private int |
nativeThroughTheInterface(long cptr) |
int |
throughTheInterface() |
public void destroy()
public int getVideoPixelFormatPreference()
public int getRotationApplied()
public int getMirrorApplied()
public int throughTheInterface()
private long nativeInit()
private void nativeDestroy(long cptr)
private int nativeGetVideoPixelFormatPreference(long cptr)
private int nativeGetRotationApplied(long cptr)
private int nativeGetMirrorApplied(long cptr)
private int nativeThroughTheInterface(long cptr)