Class StdVideoDecodeAV1ReferenceInfoFlags

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<StdVideoDecodeAV1ReferenceInfoFlags>
org.lwjgl.vulkan.video.StdVideoDecodeAV1ReferenceInfoFlags
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class StdVideoDecodeAV1ReferenceInfoFlags extends org.lwjgl.system.Struct<StdVideoDecodeAV1ReferenceInfoFlags> implements org.lwjgl.system.NativeResource

Layout


 struct StdVideoDecodeAV1ReferenceInfoFlags {
     uint32_t disable_frame_end_update_cdf : 1;
     uint32_t segmentation_enabled : 1;
     uint32_t reserved : 30;
 }
  • 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

    • StdVideoDecodeAV1ReferenceInfoFlags

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