Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265SequenceParameterSet.Ptr
Packages that use StdVideoH265SequenceParameterSet.Ptr
-
Uses of StdVideoH265SequenceParameterSet.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265SequenceParameterSet.PtrModifier and TypeMethodDescriptionStdVideoH265SequenceParameterSet.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH265SequenceParameterSet> consumer) @NotNull StdVideoH265SequenceParameterSet.PtrStdVideoH265SequenceParameterSet.Ptr.offset(long offset) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPS(int assumedCount) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) VkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) @NotNull StdVideoH265SequenceParameterSet.PtrStdVideoH265SequenceParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH265SequenceParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265SequenceParameterSet.Ptrthat uses the same backing storage as thisStdVideoH265SequenceParameterSet.Ptr, but with the new size.StdVideoH265SequenceParameterSet.Ptr.slice(long end) @NotNull StdVideoH265SequenceParameterSet.PtrStdVideoH265SequenceParameterSet.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).