ReactOS
0.4.16-dev-1044-ga6558c0
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 Sun Apr 27 2025 06:02:36 for ReactOS by
1.9.6