Uses of Record Class
club.doki7.sdl3.handle.SDL_AudioStream.Ptr
Packages that use SDL_AudioStream.Ptr
-
Uses of SDL_AudioStream.Ptr in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type SDL_AudioStream.PtrModifier and TypeMethodDescriptionbooleanSDL3.bindAudioStreams(int devid, SDL_AudioStream.Ptr streams, int num_streams) Bind a list of audio streams to an audio device.voidSDL3.unbindAudioStreams(SDL_AudioStream.Ptr streams, int num_streams) Unbind a list of audio streams from their audio devices. -
Uses of SDL_AudioStream.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_AudioStream.PtrModifier and TypeMethodDescriptionstatic SDL_AudioStream.Ptrstatic SDL_AudioStream.Ptrstatic SDL_AudioStream.PtrSDL_AudioStream.Ptr.allocate(Arena arena, @Nullable SDL_AudioStream[] values) static SDL_AudioStream.PtrSDL_AudioStream.Ptr.allocateV(Arena arena, @Nullable SDL_AudioStream value0, @Nullable SDL_AudioStream... values) SDL_AudioStream.Ptr.offset(long offset) SDL_AudioStream.Ptr.reinterpret(long newSize) Assume theSDL_AudioStream.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_AudioStream.Ptrthat uses the same backing storage as thisSDL_AudioStream.Ptr, but with the new size.SDL_AudioStream.Ptr.slice(long end) SDL_AudioStream.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).