Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH264HrdParameters.Ptr
Packages that use StdVideoH264HrdParameters.Ptr
-
Uses of StdVideoH264HrdParameters.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH264HrdParameters.PtrModifier and TypeMethodDescriptionStdVideoH264HrdParameters.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH264HrdParameters> consumer) @NotNull StdVideoH264HrdParameters.PtrStdVideoH264HrdParameters.Ptr.offset(long offset) StdVideoH264SequenceParameterSetVui.pHrdParameters(int assumedCount) @NotNull StdVideoH264HrdParameters.PtrStdVideoH264HrdParameters.Ptr.reinterpret(long newSize) Assume theStdVideoH264HrdParameters.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264HrdParameters.Ptrthat uses the same backing storage as thisStdVideoH264HrdParameters.Ptr, but with the new size.StdVideoH264HrdParameters.Ptr.slice(long end) @NotNull StdVideoH264HrdParameters.PtrStdVideoH264HrdParameters.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).