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