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