Class StdVideoEncodeH265PictureInfoFlags.Buffer

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

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

    • Buffer

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

    • is_reference

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

      public boolean IrapPicFlag()
      Returns:
      the value of the IrapPicFlag field.
    • used_for_long_term_reference

      public boolean used_for_long_term_reference()
      Returns:
      the value of the used_for_long_term_reference field.
    • discardable_flag

      public boolean discardable_flag()
      Returns:
      the value of the discardable_flag field.
    • cross_layer_bla_flag

      public boolean cross_layer_bla_flag()
      Returns:
      the value of the cross_layer_bla_flag field.
    • pic_output_flag

      public boolean pic_output_flag()
      Returns:
      the value of the pic_output_flag 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.
    • short_term_ref_pic_set_sps_flag

      public boolean short_term_ref_pic_set_sps_flag()
      Returns:
      the value of the short_term_ref_pic_set_sps_flag field.
    • slice_temporal_mvp_enabled_flag

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

      public StdVideoEncodeH265PictureInfoFlags.Buffer is_reference(boolean value)
      Sets the specified value to the is_reference field.
    • IrapPicFlag

      public StdVideoEncodeH265PictureInfoFlags.Buffer IrapPicFlag(boolean value)
      Sets the specified value to the IrapPicFlag field.
    • used_for_long_term_reference

      public StdVideoEncodeH265PictureInfoFlags.Buffer used_for_long_term_reference(boolean value)
      Sets the specified value to the used_for_long_term_reference field.
    • discardable_flag

      public StdVideoEncodeH265PictureInfoFlags.Buffer discardable_flag(boolean value)
      Sets the specified value to the discardable_flag field.
    • cross_layer_bla_flag

      public StdVideoEncodeH265PictureInfoFlags.Buffer cross_layer_bla_flag(boolean value)
      Sets the specified value to the cross_layer_bla_flag field.
    • pic_output_flag

      public StdVideoEncodeH265PictureInfoFlags.Buffer pic_output_flag(boolean value)
      Sets the specified value to the pic_output_flag field.
    • no_output_of_prior_pics_flag

      public StdVideoEncodeH265PictureInfoFlags.Buffer no_output_of_prior_pics_flag(boolean value)
      Sets the specified value to the no_output_of_prior_pics_flag field.
    • short_term_ref_pic_set_sps_flag

      public StdVideoEncodeH265PictureInfoFlags.Buffer short_term_ref_pic_set_sps_flag(boolean value)
      Sets the specified value to the short_term_ref_pic_set_sps_flag field.
    • slice_temporal_mvp_enabled_flag

      public StdVideoEncodeH265PictureInfoFlags.Buffer slice_temporal_mvp_enabled_flag(boolean value)
      Sets the specified value to the slice_temporal_mvp_enabled_flag field.