Uses of Record Class
club.doki7.sdl3.datatype.SDL_AudioSpec
Packages that use SDL_AudioSpec
-
Uses of SDL_AudioSpec in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type SDL_AudioSpec -
Uses of SDL_AudioSpec in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_AudioSpecModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_AudioSpecModifier and TypeMethodDescriptionstatic SDL_AudioSpec
@NotNull SDL_AudioSpec
SDL_AudioSpec.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_AudioSpec.channels
(int value) static SDL_AudioSpec
SDL_AudioSpec.clone
(Arena arena, SDL_AudioSpec src) SDL_AudioSpec.format
(int value) SDL_AudioSpec.freq
(int value) SDL_AudioSpec.Ptr.toArray()
Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_AudioSpecMethods in club.doki7.sdl3.datatype with parameters of type SDL_AudioSpecModifier and TypeMethodDescriptionstatic SDL_AudioSpec
SDL_AudioSpec.clone
(Arena arena, SDL_AudioSpec src) void
SDL_AudioSpec.Ptr.write
(long index, @NotNull SDL_AudioSpec value)