Class StdVideoEncodeH264WeightTableFlags

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

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

Layout


 struct StdVideoEncodeH264WeightTableFlags {
     uint32_t luma_weight_l0_flag;
     uint32_t chroma_weight_l0_flag;
     uint32_t luma_weight_l1_flag;
     uint32_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

    • StdVideoEncodeH264WeightTableFlags

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