SDL_DequeueAudio

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

Meta