Changeset 390 for GPL/trunk/include
- Timestamp:
- Oct 8, 2008, 7:52:36 PM (17 years ago)
- Location:
- GPL/trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/ossidc.h
r265 r390 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 -
GPL/trunk/include/ossidc32.h
r265 r390 58 58 OSSRET OSS32_WaveGetPosition(OSSSTREAMID streamid, ULONG *pPosition); 59 59 OSSRET OSS32_WaveGetSpace(OSSSTREAMID streamid, ULONG *pBytesAvail); 60 OSSRET OSS32_WaveGetHwPtr(OSSSTREAMID streamid, ULONG *pBytesAvail); 60 61 OSSRET OSS32_WaveSetVolume(OSSSTREAMID streamid, ULONG volume); 61 62
Note:
See TracChangeset
for help on using the changeset viewer.