Class StdVideoH265ProfileTierLevelFlags.Buffer

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

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

    • Buffer

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

    • general_tier_flag

      public boolean general_tier_flag()
      Returns:
      the value of the general_tier_flag field.
    • general_progressive_source_flag

      public boolean general_progressive_source_flag()
      Returns:
      the value of the general_progressive_source_flag field.
    • general_interlaced_source_flag

      public boolean general_interlaced_source_flag()
      Returns:
      the value of the general_interlaced_source_flag field.
    • general_non_packed_constraint_flag

      public boolean general_non_packed_constraint_flag()
      Returns:
      the value of the general_non_packed_constraint_flag field.
    • general_frame_only_constraint_flag

      public boolean general_frame_only_constraint_flag()
      Returns:
      the value of the general_frame_only_constraint_flag field.
    • general_tier_flag

      public StdVideoH265ProfileTierLevelFlags.Buffer general_tier_flag(boolean value)
      Sets the specified value to the general_tier_flag field.
    • general_progressive_source_flag

      public StdVideoH265ProfileTierLevelFlags.Buffer general_progressive_source_flag(boolean value)
      Sets the specified value to the general_progressive_source_flag field.
    • general_interlaced_source_flag

      public StdVideoH265ProfileTierLevelFlags.Buffer general_interlaced_source_flag(boolean value)
      Sets the specified value to the general_interlaced_source_flag field.
    • general_non_packed_constraint_flag

      public StdVideoH265ProfileTierLevelFlags.Buffer general_non_packed_constraint_flag(boolean value)
      Sets the specified value to the general_non_packed_constraint_flag field.
    • general_frame_only_constraint_flag

      public StdVideoH265ProfileTierLevelFlags.Buffer general_frame_only_constraint_flag(boolean value)
      Sets the specified value to the general_frame_only_constraint_flag field.