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