ReactOS
0.4.16-dev-975-g3b8cfa4
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_format.cpp
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_format.cpp
4
* PURPOSE: Sound recording
5
* PROGRAMMERS: Marco Pagliaricci (irc: rendar)
6
*/
7
8
#include "
stdafx.h
"
9
#include "
audio_format.hpp
"
10
11
_AUDIO_NAMESPACE_START_
12
13
/* Standard audio formats (declared as externs in `audio_format.hpp') */
14
15
audio_format
UNKNOWN_FORMAT
(0, 0, 0);
16
audio_format
A44100_16BIT_STEREO
(44100, 16, 2);
17
audio_format
A44100_16BIT_MONO
(44100, 16, 1);
18
19
_AUDIO_NAMESPACE_END_
_AUDIO_NAMESPACE_START_
#define _AUDIO_NAMESPACE_START_
Definition:
audio_def.hpp:24
_AUDIO_NAMESPACE_END_
#define _AUDIO_NAMESPACE_END_
Definition:
audio_def.hpp:25
A44100_16BIT_STEREO
audio_format A44100_16BIT_STEREO(44100, 16, 2)
A44100_16BIT_MONO
audio_format A44100_16BIT_MONO(44100, 16, 1)
audio_format.hpp
UNKNOWN_FORMAT
audio_format UNKNOWN_FORMAT
audio_format
Definition:
audio_format.hpp:16
stdafx.h
base
applications
sndrec32
audio_format.cpp
Generated on Fri Apr 11 2025 06:02:29 for ReactOS by
1.9.6