public interface VideoRendererEventsHandler
Modifier and Type | Method and Description |
---|---|
void |
onVideoFrameReceived(byte[] pBuffer,
int length,
int width,
int height)
Video frame is received
A video frame data is received.
|
void onVideoFrameReceived(byte[] pBuffer, int length, int width, int height)
pBuffer
- Frame bufferlength
- The length of the framewidth
- The width of the frame in pixelsheight
- The height of the frame in pixels