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