Class StdVideoH264PpsFlags.Buffer

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

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

    • Buffer

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

    • transform_8x8_mode_flag

      public boolean transform_8x8_mode_flag()
      Returns:
      the value of the transform_8x8_mode_flag field.
    • redundant_pic_cnt_present_flag

      public boolean redundant_pic_cnt_present_flag()
      Returns:
      the value of the redundant_pic_cnt_present_flag field.
    • constrained_intra_pred_flag

      public boolean constrained_intra_pred_flag()
      Returns:
      the value of the constrained_intra_pred_flag field.
    • deblocking_filter_control_present_flag

      public boolean deblocking_filter_control_present_flag()
      Returns:
      the value of the deblocking_filter_control_present_flag field.
    • weighted_pred_flag

      public boolean weighted_pred_flag()
      Returns:
      the value of the weighted_pred_flag field.
    • bottom_field_pic_order_in_frame_present_flag

      public boolean bottom_field_pic_order_in_frame_present_flag()
      Returns:
      the value of the bottom_field_pic_order_in_frame_present_flag field.
    • entropy_coding_mode_flag

      public boolean entropy_coding_mode_flag()
      Returns:
      the value of the entropy_coding_mode_flag field.
    • pic_scaling_matrix_present_flag

      public boolean pic_scaling_matrix_present_flag()
      Returns:
      the value of the pic_scaling_matrix_present_flag field.
    • transform_8x8_mode_flag

      public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(boolean value)
      Sets the specified value to the transform_8x8_mode_flag field.
    • redundant_pic_cnt_present_flag

      public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(boolean value)
      Sets the specified value to the redundant_pic_cnt_present_flag field.
    • constrained_intra_pred_flag

      public StdVideoH264PpsFlags.Buffer constrained_intra_pred_flag(boolean value)
      Sets the specified value to the constrained_intra_pred_flag field.
    • deblocking_filter_control_present_flag

      public StdVideoH264PpsFlags.Buffer deblocking_filter_control_present_flag(boolean value)
      Sets the specified value to the deblocking_filter_control_present_flag field.
    • weighted_pred_flag

      public StdVideoH264PpsFlags.Buffer weighted_pred_flag(boolean value)
      Sets the specified value to the weighted_pred_flag field.
    • bottom_field_pic_order_in_frame_present_flag

      public StdVideoH264PpsFlags.Buffer bottom_field_pic_order_in_frame_present_flag(boolean value)
      Sets the specified value to the bottom_field_pic_order_in_frame_present_flag field.
    • entropy_coding_mode_flag

      public StdVideoH264PpsFlags.Buffer entropy_coding_mode_flag(boolean value)
      Sets the specified value to the entropy_coding_mode_flag field.
    • pic_scaling_matrix_present_flag

      public StdVideoH264PpsFlags.Buffer pic_scaling_matrix_present_flag(boolean value)
      Sets the specified value to the pic_scaling_matrix_present_flag field.