SDL_OpenAudioDevice

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. SDL_AudioDeviceID SDL_OpenAudioDevice(const(char)* , int , const(SDL_AudioSpec)* , SDL_AudioSpec* , int )
    version(BindSDL_Static)
    extern (C) @nogc nothrow
    SDL_OpenAudioDevice
    (
    const(char)*
    ,
    int
    ,,,
    int
    )
  2. pSDL_OpenAudioDevice SDL_OpenAudioDevice;

Meta