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