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 TypeMethodDescription@NotNull StdVideoAV1SequenceHeader.Ptr
StdVideoAV1SequenceHeader.Ptr.offset
(long offset) VkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeader
(int assumedCount) VkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeader
(int assumedCount) VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeader
(int assumedCount) @NotNull StdVideoAV1SequenceHeader.Ptr
StdVideoAV1SequenceHeader.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1SequenceHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1SequenceHeader.Ptr
that uses the same backing storage as thisStdVideoAV1SequenceHeader.Ptr
, but with the new size.StdVideoAV1SequenceHeader.Ptr.slice
(long end) @NotNull StdVideoAV1SequenceHeader.Ptr
StdVideoAV1SequenceHeader.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).