pixelperfectengine v0.10.0-beta.3 (2021-11-05T22:49:30Z)
Dub
Repo
callbacksFromSDL
pixelperfectengine
audio
base
handler
A function that handles callbacks from SDL2's audio system.
extern (
C
) @
nogc
nothrow
void
callbacksFromSDL
(
void
*
userdata
,
ubyte
*
stream
,
int
len
)
Meta
Source
See Implementation
pixelperfectengine
audio
base
handler
aliases
CallBackDeleg
classes
AudioDeviceHandler
AudioInitException
ModuleManager
functions
callbacksFromSDL
static variables
audioCallbackDeleg
A function that handles callbacks from SDL2's audio system.