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