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

dls2.h
Go to the documentation of this file.
00001 #ifndef _INC_DLS2
00002 #define _INC_DLS2
00003 
00004 DEFINE_GUID(DLSID_GMInHardware,       0x178F2F24, 0xC364, 0x11D1, 0xA7, 0x60, 0x00, 0x00, 0xF8, 0x75, 0xAC, 0x12);
00005 DEFINE_GUID(DLSID_GSInHardware,       0x178F2F25, 0xC364, 0x11D1, 0xA7, 0x60, 0x00, 0x00, 0xF8, 0x75, 0xAC, 0x12);
00006 DEFINE_GUID(DLSID_XGInHardware,       0x178F2F26, 0xC364, 0x11D1, 0xA7, 0x60, 0x00, 0x00, 0xF8, 0x75, 0xAC, 0x12);
00007 DEFINE_GUID(DLSID_SupportsDLS1,       0x178F2F27, 0xC364, 0x11D1, 0xA7, 0x60, 0x00, 0x00, 0xF8, 0x75, 0xAC, 0x12);
00008 DEFINE_GUID(DLSID_SupportsDLS2,       0xF14599E5, 0x4689, 0x11D2, 0xAF, 0xA6, 0x00, 0xAA, 0x00, 0x24, 0xd8, 0xB6);
00009 DEFINE_GUID(DLSID_SampleMemorySize,   0x178F2F28, 0xC364, 0x11D1, 0xA7, 0x60, 0x00, 0x00, 0xF8, 0x75, 0xAC, 0x12);
00010 DEFINE_GUID(DLSID_ManufacturersID,    0xB03E1181, 0x8095, 0x11D2, 0xA1, 0xEF, 0x00, 0x60, 0x08, 0x33, 0xDB, 0xD8);
00011 DEFINE_GUID(DLSID_ProductID,          0xB03E1182, 0x8095, 0x11D2, 0xA1, 0xEF, 0x00, 0x60, 0x08, 0x33, 0xDB, 0xD8);
00012 DEFINE_GUID(DLSID_SamplePlaybackRate, 0x2A91F713, 0xA4BF, 0x11D2, 0xBB, 0xDF, 0x00, 0x60, 0x08, 0x33, 0xDB, 0xD8);
00013 
00014 #define CONN_SRC_POLYPRESSURE       0x0007
00015 #define CONN_SRC_CHANNELPRESSURE    0x0008
00016 #define CONN_SRC_VIBRATO            0x0009
00017 #define CONN_SRC_MONOPRESSURE       0x000A
00018 #define CONN_SRC_CC91               0x00DB
00019 #define CONN_SRC_CC93               0x00DD
00020 
00021 #define CONN_DST_GAIN               0x0001
00022 #define CONN_DST_KEYNUMBER          0x0005
00023 #define CONN_DST_LEFT               0x0010
00024 #define CONN_DST_RIGHT              0x0011
00025 #define CONN_DST_CENTER             0x0012
00026 #define CONN_DST_LEFTREAR           0x0013
00027 #define CONN_DST_RIGHTREAR          0x0014
00028 #define CONN_DST_LFE_CHANNEL        0x0015
00029 #define CONN_DST_CHORUS             0x0080
00030 #define CONN_DST_REVERB             0x0081
00031 #define CONN_DST_VIB_FREQUENCY      0x0114
00032 #define CONN_DST_VIB_STARTDELAY     0x0115
00033 #define CONN_DST_EG1_DELAYTIME      0x020B
00034 #define CONN_DST_EG1_HOLDTIME       0x020C
00035 #define CONN_DST_EG1_SHUTDOWNTIME   0x020D
00036 #define CONN_DST_EG2_DELAYTIME      0x030F
00037 #define CONN_DST_EG2_HOLDTIME       0x0310
00038 #define CONN_DST_FILTER_CUTOFF      0x0500
00039 #define CONN_DST_FILTER_Q           0x0501
00040 
00041 #define DLS_CDL_AND                 0x0001
00042 #define DLS_CDL_OR                  0x0002
00043 #define DLS_CDL_XOR                 0x0003
00044 #define DLS_CDL_ADD                 0x0004
00045 #define DLS_CDL_SUBTRACT            0x0005
00046 #define DLS_CDL_MULTIPLY            0x0006
00047 #define DLS_CDL_DIVIDE              0x0007
00048 #define DLS_CDL_LOGICAL_AND         0x0008
00049 #define DLS_CDL_LOGICAL_OR          0x0009
00050 #define DLS_CDL_LT                  0x000A
00051 #define DLS_CDL_LE                  0x000B
00052 #define DLS_CDL_GT                  0x000C
00053 #define DLS_CDL_GE                  0x000D
00054 #define DLS_CDL_EQ                  0x000E
00055 #define DLS_CDL_NOT                 0x000F
00056 #define DLS_CDL_CONST               0x0010
00057 #define DLS_CDL_QUERY               0x0011
00058 #define DLS_CDL_QUERYSUPPORTED      0x0012
00059 
00060 #define CONN_TRN_CONVEX             0x0002
00061 #define CONN_TRN_SWITCH             0x0003
00062 
00063 #define FOURCC_RGN2                 mmioFOURCC('r','g','n','2')
00064 #define FOURCC_LAR2                 mmioFOURCC('l','a','r','2')
00065 #define FOURCC_ART2                 mmioFOURCC('a','r','t','2')
00066 #define FOURCC_CDL                  mmioFOURCC('c','d','l',' ')
00067 #define FOURCC_DLID                 mmioFOURCC('d','l','i','d')
00068 
00069 #define F_WAVELINK_MULTICHANNEL     0x0002
00070 #define WLOOP_TYPE_RELEASE          1
00071 
00072 #endif
00073 

Generated on Sun May 27 2012 04:30:37 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.