xtd 0.2.0
Loading...
Searching...
No Matches
system_sounds.h
Go to the documentation of this file.
1
4#pragma once
5#include "system_sound.h"
6#include "../core_export.h"
7#include "../static.h"
8
10namespace xtd {
12 namespace media {
27 public:
29
40
50
60
70
81 };
82 }
83}
Represents a system sound type.
Definition system_sound.h:27
Retrieves sounds associated with a set of Windows operating system sound-event types....
Definition system_sounds.h:26
static system_sound exclamation()
Gets the sound associated with the Exclamation program event in the current Windows sound scheme.
static system_sound beep()
Gets the sound associated with the Beep program event in the current Windows sound scheme.
static system_sound hand()
Gets the sound associated with the Hand program event in the current Windows sound scheme.
static system_sound question()
Gets the sound associated with the Question program event in the current Windows sound scheme.
static system_sound asterisk()
Gets the sound associated with the Asterisk program event in the current Windows sound scheme.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define core_export_
Define shared library export.
Definition core_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::media::system_sound class.