ReactOS Fundraising Campaign 2012
€ 4,410 / € 30,000
Information
|
Donate
Home
|
Info
|
Community
|
Development
|
myReactOS
|
Contact Us
Navigation
Home
Community
Development
myReactOS
Fundraiser 2012
Doxygen
Main Page
Alphabetical List
Data Structures
Directories
File List
Data Fields
Globals
Related Pages
Search
ReactOS Development
> Doxygen
include
reactos
libs
sound
Defines
|
Enumerations
sndtypes.h File Reference
Go to the source code of this file.
Defines
#
define
IS_VALID_SOUND_DEVICE_TYPE
(
x
) ( (
x
>=
MIN_SOUND_DEVICE_TYPE
) && (
x
<=
MAX_SOUND_DEVICE_TYPE
) )
#
define
IS_WAVE_DEVICE_TYPE
(
x
) ( (
x
==
WAVE_IN_DEVICE_TYPE
) || (
x
==
WAVE_OUT_DEVICE_TYPE
) )
#
define
IS_MIDI_DEVICE_TYPE
(
x
) ( (
x
==
MIDI_IN_DEVICE_TYPE
) || (
x
==
MIDI_OUT_DEVICE_TYPE
) )
#
define
IS_AUX_DEVICE_TYPE
(
x
) (
x
==
AUX_DEVICE_TYPE
)
#
define
IS_MIXER_DEVICE_TYPE
(
x
) (
x
==
MIXER_DEVICE_TYPE
)
Enumerations
enum
SOUND_DEVICE_TYPE
{
WAVE_IN_DEVICE_TYPE
= 1,
WAVE_OUT_DEVICE_TYPE
= 2,
MIDI_IN_DEVICE_TYPE
= 3,
MIDI_OUT_DEVICE_TYPE
= 4,
AUX_DEVICE_TYPE
= 5,
MIXER_DEVICE_TYPE
= 6,
MIN_SOUND_DEVICE_TYPE
= 1,
MAX_SOUND_DEVICE_TYPE
= 6,
SOUND_DEVICE_TYPES
= 6
}
Generated on Sat May 26 2012 05:56:43 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.