Class StdVideoDecodeVP9PictureInfoFlags

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoDecodeVP9PictureInfoFlags extends Struct<StdVideoDecodeVP9PictureInfoFlags> implements NativeResource
struct StdVideoDecodeVP9PictureInfoFlags {
    uint32_t error_resilient_mode : 1;
    uint32_t intra_only : 1;
    uint32_t allow_high_precision_mv : 1;
    uint32_t refresh_frame_context : 1;
    uint32_t frame_parallel_decoding_mode : 1;
    uint32_t segmentation_enabled : 1;
    uint32_t show_frame : 1;
    uint32_t UsePrevFrameMvs : 1;
    uint32_t reserved : 24;
}
  • Field Details

    • SIZEOF

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

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

      public static final int BITFIELD0
      The struct member offsets.
    • BITFIELD1

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

    • StdVideoDecodeVP9PictureInfoFlags

      public StdVideoDecodeVP9PictureInfoFlags(ByteBuffer container)
      Creates a StdVideoDecodeVP9PictureInfoFlags 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