ReactOS
0.4.15-dev-5606-gf34e425
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
UNNKOWN_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_
A44100_16BIT_MONO
audio_format A44100_16BIT_MONO(44100, 16, 1)
A44100_16BIT_STEREO
audio_format A44100_16BIT_STEREO(44100, 16, 2)
_AUDIO_NAMESPACE_START_
#define _AUDIO_NAMESPACE_START_
Definition:
audio_def.hpp:24
audio_format
Definition:
audio_format.hpp:15
stdafx.h
audio_format.hpp
_AUDIO_NAMESPACE_END_
#define _AUDIO_NAMESPACE_END_
Definition:
audio_def.hpp:25
UNNKOWN_FORMAT
_AUDIO_NAMESPACE_START_ audio_format UNNKOWN_FORMAT(0, 0, 0)
base
applications
sndrec32
audio_format.cpp
Generated on Fri Jan 27 2023 06:02:39 for ReactOS by
1.8.15