Class StdVideoEncodeH265ReferenceInfoFlags

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

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

Layout


 struct StdVideoEncodeH265ReferenceInfoFlags {
     uint32_t used_for_long_term_reference : 1;
     uint32_t unused_for_reference : 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

    • StdVideoEncodeH265ReferenceInfoFlags

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