Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenaudio_format.cpp
Go to the documentation of this file.
00001 /* PROJECT: ReactOS sndrec32 00002 * LICENSE: GPL - See COPYING in the top level directory 00003 * FILE: base/applications/sndrec32/audio_format.cpp 00004 * PURPOSE: Sound recording 00005 * PROGRAMMERS: Marco Pagliaricci (irc: rendar) 00006 */ 00007 00008 00009 00010 00011 #include "stdafx.h" 00012 #include "audio_format.hpp" 00013 00014 00015 00016 00017 _AUDIO_NAMESPACE_START_ 00018 00019 00020 00021 // 00022 // Standard audio formats (declared as 00023 // externs in `audio_format.hpp') 00024 // 00025 00026 audio_format UNNKOWN_FORMAT( 0, 0, 0); 00027 audio_format A44100_16BIT_STEREO( 44100, 16, 2 ); 00028 audio_format A44100_16BIT_MONO( 44100, 16, 1 ); 00029 00030 00031 00032 00033 00034 00035 _AUDIO_NAMESPACE_END_ Generated on Sat May 26 2012 04:16:25 for ReactOS by
1.7.6.1
|