#include <BASS.h>
|
| int | soundDevice |
| | The device to use... -1 = default device, 0 = no sound, 1 = first real output device. BASS_GetDeviceInfo can be used to enumerate the available devices. More...
|
| |
| float | initialVolume = 1.0f |
| |
| std::vector< Sound > | sounds |
| |
Definition at line 13 of file BASS.h.
◆ initialVolume
| float Devices::BassConfig::initialVolume = 1.0f |
◆ soundDevice
| int Devices::BassConfig::soundDevice |
The device to use... -1 = default device, 0 = no sound, 1 = first real output device. BASS_GetDeviceInfo can be used to enumerate the available devices.
Definition at line 16 of file BASS.h.
◆ sounds
| std::vector<Sound> Devices::BassConfig::sounds |
The documentation for this struct was generated from the following file: