|
Size: 610
Comment:
|
Size: 609
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| void SDL_FreeWAV(Uint8 * audio_buf) | void SDL_FreeWAV(Uint8* audio_buf) |
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
You can add useful comments here
