Class StdVideoH265VideoParameterSet

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

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

Layout


 struct StdVideoH265VideoParameterSet {
     StdVideoH265VpsFlags flags;
     uint8_t vps_video_parameter_set_id;
     uint8_t vps_max_sub_layers_minus1;
     uint8_t reserved1;
     uint8_t reserved2;
     uint32_t vps_num_units_in_tick;
     uint32_t vps_time_scale;
     uint32_t vps_num_ticks_poc_diff_one_minus1;
     uint32_t reserved3;
     StdVideoH265DecPicBufMgr const * pDecPicBufMgr;
     StdVideoH265HrdParameters const * pHrdParameters;
     StdVideoH265ProfileTierLevel const * pProfileTierLevel;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int FLAGS
      The struct member offsets.
    • VPS_VIDEO_PARAMETER_SET_ID

      public static final int VPS_VIDEO_PARAMETER_SET_ID
      The struct member offsets.
    • VPS_MAX_SUB_LAYERS_MINUS1

      public static final int VPS_MAX_SUB_LAYERS_MINUS1
      The struct member offsets.
    • RESERVED1

      public static final int RESERVED1
      The struct member offsets.
    • RESERVED2

      public static final int RESERVED2
      The struct member offsets.
    • VPS_NUM_UNITS_IN_TICK

      public static final int VPS_NUM_UNITS_IN_TICK
      The struct member offsets.
    • VPS_TIME_SCALE

      public static final int VPS_TIME_SCALE
      The struct member offsets.
    • VPS_NUM_TICKS_POC_DIFF_ONE_MINUS1

      public static final int VPS_NUM_TICKS_POC_DIFF_ONE_MINUS1
      The struct member offsets.
    • RESERVED3

      public static final int RESERVED3
      The struct member offsets.
    • PDECPICBUFMGR

      public static final int PDECPICBUFMGR
      The struct member offsets.
    • PHRDPARAMETERS

      public static final int PHRDPARAMETERS
      The struct member offsets.
    • PPROFILETIERLEVEL

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

    • StdVideoH265VideoParameterSet

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