Constant SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK
pub const SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK: u32 = _; // 4_294_967_295u32
Available on crate feature
dep_sdl3
only.Expand description
A value used to request a default playback audio device.
Several functions that require an SDL_AudioDeviceID
will accept this value
to signify the app just wants the system to choose a default device instead
of the app providing a specific one.
§Availability
This macro is available since SDL 3.2.0.