Changeset 386 for GPL/branches/uniaud32-2.0/include/ossidc.h
- Timestamp:
- Oct 6, 2008, 10:00:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/include/ossidc.h
r265 r386 39 39 40 40 //IDC communication packet 41 typedef struct 41 typedef struct 42 42 { 43 43 OSSSTREAMID streamid; //IN: stream id … … 164 164 #define IDC32_WAVE_GETPOS 0x1B 165 165 #define IDC32_WAVE_SETVOLUME 0x1C 166 #define IDC32_WAVE_GETHWPTR 0x1D 166 167 167 168 #define IDC32_MIXER_OPEN 0x20 … … 278 279 279 280 280 typedef struct 281 typedef struct 281 282 { 282 283 char name[SIZE_DEVICE_NAME]; … … 287 288 288 289 #define SIZE_DEVICE_NAME 32 289 typedef struct 290 typedef struct 290 291 { 291 292 ULONG nrchannels; … … 367 368 typedef struct { 368 369 ULONG nrStreams; //nr of activate wave streams supported 369 ULONG ulMinChannels; //min nr of channels 370 ULONG ulMaxChannels; //max nr of channels 370 ULONG ulMinChannels; //min nr of channels 371 ULONG ulMaxChannels; //max nr of channels 371 372 ULONG ulChanFlags; //channel flags 372 373 ULONG ulMinRate; //min sample rate
Note:
See TracChangeset
for help on using the changeset viewer.