Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH265LongTermRefPics.Ptr
Packages that use StdVideoEncodeH265LongTermRefPics.Ptr
-
Uses of StdVideoEncodeH265LongTermRefPics.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH265LongTermRefPics.PtrModifier and TypeMethodDescriptionStdVideoEncodeH265LongTermRefPics.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoEncodeH265LongTermRefPics> consumer) StdVideoEncodeH265LongTermRefPics.Ptr.offset
(long offset) StdVideoEncodeH265PictureInfo.pLongTermRefPics
(int assumedCount) StdVideoEncodeH265LongTermRefPics.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265LongTermRefPics.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265LongTermRefPics.Ptr
that uses the same backing storage as thisStdVideoEncodeH265LongTermRefPics.Ptr
, but with the new size.StdVideoEncodeH265LongTermRefPics.Ptr.slice
(long end) StdVideoEncodeH265LongTermRefPics.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).