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)* device, int iscapture, const(SDL_AudioSpec)* desired, SDL_AudioSpec* obtained, int allowed_changes)
    extern (C) @nogc nothrow
    static if(staticBinding)
    SDL_OpenAudioDevice
  2. pSDL_OpenAudioDevice SDL_OpenAudioDevice;

Meta