Class StdVideoH265HrdFlags.Buffer

All Implemented Interfaces:
Addressable
Enclosing class:
StdVideoH265HrdFlags

public static final class StdVideoH265HrdFlags.Buffer extends StdVideoH265HrdFlags
  • Constructor Details

    • Buffer

      public Buffer(MemorySegment segment, long elementCount)
      Creates StdVideoH265HrdFlags.Buffer with the given segment.
      Parameters:
      segment - the memory segment
      elementCount - the element count
  • Method Details

    • estimateCount

      public long estimateCount()
      Description copied from class: GroupType
      Estimates the element count of this group type buffer.
      Overrides:
      estimateCount in class GroupType
      Returns:
      the estimated element count of the group type buffer
    • asSlice

      public StdVideoH265HrdFlags asSlice(long index)
      Creates a slice of StdVideoH265HrdFlags.
      Parameters:
      index - the index of the struct buffer
      Returns:
      the slice of StdVideoH265HrdFlags
    • asSlice

      public StdVideoH265HrdFlags.Buffer asSlice(long index, long count)
      Creates a slice of StdVideoH265HrdFlags.
      Parameters:
      index - the index of the struct buffer
      count - the count
      Returns:
      the slice of StdVideoH265HrdFlags