Uses of Record Class
club.doki7.vulkan.datatype.StdVideoDecodeH264ReferenceInfoFlags.Ptr
Packages that use StdVideoDecodeH264ReferenceInfoFlags.Ptr
-
Uses of StdVideoDecodeH264ReferenceInfoFlags.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoDecodeH264ReferenceInfoFlags.PtrModifier and TypeMethodDescriptionStdVideoDecodeH264ReferenceInfoFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoDecodeH264ReferenceInfoFlags> consumer) StdVideoDecodeH264ReferenceInfoFlags.Ptr.offset
(long offset) StdVideoDecodeH264ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH264ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH264ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoDecodeH264ReferenceInfoFlags.Ptr
, but with the new size.StdVideoDecodeH264ReferenceInfoFlags.Ptr.slice
(long end) StdVideoDecodeH264ReferenceInfoFlags.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).