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