Changeset 391 for OCO/trunk/include/ossidc.h
- Timestamp:
- Oct 8, 2008, 11:28:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/include/ossidc.h
r266 r391 39 39 40 40 //IDC communication packet 41 typedef struct 41 typedef struct 42 42 { 43 43 OSSSTREAMID streamid; //IN: stream id … … 131 131 #define IDC32_WAVE_GETPOS 0x1B 132 132 #define IDC32_WAVE_SETVOLUME 0x1C 133 #define IDC32_WAVE_GETHWPTR 0x1D 133 134 134 135 #define IDC32_MIXER_OPEN 0x20 … … 246 247 247 248 248 typedef struct 249 typedef struct 249 250 { 250 251 char name[SIZE_DEVICE_NAME]; … … 255 256 256 257 #define SIZE_DEVICE_NAME 32 257 typedef struct 258 typedef struct 258 259 { 259 260 ULONG nrchannels; … … 335 336 typedef struct { 336 337 ULONG nrStreams; //nr of activate wave streams supported 337 ULONG ulMinChannels; //min nr of channels 338 ULONG ulMaxChannels; //max nr of channels 338 ULONG ulMinChannels; //min nr of channels 339 ULONG ulMaxChannels; //max nr of channels 339 340 ULONG ulChanFlags; //channel flags 340 341 ULONG ulMinRate; //min sample rate
Note:
See TracChangeset
for help on using the changeset viewer.