Class StdVideoH265PredictorPaletteEntries.Buffer

java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.video.StdVideoH265PredictorPaletteEntries
overrungl.vulkan.video.StdVideoH265PredictorPaletteEntries.Buffer
All Implemented Interfaces:
Addressable
Enclosing class:
StdVideoH265PredictorPaletteEntries

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

    • Buffer

      public Buffer(MemorySegment segment, long elementCount)
      Creates StdVideoH265PredictorPaletteEntries.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 StdVideoH265PredictorPaletteEntries asSlice(long index)
      Creates a slice of StdVideoH265PredictorPaletteEntries.
      Parameters:
      index - the index of the struct buffer
      Returns:
      the slice of StdVideoH265PredictorPaletteEntries
    • asSlice

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

      public MemorySegment PredictorPaletteEntriesAt(long index)
      Returns PredictorPaletteEntries at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      PredictorPaletteEntries at the given index
    • PredictorPaletteEntriesAt

      public short PredictorPaletteEntriesAt(long index, long index0, long index1)
      Returns PredictorPaletteEntries at the given index.
      Parameters:
      index - the index of the struct buffer
      index0 - the Index 0 of the array
      index1 - the Index 1 of the array
      Returns:
      PredictorPaletteEntries at the given index
    • PredictorPaletteEntriesAt

      public StdVideoH265PredictorPaletteEntries.Buffer PredictorPaletteEntriesAt(long index, MemorySegment value)
      Sets PredictorPaletteEntries with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • PredictorPaletteEntriesAt

      public StdVideoH265PredictorPaletteEntries.Buffer PredictorPaletteEntriesAt(long index, long index0, long index1, short value)
      Sets PredictorPaletteEntries with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      index0 - the Index 0 of the array
      index1 - the Index 1 of the array
      value - the value
      Returns:
      this