Uses of Class
org.webrtc.JavaI420Buffer
Packages that use JavaI420Buffer
-
Uses of JavaI420Buffer in org.webrtc
Methods in org.webrtc that return JavaI420BufferModifier and TypeMethodDescriptionstatic JavaI420Buffer
JavaI420Buffer.allocate
(int width, int height) Allocates an empty I420Buffer suitable for an image of the given dimensions.static JavaI420Buffer
JavaI420Buffer.wrap
(int width, int height, ByteBuffer dataY, int strideY, ByteBuffer dataU, int strideU, ByteBuffer dataV, int strideV, Runnable releaseCallback) Wraps existing ByteBuffers into JavaI420Buffer object without copying the contents.