Uses of Interface
dev.onvoid.webrtc.media.video.VideoFrameBuffer
-
Packages that use VideoFrameBuffer Package Description dev.onvoid.webrtc.media.video -
-
Uses of VideoFrameBuffer in dev.onvoid.webrtc.media.video
Subinterfaces of VideoFrameBuffer in dev.onvoid.webrtc.media.video Modifier and Type Interface Description interfaceI420BufferClasses in dev.onvoid.webrtc.media.video that implement VideoFrameBuffer Modifier and Type Class Description classNativeI420BufferThis class wraps the native WebRTC I420BufferInterface.Fields in dev.onvoid.webrtc.media.video declared as VideoFrameBuffer Modifier and Type Field Description VideoFrameBufferVideoFrame. bufferThe underlying frame buffer.Methods in dev.onvoid.webrtc.media.video that return VideoFrameBuffer Modifier and Type Method Description VideoFrameBufferNativeI420Buffer. cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight)VideoFrameBufferVideoFrameBuffer. cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight)Crops a region defined by |cropx|, |cropY|, |cropWidth| and |cropHeight|.Methods in dev.onvoid.webrtc.media.video with parameters of type VideoFrameBuffer Modifier and Type Method Description static voidVideoBufferConverter. convertFromI420(VideoFrameBuffer src, byte[] dst, FourCC fourCC)static voidVideoBufferConverter. convertFromI420(VideoFrameBuffer src, ByteBuffer dst, FourCC fourCC)
-