Uses of Record Class
club.doki7.sdl3.datatype.SDL_AudioSpec.Ptr
Packages that use SDL_AudioSpec.Ptr
-
Uses of SDL_AudioSpec.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_AudioSpec.PtrModifier and TypeMethodDescriptionstatic SDL_AudioSpec.Ptr@NotNull SDL_AudioSpec.PtrSDL_AudioSpec.Ptr.offset(long offset) @NotNull SDL_AudioSpec.PtrSDL_AudioSpec.Ptr.reinterpret(long newSize) Assume theSDL_AudioSpec.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_AudioSpec.Ptrthat uses the same backing storage as thisSDL_AudioSpec.Ptr, but with the new size.SDL_AudioSpec.Ptr.slice(long end) @NotNull SDL_AudioSpec.PtrSDL_AudioSpec.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).