Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH264SliceHeaderFlags.Ptr
Packages that use StdVideoEncodeH264SliceHeaderFlags.Ptr
-
Uses of StdVideoEncodeH264SliceHeaderFlags.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH264SliceHeaderFlags.PtrModifier and TypeMethodDescriptionStdVideoEncodeH264SliceHeaderFlags.Ptr.offset
(long offset) StdVideoEncodeH264SliceHeaderFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264SliceHeaderFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264SliceHeaderFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH264SliceHeaderFlags.Ptr
, but with the new size.StdVideoEncodeH264SliceHeaderFlags.Ptr.slice
(long end) StdVideoEncodeH264SliceHeaderFlags.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).