SDL_QueueAudio

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int SDL_QueueAudio(SDL_AudioDeviceID , const(void)* , uint )
    version(BindSDL_Static)
    extern (C) @nogc nothrow
    static if(sdlSupport >= SDLSupport.sdl204)
    int
    SDL_QueueAudio
    (,
    const(void)*
    ,
    uint
    )
  2. pSDL_QueueAudio SDL_QueueAudio;

Meta