Class StdVideoH265VpsFlags.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<StdVideoH265VpsFlags>, NativeResource, Pointer
Enclosing class:
StdVideoH265VpsFlags

public static class StdVideoH265VpsFlags.Buffer extends StructBuffer<StdVideoH265VpsFlags,StdVideoH265VpsFlags.Buffer> implements NativeResource
An array of StdVideoH265VpsFlags structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new StdVideoH265VpsFlags.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by StdVideoH265VpsFlags.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • vps_temporal_id_nesting_flag

      public boolean vps_temporal_id_nesting_flag()
      Returns:
      the value of the vps_temporal_id_nesting_flag field.
    • vps_sub_layer_ordering_info_present_flag

      public boolean vps_sub_layer_ordering_info_present_flag()
      Returns:
      the value of the vps_sub_layer_ordering_info_present_flag field.
    • vps_timing_info_present_flag

      public boolean vps_timing_info_present_flag()
      Returns:
      the value of the vps_timing_info_present_flag field.
    • vps_poc_proportional_to_timing_flag

      public boolean vps_poc_proportional_to_timing_flag()
      Returns:
      the value of the vps_poc_proportional_to_timing_flag field.
    • vps_temporal_id_nesting_flag

      public StdVideoH265VpsFlags.Buffer vps_temporal_id_nesting_flag(boolean value)
      Sets the specified value to the vps_temporal_id_nesting_flag field.
    • vps_sub_layer_ordering_info_present_flag

      public StdVideoH265VpsFlags.Buffer vps_sub_layer_ordering_info_present_flag(boolean value)
      Sets the specified value to the vps_sub_layer_ordering_info_present_flag field.
    • vps_timing_info_present_flag

      public StdVideoH265VpsFlags.Buffer vps_timing_info_present_flag(boolean value)
      Sets the specified value to the vps_timing_info_present_flag field.
    • vps_poc_proportional_to_timing_flag

      public StdVideoH265VpsFlags.Buffer vps_poc_proportional_to_timing_flag(boolean value)
      Sets the specified value to the vps_poc_proportional_to_timing_flag field.