public interface VideoRenderer
VideoTrack.| Modifier and Type | Interface and Description |
|---|---|
static interface |
VideoRenderer.Listener
Interface that provides events related to a
VideoRenderer. |
| Modifier and Type | Method and Description |
|---|---|
void |
renderFrame(I420Frame frame)
Provides the YUV frame in I420 format.
|
void renderFrame(I420Frame frame)
frame - I420 YUV frame4.0.1