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.at(long index, @NotNull Consumer<@NotNull StdVideoH265ShortTermRefPicSetFlags> consumer) StdVideoH265ShortTermRefPicSetFlags.Ptr.offset(long offset) StdVideoH265ShortTermRefPicSetFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265ShortTermRefPicSetFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265ShortTermRefPicSetFlags.Ptrthat 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).