Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265VideoParameterSet.Ptr
Packages that use StdVideoH265VideoParameterSet.Ptr
-
Uses of StdVideoH265VideoParameterSet.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265VideoParameterSet.PtrModifier and TypeMethodDescriptionStdVideoH265VideoParameterSet.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoH265VideoParameterSet> consumer) @NotNull StdVideoH265VideoParameterSet.Ptr
StdVideoH265VideoParameterSet.Ptr.offset
(long offset) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPS
(int assumedCount) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSs
(int assumedCount) VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSs
(int assumedCount) @NotNull StdVideoH265VideoParameterSet.Ptr
StdVideoH265VideoParameterSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH265VideoParameterSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265VideoParameterSet.Ptr
that uses the same backing storage as thisStdVideoH265VideoParameterSet.Ptr
, but with the new size.StdVideoH265VideoParameterSet.Ptr.slice
(long end) @NotNull StdVideoH265VideoParameterSet.Ptr
StdVideoH265VideoParameterSet.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).