java.lang.Object
uk.co.caprica.vlcj.player.embedded.videosurface.callback.BufferFormat
uk.co.caprica.vlcj.player.embedded.videosurface.callback.format.RV32BufferFormat

public class RV32BufferFormat extends BufferFormat
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 Details

    • RV32BufferFormat

      public RV32BufferFormat(int width, int height)
      Creates a RV32 buffer format with the given width and height.
      Parameters:
      width - width of the buffer
      height - height of the buffer