audio: Rename SDL_GetAudioStreamBinding to SDL_GetAudioStreamDevice.

This commit is contained in:
Ryan C. Gordon 2023-08-27 16:34:26 -04:00
parent efd2023a72
commit 58c859f64d
11 changed files with 18 additions and 18 deletions

View file

@ -886,7 +886,7 @@ SDL3_0.0.0 {
SDL_PauseAudioDevice;
SDL_ResumeAudioDevice;
SDL_IsAudioDevicePaused;
SDL_GetAudioStreamBinding;
SDL_GetAudioStreamDevice;
SDL_ShowWindowSystemMenu;
SDL_ReadS16LE;
SDL_ReadS16BE;