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 TypeMethodDescriptionboolean
SDL3.bindAudioStreams
(int devid, SDL_AudioStream.Ptr streams, int num_streams) Bind a list of audio streams to an audio device.void
SDL3.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.Ptr
static SDL_AudioStream.Ptr
static SDL_AudioStream.Ptr
SDL_AudioStream.Ptr.allocate
(Arena arena, @Nullable SDL_AudioStream[] values) static SDL_AudioStream.Ptr
SDL_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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_AudioStream.Ptr
that 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).