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