Wiki Page Content

Revision 1 as of 2009-11-12 22:17:07

Clear message

SDL_FreeWAV

Use this function to free data previously allocated with SDL_LoadWAV_RW().

Syntax

void SDL_FreeWAV (Uint8 * audio_buf)

Function Parameters

audio_buf

a pointer to the buffer created by SDL_LoadWAV; for more info see SDL_LoadWAV

Return Value

Code Examples

You can add your code example here

Remarks

You can add useful comments here

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