ReactOS
0.4.16-dev-550-g2186ce3
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
audio_def.hpp
Go to the documentation of this file.
1
/* PROJECT: ReactOS sndrec32
2
* LICENSE: GPL - See COPYING in the top level directory
3
* FILE: base/applications/sndrec32/audio_def.hpp
4
* PURPOSE: Winmm abstraction settings
5
* PROGRAMMERS: Marco Pagliaricci (irc: rendar)
6
*/
7
8
#ifndef _AUDIO_DEF__H_
9
#define _AUDIO_DEF__H_
10
11
/* Defaults */
12
13
#define _AUDIO_DEFAULT_FORMAT A44100_16BIT_STEREO
14
15
#define _AUDIO_DEFAULT_WAVEINBUFFERS 3
16
#define _AUDIO_DEFAULT_WAVEINBUFSECS 0.5f
17
18
#define _AUDIO_DEFAULT_WAVEOUTBUFFERS 3
19
#define _AUDIO_DEFAULT_WAVEOUTBUFSECS 0.1f
20
21
#define _AUDIO_DEFAULT_BUFSECS 1.0f
22
23
/* Namespace stuff */
24
#define _AUDIO_NAMESPACE_START_ namespace snd {
25
#define _AUDIO_NAMESPACE_END_ };
26
27
/* Platform depend stuff */
28
#include <
mmsystem.h
>
// Windows MultiMedia (WINMM) audio apis
29
#include <
mmreg.h
>
// codecs stuff
30
#include <
msacm.h
>
// codecs stuff
31
32
//#pragma comment(lib, "winmm.lib")
33
//#pragma comment(lib, "msacm32.lib")
34
35
#endif
//ifdef _AUDIO_DEF__H_
mmreg.h
mmsystem.h
msacm.h
base
applications
sndrec32
audio_def.hpp
Generated on Mon Jan 20 2025 06:02:23 for ReactOS by
1.9.6