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

wave.h
Go to the documentation of this file.
00001 KIRQL irql;
00002 KAFFINITY affinity;
00003 
00004 #include <pshpack1.h>
00005 typedef struct
00006 {
00007     unsigned char       rID[4]  ;                   //4 0
00008     unsigned int        rLen    ;                       //4 4
00009     unsigned char   wID[4] ;                        //4 8
00010     unsigned char   fID[4] ;                        //4 12
00011     unsigned int        fLen ;                          //4 16
00012     unsigned short      wFormatTag ;                //2 18
00013     unsigned short  nChannels ;             //2 20
00014     unsigned int        nSamplesPerSec ;        //2 22
00015     unsigned int        nAvgBytesPerSec ;   //2 24
00016     unsigned short  nBlockAlign ;           //2 26
00017     unsigned short  FormatSpecific ;        //2 28
00018     unsigned char   dID[4] ;                        //4 30
00019     unsigned int        dLen ;
00020     unsigned char*  data;
00021 }WAVE_HDR;
00022 #include <poppack.h>
00023 
00024 void sb16_play(WAVE_HDR* wave);
00025 void dump_wav(WAVE_HDR* wave);
00026 BOOLEAN playRoutine(PKINTERRUPT Interrupt,PVOID ServiceContext);

Generated on Sat May 26 2012 04:23:16 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.