Tao.Sdl SDK Documentation

Sdl.SDL_AudioQuit Method 

This function is used internally, and should not be used unless you have a specific need to specify the audio driver you want to use. You should normally use SDL_Init() or SDL_InitSubSystem().

[Visual Basic]
Public Shared Sub SDL_AudioQuit()
[C#]
public static void SDL_AudioQuit();

Remarks

Binds to C-function call in SDL_audio.h:

void SDL_AudioQuit()
            

See Also

Sdl Class | Tao.Sdl Namespace