SDL_CloseAudioDevice

Use this function to shut down audio processing and close the audio device.

Syntax

void SDL_CloseAudioDevice(SDL_AudioDeviceID dev)

Function Parameters

dev

an audio device previously opened with SDL_OpenAudioDevice()

Should SDL_AudioDeviceID be specifically mentioned like a struct would be although it is a typedef? It has no page.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryAudio

SDL_CloseAudioDevice (last edited 2010-10-12 00:40:56 by SheenaSmith)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit