#define SFML_AUDIO_API
Definition Export.hpp:42
Definition PlaybackDevice.hpp:38
SFML_AUDIO_API bool setDevice(const std::string &name)
Set the audio playback device.
SFML_AUDIO_API std::vector< std::string > getAvailableDevices()
Get a list of the names of all available audio playback devices.
SFML_AUDIO_API std::optional< std::string > getDefaultDevice()
Get the name of the default audio playback device.
SFML_AUDIO_API std::optional< std::string > getDevice()
Get the name of the current audio playback device.