mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
SDL API renaming: SDL_audio.h
Fixes https://github.com/libsdl-org/SDL/issues/6879
This commit is contained in:
parent
9625fb2832
commit
713ba2e31a
14 changed files with 159 additions and 129 deletions
|
|
@ -46,6 +46,15 @@ SDL_AudioInit() and SDL_AudioQuit() have been removed. Instead you can call SDL_
|
|||
|
||||
SDL_FreeWAV has been removed and calls can be replaced with SDL_free.
|
||||
|
||||
The following functions have been renamed:
|
||||
* SDL_AudioStreamAvailable => SDL_GetAudioStreamAvailable
|
||||
* SDL_AudioStreamClear => SDL_ClearAudioStream
|
||||
* SDL_AudioStreamFlush => SDL_FlushAudioStream
|
||||
* SDL_AudioStreamGet => SDL_GetAudioStreamData
|
||||
* SDL_AudioStreamPut => SDL_PutAudioStreamData
|
||||
* SDL_FreeAudioStream => SDL_DestroyAudioStream
|
||||
* SDL_NewAudioStream => SDL_CreateAudioStream
|
||||
|
||||
## SDL_cpuinfo.h
|
||||
|
||||
SDL_Has3DNow() has been removed; there is no replacement.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue