Subversion Repositories Kolibri OS

Rev

Rev 573 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 573 Rev 1691
Line 69... Line 69...
69
#define SND_SETPAN         14
69
#define SND_SETPAN         14
70
#define SND_GETPAN         15
70
#define SND_GETPAN         15
71
#define SND_GETBUFFSIZE    16
71
#define SND_GETBUFFSIZE    16
72
#define SND_GETFREESPACE   17
72
#define SND_GETFREESPACE   17
73
 
73
#define SND_SETTIMEBASE    18
-
 
74
#define SND_GETTIMESTAMP   19
-
 
75
 
-
 
76
 
Line 74... Line 77...
74
#define PLAY_SYNC     0x80000000
77
#define PLAY_SYNC     0x80000000
Line 75... Line 78...
75
 
78
 
Line 102... Line 105...
102
 
105
 
Line 103... Line 106...
103
int _stdcall  GetMasterVol(int* vol);
106
int _stdcall  GetMasterVol(int* vol);
104
int _stdcall  SetMasterVol(int vol);
107
int _stdcall  SetMasterVol(int vol);
Line -... Line 108...
-
 
108
 
-
 
109
int _stdcall  SetTimeBase(SNDBUF hBuff, double base);
-
 
110
int _stdcall  GetTimeStamp(SNDBUF hBuff, double *stamp);
Line 105... Line 111...
105
 
111
 
106
 
112
 
107
typedef struct
113
typedef struct
108
{
114
{