mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 01:17:40 +00:00
audio: Refer to audio devices to "playback" and "recording".
Fixes #9619.
This commit is contained in:
parent
031dc0743f
commit
38f0214e8a
66 changed files with 939 additions and 924 deletions
|
@ -166,11 +166,11 @@ SDL3_0.0.0 {
|
|||
SDL_GetAndroidSDKVersion;
|
||||
SDL_GetAssertionHandler;
|
||||
SDL_GetAssertionReport;
|
||||
SDL_GetAudioCaptureDevices;
|
||||
SDL_GetAudioDeviceFormat;
|
||||
SDL_GetAudioDeviceName;
|
||||
SDL_GetAudioDriver;
|
||||
SDL_GetAudioOutputDevices;
|
||||
SDL_GetAudioPlaybackDevices;
|
||||
SDL_GetAudioRecordingDevices;
|
||||
SDL_GetAudioStreamAvailable;
|
||||
SDL_GetAudioStreamData;
|
||||
SDL_GetAudioStreamDevice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue