(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_AudioDeviceID

SDL Audio Device IDs.

Header File

Defined in SDL_audio.h

Syntax

typedef Uint32 SDL_AudioDeviceID;

Remarks

A successful call to SDL_OpenAudio() is always device id 1, and legacy SDL audio APIs assume you want this device ID. SDL_OpenAudioDevice() calls always returns devices

= 2 on success. The legacy calls are good both for backwards compatibility and when you don't care about multiple, specific, or capture devices.


CategoryAPI, CategoryAPIDatatype, CategoryAudio