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