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
Returns the name of the audio device, or NULL on failure; call SDL_GetError() 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.3.2 Simple Directmedia Layer SDL3 FUNCTIONS