Wiki Page Content

Differences between revisions 6 and 7
Revision 6 as of 2009-12-12 07:21:47
Size: 657
Editor: SheenaSmith
Comment: format update
Revision 7 as of 2010-08-21 21:07:42
Size: 772
Editor: SheenaSmith
Comment: update content (old wiki)
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
''You can add useful comments here'' *<<BR>>After a WAVE file has been opened with [[SDL_LoadWAV]]() or [[SDL_LoadWAV_RW]]() its data can eventually be freed with [[SDL_FreeWAV]]().<<BR>>*

SDL_FreeWAV

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

Syntax

void SDL_FreeWAV(Uint8* audio_buf)

Function Parameters

audio_buf

a pointer to the buffer created by SDL_LoadWAV() or SDL_LoadWAV_RW()

Code Examples

You can add your code example here

Remarks

*
After a WAVE file has been opened with SDL_LoadWAV() or SDL_LoadWAV_RW() its data can eventually be freed with SDL_FreeWAV().
*


CategoryAPI, CategoryAudio

None: SDL_FreeWAV (last edited 2013-08-08 05:16:20 by RyanGordon)

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