Uses of Record Class
club.doki7.vulkan.datatype.StdVideoAV1Segmentation.Ptr
Packages that use StdVideoAV1Segmentation.Ptr
-
Uses of StdVideoAV1Segmentation.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoAV1Segmentation.PtrModifier and TypeMethodDescriptionstatic StdVideoAV1Segmentation.PtrStdVideoAV1Segmentation.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoAV1Segmentation> consumer) @NotNull StdVideoAV1Segmentation.PtrStdVideoAV1Segmentation.Ptr.offset(long offset) StdVideoDecodeAV1PictureInfo.pSegmentation(int assumedCount) StdVideoEncodeAV1PictureInfo.pSegmentation(int assumedCount) @NotNull StdVideoAV1Segmentation.PtrStdVideoAV1Segmentation.Ptr.reinterpret(long newSize) Assume theStdVideoAV1Segmentation.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1Segmentation.Ptrthat uses the same backing storage as thisStdVideoAV1Segmentation.Ptr, but with the new size.StdVideoAV1Segmentation.Ptr.slice(long end) @NotNull StdVideoAV1Segmentation.PtrStdVideoAV1Segmentation.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).