Uses of Record Class
club.doki7.vulkan.datatype.StdVideoAV1SequenceHeader.Ptr
Packages that use StdVideoAV1SequenceHeader.Ptr
-
Uses of StdVideoAV1SequenceHeader.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoAV1SequenceHeader.PtrModifier and TypeMethodDescriptionStdVideoAV1SequenceHeader.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoAV1SequenceHeader> consumer) @NotNull StdVideoAV1SequenceHeader.PtrStdVideoAV1SequenceHeader.Ptr.offset(long offset) VkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeader(int assumedCount) VkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeader(int assumedCount) VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeader(int assumedCount) @NotNull StdVideoAV1SequenceHeader.PtrStdVideoAV1SequenceHeader.Ptr.reinterpret(long newSize) Assume theStdVideoAV1SequenceHeader.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1SequenceHeader.Ptrthat uses the same backing storage as thisStdVideoAV1SequenceHeader.Ptr, but with the new size.StdVideoAV1SequenceHeader.Ptr.slice(long end) @NotNull StdVideoAV1SequenceHeader.PtrStdVideoAV1SequenceHeader.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).