xtd 0.2.0
Loading...
Searching...
No Matches
sound type

Definition

sound type definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ ST_OK

constexpr uint32_t ST_OK
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

The sound specified as the Windows Default Beep sound.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONERROR

constexpr uint32_t ST_ICONERROR
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

The sound specified as the Windows Critical Stop sound.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONHAND

constexpr uint32_t ST_ICONHAND
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

See ST_ICONERROR.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONSTOP

constexpr uint32_t ST_ICONSTOP
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

See ST_ICONERROR.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONQUESTION

constexpr uint32_t ST_ICONQUESTION
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

The sound specified as the Windows Question sound.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONWARNING

constexpr uint32_t ST_ICONWARNING
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

The sound specified as the Windows Exclamation sound.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONEXCLAMATION

constexpr uint32_t ST_ICONEXCLAMATION
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

See ST_ICONWARNING.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONINFORMATION

constexpr uint32_t ST_ICONINFORMATION
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

The sound specified as the Windows Asterisk sound.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_ICONASTERISK

constexpr uint32_t ST_ICONASTERISK
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

See ST_ICONINFORMATION.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ST_BEEP

constexpr uint32_t ST_BEEP
constexpr

#include <xtd.core.native/include/xtd/native/sounds.h>

A simple beep. If the sound card is not available, the sound is generated using the speaker.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only