Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265SpsVuiFlags.Ptr
Packages that use StdVideoH265SpsVuiFlags.Ptr
-
Uses of StdVideoH265SpsVuiFlags.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265SpsVuiFlags.PtrModifier and TypeMethodDescriptionstatic StdVideoH265SpsVuiFlags.Ptr
StdVideoH265SpsVuiFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoH265SpsVuiFlags> consumer) @NotNull StdVideoH265SpsVuiFlags.Ptr
StdVideoH265SpsVuiFlags.Ptr.offset
(long offset) @NotNull StdVideoH265SpsVuiFlags.Ptr
StdVideoH265SpsVuiFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265SpsVuiFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265SpsVuiFlags.Ptr
that uses the same backing storage as thisStdVideoH265SpsVuiFlags.Ptr
, but with the new size.StdVideoH265SpsVuiFlags.Ptr.slice
(long end) @NotNull StdVideoH265SpsVuiFlags.Ptr
StdVideoH265SpsVuiFlags.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).