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.PtrStdVideoH265VideoParameterSet.Ptr.offset(long offset) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPS(int assumedCount) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSs(int assumedCount) VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSs(int assumedCount) @NotNull StdVideoH265VideoParameterSet.PtrStdVideoH265VideoParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH265VideoParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265VideoParameterSet.Ptrthat uses the same backing storage as thisStdVideoH265VideoParameterSet.Ptr, but with the new size.StdVideoH265VideoParameterSet.Ptr.slice(long end) @NotNull StdVideoH265VideoParameterSet.PtrStdVideoH265VideoParameterSet.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).