Uses of Interface
org.webrtc.VideoFrame.I420Buffer
-
Uses of VideoFrame.I420Buffer in org.webrtc
Modifier and TypeClassDescriptionclass
Implementation of VideoFrame.I420Buffer backed by Java direct byte buffers.class
This class wraps a webrtc::I420BufferInterface into a VideoFrame.I420Buffer.Modifier and TypeMethodDescriptionJavaI420Buffer.toI420()
NV12Buffer.toI420()
NV21Buffer.toI420()
VideoFrame.Buffer.toI420()
Returns a memory-backed frame in I420 format.WrappedNativeI420Buffer.toI420()
Modifier and TypeMethodDescriptionstatic VideoFrame.Buffer
JavaI420Buffer.cropAndScaleI420
(VideoFrame.I420Buffer buffer, int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight)