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