SDL_GetAudioDeviceName - Man Page
Get the human-readable name of a specific audio device.
Synopsis
#include <SDL3/SDL_audio.h> const char * SDL_GetAudioDeviceName(SDL_AudioDeviceID devid);
Function Parameters
- devid
the instance ID of the device to query.
Return Value
for more information.
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL 3.2.0.
See Also
SDL_GetAudioPlaybackDevices(3), SDL_GetAudioRecordingDevices(3)
Info
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS