ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

Enumerator:
WAVE_IN_DEVICE_TYPE 
WAVE_OUT_DEVICE_TYPE 
MIDI_IN_DEVICE_TYPE 
MIDI_OUT_DEVICE_TYPE 
AUX_DEVICE_TYPE 
MIXER_DEVICE_TYPE 
MIN_SOUND_DEVICE_TYPE 
MAX_SOUND_DEVICE_TYPE 
SOUND_DEVICE_TYPES 

Definition at line 25 of file sndtypes.h.

{
    // The sound device types
    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,

    // Range of valid device type IDs
    MIN_SOUND_DEVICE_TYPE   = 1,
    MAX_SOUND_DEVICE_TYPE   = 6,

    // Number of sound device types
    SOUND_DEVICE_TYPES      = 6
} SOUND_DEVICE_TYPE;

Generated on Sat May 26 2012 05:56:43 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.