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.offset
(long offset) StdVideoH265HrdParameters.pSubLayerHrdParametersNal
(int assumedCount) StdVideoH265HrdParameters.pSubLayerHrdParametersVcl
(int assumedCount) StdVideoH265SubLayerHrdParameters.Ptr.reinterpret
(long newSize) Assume theStdVideoH265SubLayerHrdParameters.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265SubLayerHrdParameters.Ptr
that 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).