public class VideoRenderer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
VideoRenderer.Callbacks
The real meat of VideoRendererInterface.
|
static class |
VideoRenderer.I420Frame
Java version of cricket::VideoFrame.
|
Constructor and Description |
---|
VideoRenderer(VideoRenderer.Callbacks callbacks) |
Modifier and Type | Method and Description |
---|---|
static VideoRenderer |
createGui(int x,
int y) |
void |
dispose() |
public VideoRenderer(VideoRenderer.Callbacks callbacks)
public static VideoRenderer createGui(int x, int y)
public void dispose()