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