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
A buffer of
StdVideoH265PredictorPaletteEntries
.-
Nested Class Summary
Nested classes/interfaces inherited from class overrungl.vulkan.video.StdVideoH265PredictorPaletteEntries
StdVideoH265PredictorPaletteEntries.Buffer
-
Field Summary
Fields inherited from class overrungl.vulkan.video.StdVideoH265PredictorPaletteEntries
LAYOUT, LAYOUT_PredictorPaletteEntries, OFFSET_PredictorPaletteEntries, VH_PredictorPaletteEntries
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(MemorySegment segment, long elementCount) CreatesStdVideoH265PredictorPaletteEntries.Buffer
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionasSlice
(long index) Creates a slice ofStdVideoH265PredictorPaletteEntries
.asSlice
(long index, long count) Creates a slice ofStdVideoH265PredictorPaletteEntries
.long
Estimates the element count of this group type buffer.PredictorPaletteEntriesAt
(long index) ReturnsPredictorPaletteEntries
at the given index.short
PredictorPaletteEntriesAt
(long index, long index0, long index1) ReturnsPredictorPaletteEntries
at the given index.PredictorPaletteEntriesAt
(long index, long index0, long index1, short value) SetsPredictorPaletteEntries
with the given value at the given index.PredictorPaletteEntriesAt
(long index, MemorySegment value) SetsPredictorPaletteEntries
with the given value at the given index.Methods inherited from class overrungl.vulkan.video.StdVideoH265PredictorPaletteEntries
alloc, alloc, asBuffer, copyFrom, of, ofNative, ofNative, PredictorPaletteEntries, PredictorPaletteEntries, PredictorPaletteEntries, PredictorPaletteEntries, PredictorPaletteEntries, PredictorPaletteEntries, PredictorPaletteEntries, PredictorPaletteEntries
Methods inherited from class overrungl.struct.GroupType
estimateCount, groupLayout, segment
-
Constructor Details
-
Buffer
CreatesStdVideoH265PredictorPaletteEntries.Buffer
with the given segment.- Parameters:
segment
- the memory segmentelementCount
- 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 classGroupType
- Returns:
- the estimated element count of the group type buffer
-
asSlice
Creates a slice ofStdVideoH265PredictorPaletteEntries
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
StdVideoH265PredictorPaletteEntries
-
asSlice
Creates a slice ofStdVideoH265PredictorPaletteEntries
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
StdVideoH265PredictorPaletteEntries
-
PredictorPaletteEntriesAt
ReturnsPredictorPaletteEntries
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) ReturnsPredictorPaletteEntries
at the given index.- Parameters:
index
- the index of the struct bufferindex0
- the Index 0 of the arrayindex1
- the Index 1 of the array- Returns:
PredictorPaletteEntries
at the given index
-
PredictorPaletteEntriesAt
public StdVideoH265PredictorPaletteEntries.Buffer PredictorPaletteEntriesAt(long index, MemorySegment value) SetsPredictorPaletteEntries
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
PredictorPaletteEntriesAt
public StdVideoH265PredictorPaletteEntries.Buffer PredictorPaletteEntriesAt(long index, long index0, long index1, short value) SetsPredictorPaletteEntries
with the given value at the given index.- Parameters:
index
- the index of the struct bufferindex0
- the Index 0 of the arrayindex1
- the Index 1 of the arrayvalue
- the value- Returns:
this
-