Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265ProfileTierLevel.Ptr
Packages that use StdVideoH265ProfileTierLevel.Ptr
-
Uses of StdVideoH265ProfileTierLevel.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265ProfileTierLevel.PtrModifier and TypeMethodDescriptionStdVideoH265ProfileTierLevel.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoH265ProfileTierLevel> consumer) @NotNull StdVideoH265ProfileTierLevel.Ptr
StdVideoH265ProfileTierLevel.Ptr.offset
(long offset) StdVideoH265SequenceParameterSet.pProfileTierLevel
(int assumedCount) StdVideoH265VideoParameterSet.pProfileTierLevel
(int assumedCount) @NotNull StdVideoH265ProfileTierLevel.Ptr
StdVideoH265ProfileTierLevel.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ProfileTierLevel.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ProfileTierLevel.Ptr
that uses the same backing storage as thisStdVideoH265ProfileTierLevel.Ptr
, but with the new size.StdVideoH265ProfileTierLevel.Ptr.slice
(long end) @NotNull StdVideoH265ProfileTierLevel.Ptr
StdVideoH265ProfileTierLevel.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).