Module uk.co.caprica.vlcj
Class RV32BufferFormat
java.lang.Object
uk.co.caprica.vlcj.player.embedded.videosurface.callback.BufferFormat
uk.co.caprica.vlcj.player.embedded.videosurface.callback.format.RV32BufferFormat
Implementation of a buffer format for RV32.
RV32 is a 24-bit BGR format with 8-bit of padding (no alpha) in a single plane.
-
Constructor Summary
ConstructorsConstructorDescriptionRV32BufferFormat
(int width, int height) Creates a RV32 buffer format with the given width and height. -
Method Summary
Methods inherited from class uk.co.caprica.vlcj.player.embedded.videosurface.callback.BufferFormat
getChroma, getHeight, getLines, getPitches, getPlaneCount, getWidth, toString
-
Constructor Details
-
RV32BufferFormat
public RV32BufferFormat(int width, int height) Creates a RV32 buffer format with the given width and height.- Parameters:
width
- width of the bufferheight
- height of the buffer
-