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