Uses of Interface
com.sinch.android.rtc.video.VideoFrame
-
Packages that use VideoFrame Package Description com.sinch.android.rtc.video -
-
Uses of VideoFrame in com.sinch.android.rtc.video
Classes in com.sinch.android.rtc.video that implement VideoFrame Modifier and Type Class Description static class
VideoFrame.DefaultVideoFrame
Methods in com.sinch.android.rtc.video that return VideoFrame Modifier and Type Method Description static VideoFrame
VideoUtils. I420toNV21Frame(VideoFrame frame)
Methods in com.sinch.android.rtc.video with parameters of type VideoFrame Modifier and Type Method 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
LocalVideoFrameListener. onFrame(VideoFrame frame, ProcessedVideoFrameListener processedFrameListener)
Called on a worker thread when a new frame is available from the local camera.void
RemoteVideoFrameListener. onFrame(java.lang.String callId, VideoFrame frame)
Called when a new frame is received from the remote stream.
-