ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

audio_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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.