callbacksFromSDL

A function that handles callbacks from SDL2's audio system.

extern (C) @nogc nothrow
void
callbacksFromSDL
(
void* userdata
,
ubyte* stream
,
int len
)

Meta