flixengine2/codecs/lame.h

Go to the documentation of this file.
00001 /*
00002 //==========================================================================
00003 //
00004 //  Copyright (c) On2 Technologies Inc. All Rights Reserved.
00005 //
00006 //--------------------------------------------------------------------------
00007 //
00008 //  File:        $Workfile: lame.h$
00009 //               $Revision: 8$
00010 //
00011 //  Last Update: $DateUTC: 2007-09-13 21:09:37Z$
00012 //
00013 //--------------------------------------------------------------------------
00014 */
00015 #ifndef __FE2_LAME_CODEC_H__
00016 #define __FE2_LAME_CODEC_H__
00017 
00041 #define FE2_CODEC_LAME    "lame"  
00055 #define FE2_LAME_BITRATE  FE2_CODECPARAM_BITRATE  
00072 #define FE2_LAME_QUALITY  "quality"  
00077 #define FE2_LAME_RC_MODE  "rcmode"  
00080 typedef enum lame_rcmode {
00081   LAME_CBR,      
00082   LAME_ABR,      
00084   LAME_VBR_rh,   
00085   LAME_VBR_mtrh  
00087 } lame_rcmode_t;
00088 
00097 #define FE2_LAME_CHANNELS "channels"  
00100 #endif /*__FE2_LAME_CODEC_H__*/

On2 Technologies, Inc Flix Engine Linux documentation, generated on Mon May 19 10:56:05 2008 by doxygen 1.5.2