Class StdVideoAV1ColorConfig

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoAV1ColorConfig extends Struct<StdVideoAV1ColorConfig> implements NativeResource
struct StdVideoAV1ColorConfig {
    StdVideoAV1ColorConfigFlags flags;
    uint8_t BitDepth;
    uint8_t subsampling_x;
    uint8_t subsampling_y;
    uint8_t reserved1;
    StdVideoAV1ColorPrimaries color_primaries;
    StdVideoAV1TransferCharacteristics transfer_characteristics;
    StdVideoAV1MatrixCoefficients matrix_coefficients;
    StdVideoAV1ChromaSamplePosition chroma_sample_position;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
    • BITDEPTH

      public static final int BITDEPTH
      The struct member offsets.
    • SUBSAMPLING_X

      public static final int SUBSAMPLING_X
      The struct member offsets.
    • SUBSAMPLING_Y

      public static final int SUBSAMPLING_Y
      The struct member offsets.
    • RESERVED1

      public static final int RESERVED1
      The struct member offsets.
    • COLOR_PRIMARIES

      public static final int COLOR_PRIMARIES
      The struct member offsets.
    • TRANSFER_CHARACTERISTICS

      public static final int TRANSFER_CHARACTERISTICS
      The struct member offsets.
    • MATRIX_COEFFICIENTS

      public static final int MATRIX_COEFFICIENTS
      The struct member offsets.
    • CHROMA_SAMPLE_POSITION

      public static final int CHROMA_SAMPLE_POSITION
      The struct member offsets.
  • Constructor Details

    • StdVideoAV1ColorConfig

      public StdVideoAV1ColorConfig(ByteBuffer container)
      Creates a StdVideoAV1ColorConfig instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details