SDL_BuildAudioCVT

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_BuildAudioCVT(SDL_AudioCVT* cvt, SDL_AudioFormat src_format, ubyte src_channels, int src_rate, SDL_AudioFormat dst_format, ubyte dst_channels, int dst_rate)
    extern (C) @nogc nothrow
    static if(staticBinding)
    int
    SDL_BuildAudioCVT
  2. pSDL_BuildAudioCVT SDL_BuildAudioCVT;

Meta