Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265SubLayerHrdParameters.Ptr
Packages that use StdVideoH265SubLayerHrdParameters.Ptr
-
Uses of StdVideoH265SubLayerHrdParameters.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265SubLayerHrdParameters.PtrModifier and TypeMethodDescriptionStdVideoH265SubLayerHrdParameters.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH265SubLayerHrdParameters> consumer) StdVideoH265SubLayerHrdParameters.Ptr.offset(long offset) StdVideoH265HrdParameters.pSubLayerHrdParametersNal(int assumedCount) StdVideoH265HrdParameters.pSubLayerHrdParametersVcl(int assumedCount) StdVideoH265SubLayerHrdParameters.Ptr.reinterpret(long newSize) Assume theStdVideoH265SubLayerHrdParameters.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265SubLayerHrdParameters.Ptrthat uses the same backing storage as thisStdVideoH265SubLayerHrdParameters.Ptr, but with the new size.StdVideoH265SubLayerHrdParameters.Ptr.slice(long end) StdVideoH265SubLayerHrdParameters.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).