Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265ShortTermRefPicSetFlags.Ptr
Packages that use StdVideoH265ShortTermRefPicSetFlags.Ptr
-
Uses of StdVideoH265ShortTermRefPicSetFlags.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265ShortTermRefPicSetFlags.PtrModifier and TypeMethodDescriptionStdVideoH265ShortTermRefPicSetFlags.Ptr.offset
(long offset) StdVideoH265ShortTermRefPicSetFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ShortTermRefPicSetFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ShortTermRefPicSetFlags.Ptr
that uses the same backing storage as thisStdVideoH265ShortTermRefPicSetFlags.Ptr
, but with the new size.StdVideoH265ShortTermRefPicSetFlags.Ptr.slice
(long end) StdVideoH265ShortTermRefPicSetFlags.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).