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