| Package | Description |
|---|---|
| com.sinch.android.rtc.video |
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoFrame.DefaultVideoFrame |
| Modifier and Type | Method and Description |
|---|---|
static VideoFrame |
VideoUtils.I420toNV21Frame(VideoFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VideoUtils.convertToBlackAndWhite(VideoFrame frame)
Demo method that shows how to process in-place VideoFrame by converting it to black-and-white image.
|
static VideoFrame |
VideoUtils.I420toNV21Frame(VideoFrame frame) |
void |
RemoteVideoFrameListener.onFrame(java.lang.String callId,
VideoFrame frame)
Called when a new frame is received from the remote stream.
|
void |
LocalVideoFrameListener.onFrame(VideoFrame frame,
ProcessedVideoFrameListener processedFrameListener)
Called when a new frame is available from the local camera.
|
Copyright 2016, Sinch AB