Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH264PictureInfoFlags.Ptr
Packages that use StdVideoEncodeH264PictureInfoFlags.Ptr
-
Uses of StdVideoEncodeH264PictureInfoFlags.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH264PictureInfoFlags.PtrModifier and TypeMethodDescriptionStdVideoEncodeH264PictureInfoFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoEncodeH264PictureInfoFlags> consumer) StdVideoEncodeH264PictureInfoFlags.Ptr.offset
(long offset) StdVideoEncodeH264PictureInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264PictureInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264PictureInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH264PictureInfoFlags.Ptr
, but with the new size.StdVideoEncodeH264PictureInfoFlags.Ptr.slice
(long end) StdVideoEncodeH264PictureInfoFlags.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).