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