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