Class StdVideoEncodeH265ReferenceListsInfoFlags.Buffer
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.video.StdVideoEncodeH265ReferenceListsInfoFlags
overrungl.vulkan.video.StdVideoEncodeH265ReferenceListsInfoFlags.Buffer
- All Implemented Interfaces:
Addressable
- Enclosing class:
StdVideoEncodeH265ReferenceListsInfoFlags
public static final class StdVideoEncodeH265ReferenceListsInfoFlags.Buffer
extends StdVideoEncodeH265ReferenceListsInfoFlags
A buffer of
StdVideoEncodeH265ReferenceListsInfoFlags
.-
Nested Class Summary
Nested classes/interfaces inherited from class overrungl.vulkan.video.StdVideoEncodeH265ReferenceListsInfoFlags
StdVideoEncodeH265ReferenceListsInfoFlags.Buffer
-
Field Summary
Fields inherited from class overrungl.vulkan.video.StdVideoEncodeH265ReferenceListsInfoFlags
LAYOUT
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(MemorySegment segment, long elementCount) CreatesStdVideoEncodeH265ReferenceListsInfoFlags.Buffer
with the given segment. -
Method Summary
Methods inherited from class overrungl.vulkan.video.StdVideoEncodeH265ReferenceListsInfoFlags
alloc, alloc, asBuffer, copyFrom, of, ofNative, ofNative
Methods inherited from class overrungl.struct.GroupType
estimateCount, groupLayout, segment
-
Constructor Details
-
Buffer
CreatesStdVideoEncodeH265ReferenceListsInfoFlags.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 ofStdVideoEncodeH265ReferenceListsInfoFlags
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
StdVideoEncodeH265ReferenceListsInfoFlags
-
asSlice
Creates a slice ofStdVideoEncodeH265ReferenceListsInfoFlags
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
StdVideoEncodeH265ReferenceListsInfoFlags
-