Class StdVideoEncodeH264PictureInfoFlags.Buffer

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

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

    • Buffer

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

    • IdrPicFlag

      public boolean IdrPicFlag()
      Returns:
      the value of the IdrPicFlag field.
    • is_reference

      public boolean is_reference()
      Returns:
      the value of the is_reference field.
    • no_output_of_prior_pics_flag

      public boolean no_output_of_prior_pics_flag()
      Returns:
      the value of the no_output_of_prior_pics_flag field.
    • long_term_reference_flag

      public boolean long_term_reference_flag()
      Returns:
      the value of the long_term_reference_flag field.
    • adaptive_ref_pic_marking_mode_flag

      public boolean adaptive_ref_pic_marking_mode_flag()
      Returns:
      the value of the adaptive_ref_pic_marking_mode_flag field.
    • IdrPicFlag

      public StdVideoEncodeH264PictureInfoFlags.Buffer IdrPicFlag(boolean value)
      Sets the specified value to the IdrPicFlag field.
    • is_reference

      public StdVideoEncodeH264PictureInfoFlags.Buffer is_reference(boolean value)
      Sets the specified value to the is_reference field.
    • no_output_of_prior_pics_flag

      public StdVideoEncodeH264PictureInfoFlags.Buffer no_output_of_prior_pics_flag(boolean value)
      Sets the specified value to the no_output_of_prior_pics_flag field.
    • long_term_reference_flag

      public StdVideoEncodeH264PictureInfoFlags.Buffer long_term_reference_flag(boolean value)
      Sets the specified value to the long_term_reference_flag field.
    • adaptive_ref_pic_marking_mode_flag

      public StdVideoEncodeH264PictureInfoFlags.Buffer adaptive_ref_pic_marking_mode_flag(boolean value)
      Sets the specified value to the adaptive_ref_pic_marking_mode_flag field.