Class StdVideoH265SubLayerHrdParameters

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

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

Layout


 struct StdVideoH265SubLayerHrdParameters {
     uint32_t bit_rate_value_minus1[STD_VIDEO_H265_CPB_CNT_LIST_SIZE];
     uint32_t cpb_size_value_minus1[STD_VIDEO_H265_CPB_CNT_LIST_SIZE];
     uint32_t cpb_size_du_value_minus1[STD_VIDEO_H265_CPB_CNT_LIST_SIZE];
     uint32_t bit_rate_du_value_minus1[STD_VIDEO_H265_CPB_CNT_LIST_SIZE];
     uint32_t cbr_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.
    • BIT_RATE_VALUE_MINUS1

      public static final int BIT_RATE_VALUE_MINUS1
      The struct member offsets.
    • CPB_SIZE_VALUE_MINUS1

      public static final int CPB_SIZE_VALUE_MINUS1
      The struct member offsets.
    • CPB_SIZE_DU_VALUE_MINUS1

      public static final int CPB_SIZE_DU_VALUE_MINUS1
      The struct member offsets.
    • BIT_RATE_DU_VALUE_MINUS1

      public static final int BIT_RATE_DU_VALUE_MINUS1
      The struct member offsets.
    • CBR_FLAG

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

    • StdVideoH265SubLayerHrdParameters

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