Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH264SequenceParameterSet.Ptr
Packages that use StdVideoH264SequenceParameterSet.Ptr
-
Uses of StdVideoH264SequenceParameterSet.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH264SequenceParameterSet.PtrModifier and TypeMethodDescriptionStdVideoH264SequenceParameterSet.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH264SequenceParameterSet> consumer) @NotNull StdVideoH264SequenceParameterSet.PtrStdVideoH264SequenceParameterSet.Ptr.offset(long offset) VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPS(int assumedCount) VkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) VkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) @NotNull StdVideoH264SequenceParameterSet.PtrStdVideoH264SequenceParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH264SequenceParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264SequenceParameterSet.Ptrthat uses the same backing storage as thisStdVideoH264SequenceParameterSet.Ptr, but with the new size.StdVideoH264SequenceParameterSet.Ptr.slice(long end) @NotNull StdVideoH264SequenceParameterSet.PtrStdVideoH264SequenceParameterSet.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).