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