Class VkVideoEncodeH265QpKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeH265QpKHR extends Struct<VkVideoEncodeH265QpKHR> implements NativeResource

 struct VkVideoEncodeH265QpKHR {
     int32_t qpI;
     int32_t qpP;
     int32_t qpB;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int QPI
      The struct member offsets.
    • QPP

      public static final int QPP
      The struct member offsets.
    • QPB

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

    • VkVideoEncodeH265QpKHR

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