Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwave.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
1.7.6.1
|