Class YUVBuffer

java.lang.Object
com.fluendo.jheora.YUVBuffer
All Implemented Interfaces:
ImageProducer

public class YUVBuffer extends Object implements ImageProducer
  • Field Details

    • y_width

      public int y_width
    • y_height

      public int y_height
    • y_stride

      public int y_stride
    • uv_width

      public int uv_width
    • uv_height

      public int uv_height
    • uv_stride

      public int uv_stride
    • data

      public short[] data
    • y_offset

      public int y_offset
    • u_offset

      public int u_offset
    • v_offset

      public int v_offset
  • Constructor Details

    • YUVBuffer

      public YUVBuffer()
  • Method Details