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 dev, const(void)* data, uint len)
    extern (C) @nogc nothrow
    static if(staticBinding)
    static if(sdlSupport >= SDLSupport.sdl204)
    int
    SDL_QueueAudio
    (,
    const(void)* data
    ,
    uint len
    )
  2. pSDL_QueueAudio SDL_QueueAudio;

Meta