Class StdVideoDecodeVP9PictureInfoFlags

java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.video.StdVideoDecodeVP9PictureInfoFlags
All Implemented Interfaces:
Addressable
Direct Known Subclasses:
StdVideoDecodeVP9PictureInfoFlags.Buffer

public sealed class StdVideoDecodeVP9PictureInfoFlags extends GroupType permits StdVideoDecodeVP9PictureInfoFlags.Buffer

Layout

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

    • LAYOUT

      public static final GroupLayout LAYOUT
      The struct layout of StdVideoDecodeVP9PictureInfoFlags.
  • Constructor Details

    • StdVideoDecodeVP9PictureInfoFlags

      public StdVideoDecodeVP9PictureInfoFlags(MemorySegment segment)
      Creates StdVideoDecodeVP9PictureInfoFlags with the given segment.
      Parameters:
      segment - the memory segment
  • Method Details