Uses of Record Class
club.doki7.sdl3.datatype.SDL_AudioDeviceEvent
Packages that use SDL_AudioDeviceEvent
-
Uses of SDL_AudioDeviceEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_AudioDeviceEventModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_AudioDeviceEventModifier and TypeMethodDescription@NotNull SDL_AudioDeviceEventSDL_Event.adevice()static SDL_AudioDeviceEvent@NotNull SDL_AudioDeviceEventSDL_AudioDeviceEvent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_AudioDeviceEventSDL_AudioDeviceEvent.clone(Arena arena, SDL_AudioDeviceEvent src) SDL_AudioDeviceEvent.padding1(byte value) SDL_AudioDeviceEvent.padding2(byte value) SDL_AudioDeviceEvent.padding3(byte value) SDL_AudioDeviceEvent.recording(boolean value) SDL_AudioDeviceEvent.timestamp(long value) SDL_AudioDeviceEvent.Ptr.toArray()SDL_AudioDeviceEvent.type(int value) SDL_AudioDeviceEvent.which(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_AudioDeviceEventModifier and TypeMethodDescription@NotNull Iterator<SDL_AudioDeviceEvent> SDL_AudioDeviceEvent.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_AudioDeviceEventModifier and TypeMethodDescriptionSDL_Event.adevice(@NotNull SDL_AudioDeviceEvent value) static SDL_AudioDeviceEventSDL_AudioDeviceEvent.clone(Arena arena, SDL_AudioDeviceEvent src) voidSDL_AudioDeviceEvent.Ptr.write(long index, @NotNull SDL_AudioDeviceEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_AudioDeviceEventModifier and TypeMethodDescriptionSDL_Event.adevice(Consumer<@NotNull SDL_AudioDeviceEvent> consumer)