Class StdVideoH265SequenceParameterSetVui.Buffer

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

public static class StdVideoH265SequenceParameterSetVui.Buffer extends StructBuffer<StdVideoH265SequenceParameterSetVui,StdVideoH265SequenceParameterSetVui.Buffer> implements NativeResource
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new StdVideoH265SequenceParameterSetVui.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 StdVideoH265SequenceParameterSetVui.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

    • flags

      public StdVideoH265SpsVuiFlags flags()
      Returns:
      a StdVideoH265SpsVuiFlags view of the flags field.
    • aspect_ratio_idc

      public int aspect_ratio_idc()
      Returns:
      the value of the aspect_ratio_idc field.
    • sar_width

      public short sar_width()
      Returns:
      the value of the sar_width field.
    • sar_height

      public short sar_height()
      Returns:
      the value of the sar_height field.
    • video_format

      public byte video_format()
      Returns:
      the value of the video_format field.
    • colour_primaries

      public byte colour_primaries()
      Returns:
      the value of the colour_primaries field.
    • transfer_characteristics

      public byte transfer_characteristics()
      Returns:
      the value of the transfer_characteristics field.
    • matrix_coeffs

      public byte matrix_coeffs()
      Returns:
      the value of the matrix_coeffs field.
    • chroma_sample_loc_type_top_field

      public byte chroma_sample_loc_type_top_field()
      Returns:
      the value of the chroma_sample_loc_type_top_field field.
    • chroma_sample_loc_type_bottom_field

      public byte chroma_sample_loc_type_bottom_field()
      Returns:
      the value of the chroma_sample_loc_type_bottom_field field.
    • def_disp_win_left_offset

      public short def_disp_win_left_offset()
      Returns:
      the value of the def_disp_win_left_offset field.
    • def_disp_win_right_offset

      public short def_disp_win_right_offset()
      Returns:
      the value of the def_disp_win_right_offset field.
    • def_disp_win_top_offset

      public short def_disp_win_top_offset()
      Returns:
      the value of the def_disp_win_top_offset field.
    • def_disp_win_bottom_offset

      public short def_disp_win_bottom_offset()
      Returns:
      the value of the def_disp_win_bottom_offset field.
    • vui_num_units_in_tick

      public int vui_num_units_in_tick()
      Returns:
      the value of the vui_num_units_in_tick field.
    • vui_time_scale

      public int vui_time_scale()
      Returns:
      the value of the vui_time_scale field.
    • vui_num_ticks_poc_diff_one_minus1

      public int vui_num_ticks_poc_diff_one_minus1()
      Returns:
      the value of the vui_num_ticks_poc_diff_one_minus1 field.
    • min_spatial_segmentation_idc

      public short min_spatial_segmentation_idc()
      Returns:
      the value of the min_spatial_segmentation_idc field.
    • max_bytes_per_pic_denom

      public byte max_bytes_per_pic_denom()
      Returns:
      the value of the max_bytes_per_pic_denom field.
    • max_bits_per_min_cu_denom

      public byte max_bits_per_min_cu_denom()
      Returns:
      the value of the max_bits_per_min_cu_denom field.
    • log2_max_mv_length_horizontal

      public byte log2_max_mv_length_horizontal()
      Returns:
      the value of the log2_max_mv_length_horizontal field.
    • log2_max_mv_length_vertical

      public byte log2_max_mv_length_vertical()
      Returns:
      the value of the log2_max_mv_length_vertical field.
    • pHrdParameters

      public StdVideoH265HrdParameters pHrdParameters()
      Returns:
      a StdVideoH265HrdParameters view of the struct pointed to by the pHrdParameters field.
    • flags

      Copies the specified StdVideoH265SpsVuiFlags to the flags field.
    • flags

      Passes the flags field to the specified Consumer.
    • aspect_ratio_idc

      public StdVideoH265SequenceParameterSetVui.Buffer aspect_ratio_idc(int value)
      Sets the specified value to the aspect_ratio_idc field.
    • sar_width

      public StdVideoH265SequenceParameterSetVui.Buffer sar_width(short value)
      Sets the specified value to the sar_width field.
    • sar_height

      public StdVideoH265SequenceParameterSetVui.Buffer sar_height(short value)
      Sets the specified value to the sar_height field.
    • video_format

      public StdVideoH265SequenceParameterSetVui.Buffer video_format(byte value)
      Sets the specified value to the video_format field.
    • colour_primaries

      public StdVideoH265SequenceParameterSetVui.Buffer colour_primaries(byte value)
      Sets the specified value to the colour_primaries field.
    • transfer_characteristics

      public StdVideoH265SequenceParameterSetVui.Buffer transfer_characteristics(byte value)
      Sets the specified value to the transfer_characteristics field.
    • matrix_coeffs

      public StdVideoH265SequenceParameterSetVui.Buffer matrix_coeffs(byte value)
      Sets the specified value to the matrix_coeffs field.
    • chroma_sample_loc_type_top_field

      public StdVideoH265SequenceParameterSetVui.Buffer chroma_sample_loc_type_top_field(byte value)
      Sets the specified value to the chroma_sample_loc_type_top_field field.
    • chroma_sample_loc_type_bottom_field

      public StdVideoH265SequenceParameterSetVui.Buffer chroma_sample_loc_type_bottom_field(byte value)
      Sets the specified value to the chroma_sample_loc_type_bottom_field field.
    • def_disp_win_left_offset

      public StdVideoH265SequenceParameterSetVui.Buffer def_disp_win_left_offset(short value)
      Sets the specified value to the def_disp_win_left_offset field.
    • def_disp_win_right_offset

      public StdVideoH265SequenceParameterSetVui.Buffer def_disp_win_right_offset(short value)
      Sets the specified value to the def_disp_win_right_offset field.
    • def_disp_win_top_offset

      public StdVideoH265SequenceParameterSetVui.Buffer def_disp_win_top_offset(short value)
      Sets the specified value to the def_disp_win_top_offset field.
    • def_disp_win_bottom_offset

      public StdVideoH265SequenceParameterSetVui.Buffer def_disp_win_bottom_offset(short value)
      Sets the specified value to the def_disp_win_bottom_offset field.
    • vui_num_units_in_tick

      public StdVideoH265SequenceParameterSetVui.Buffer vui_num_units_in_tick(int value)
      Sets the specified value to the vui_num_units_in_tick field.
    • vui_time_scale

      public StdVideoH265SequenceParameterSetVui.Buffer vui_time_scale(int value)
      Sets the specified value to the vui_time_scale field.
    • vui_num_ticks_poc_diff_one_minus1

      public StdVideoH265SequenceParameterSetVui.Buffer vui_num_ticks_poc_diff_one_minus1(int value)
      Sets the specified value to the vui_num_ticks_poc_diff_one_minus1 field.
    • min_spatial_segmentation_idc

      public StdVideoH265SequenceParameterSetVui.Buffer min_spatial_segmentation_idc(short value)
      Sets the specified value to the min_spatial_segmentation_idc field.
    • max_bytes_per_pic_denom

      public StdVideoH265SequenceParameterSetVui.Buffer max_bytes_per_pic_denom(byte value)
      Sets the specified value to the max_bytes_per_pic_denom field.
    • max_bits_per_min_cu_denom

      public StdVideoH265SequenceParameterSetVui.Buffer max_bits_per_min_cu_denom(byte value)
      Sets the specified value to the max_bits_per_min_cu_denom field.
    • log2_max_mv_length_horizontal

      public StdVideoH265SequenceParameterSetVui.Buffer log2_max_mv_length_horizontal(byte value)
      Sets the specified value to the log2_max_mv_length_horizontal field.
    • log2_max_mv_length_vertical

      public StdVideoH265SequenceParameterSetVui.Buffer log2_max_mv_length_vertical(byte value)
      Sets the specified value to the log2_max_mv_length_vertical field.
    • pHrdParameters

      Sets the address of the specified StdVideoH265HrdParameters to the pHrdParameters field.