Wiki Page Content

Results 1 - 5 of 5 results out of about 6839 pages. (3.96 seconds)

SDL_FreeWAV . . . 4 matches
... = SDL_FreeWAV = Use this function to free data previously allocated with [[SDL_LoadWAV]]() or [[SDL_LoadWAV_RW]](). <<TableOfContents()>> == Syntax == {{{#!highlight cpp void ...

0.8k - rev: 10 (current) last modified: 2013-08-08 05:16:20

SDL_LoadWAV_RW . . . 4 matches
...the application is done with the data returned in '''audio_buf''', it should call [[SDL_FreeWAV]]() to dispose of it. == Code Examples == {{{#!highlight cpp extern SDL_RWops *myR...

2.1k - rev: 15 (current) last modified: 2018-10-30 02:25:29

SDL_LoadWAV . . . 2 matches
...n", SDL_GetError()); } else { /* Do stuff with the WAV data, and then... */ SDL_FreeWAV(wav_buffer); } }}} == Remarks == SDL_LoadWAV is a convenience macro that calls [[...

1.4k - rev: 17 (current) last modified: 2018-10-30 02:31:49

CategoryAudio . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = Audio Device Management and Audio Playback = '''Include File(s):''' [[http://hg.libsdl.org/...

0.7k - rev: 13 (current) last modified: 2013-10-12 19:28:06

CategoryAPI . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = SDL 2.0 API by Name = <<TableOfContents()>> == Hints == <<FullSearchCached(category:Catego...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

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