Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH264RefPicMarkingEntry.Ptr
Packages that use StdVideoEncodeH264RefPicMarkingEntry.Ptr
-
Uses of StdVideoEncodeH264RefPicMarkingEntry.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH264RefPicMarkingEntry.PtrModifier and TypeMethodDescriptionStdVideoEncodeH264RefPicMarkingEntry.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoEncodeH264RefPicMarkingEntry> consumer) StdVideoEncodeH264RefPicMarkingEntry.Ptr.offset(long offset) StdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperations(int assumedCount) StdVideoEncodeH264RefPicMarkingEntry.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264RefPicMarkingEntry.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264RefPicMarkingEntry.Ptrthat uses the same backing storage as thisStdVideoEncodeH264RefPicMarkingEntry.Ptr, but with the new size.StdVideoEncodeH264RefPicMarkingEntry.Ptr.slice(long end) StdVideoEncodeH264RefPicMarkingEntry.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).