Class StdVideoEncodeAV1ReferenceInfoFlags

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

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

Layout


 struct StdVideoEncodeAV1ReferenceInfoFlags {
     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

    • StdVideoEncodeAV1ReferenceInfoFlags

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