#include <cstdint>
Contains sound constants.
Go to the source code of this file.
Variables | |
constexpr uint32_t | ST_OK |
The sound specified as the Windows Default Beep sound. | |
constexpr uint32_t | ST_ICONERROR |
The sound specified as the Windows Critical Stop sound. | |
constexpr uint32_t | ST_ICONHAND |
See ST_ICONERROR. | |
constexpr uint32_t | ST_ICONSTOP |
See ST_ICONERROR. | |
constexpr uint32_t | ST_ICONQUESTION |
The sound specified as the Windows Question sound. | |
constexpr uint32_t | ST_ICONWARNING |
The sound specified as the Windows Exclamation sound. | |
constexpr uint32_t | ST_ICONEXCLAMATION |
See ST_ICONWARNING. | |
constexpr uint32_t | ST_ICONINFORMATION |
The sound specified as the Windows Asterisk sound. | |
constexpr uint32_t | ST_ICONASTERISK |
See ST_ICONINFORMATION. | |
constexpr uint32_t | ST_BEEP |
A simple beep. If the sound card is not available, the sound is generated using the speaker. | |