Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1690 → Rev 1691

/programs/develop/sdk/trunk/sound/include/sound.h
71,7 → 71,10
#define SND_GETPAN 15
#define SND_GETBUFFSIZE 16
#define SND_GETFREESPACE 17
#define SND_SETTIMEBASE 18
#define SND_GETTIMESTAMP 19
 
 
#define PLAY_SYNC 0x80000000
 
typedef unsigned int SNDBUF;
104,7 → 107,10
int _stdcall GetMasterVol(int* vol);
int _stdcall SetMasterVol(int vol);
 
int _stdcall SetTimeBase(SNDBUF hBuff, double base);
int _stdcall GetTimeStamp(SNDBUF hBuff, double *stamp);
 
 
typedef struct
{
unsigned int riff_id;