Class StdVideoEncodeH265WeightTableFlags

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

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

Layout


 struct StdVideoEncodeH265WeightTableFlags {
     uint16_t luma_weight_l0_flag;
     uint16_t chroma_weight_l0_flag;
     uint16_t luma_weight_l1_flag;
     uint16_t chroma_weight_l1_flag;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int LUMA_WEIGHT_L0_FLAG
      The struct member offsets.
    • CHROMA_WEIGHT_L0_FLAG

      public static final int CHROMA_WEIGHT_L0_FLAG
      The struct member offsets.
    • LUMA_WEIGHT_L1_FLAG

      public static final int LUMA_WEIGHT_L1_FLAG
      The struct member offsets.
    • CHROMA_WEIGHT_L1_FLAG

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

    • StdVideoEncodeH265WeightTableFlags

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