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.offset
(long offset) VkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeader
(int assumedCount) StdVideoEncodeH265SliceSegmentHeader.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265SliceSegmentHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265SliceSegmentHeader.Ptr
that 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).