codec_ffmpeg.h

00001 /*
00002  * iaxclient: a cross-platform IAX softphone library
00003  *
00004  * Copyrights:
00005  * Copyright (C) 2003-2006, Horizon Wimba, Inc.
00006  * Copyright (C) 2007, Wimba, Inc.
00007  *
00008  * Contributors:
00009  * Steve Kann <stevek@stevek.com>
00010  * Peter Grayson <jpgrayson@gmail.com>
00011  *
00012  * This program is free software, distributed under the terms of
00013  * the GNU Lesser (Library) General Public License.
00014  *
00015  * A video codec using the ffmpeg library.
00016  */
00017 
00018 struct iaxc_video_codec *codec_video_ffmpeg_new(int format, int w, int h, int framerate, int bitrate, int fragsize);
00019 
00020 int codec_video_ffmpeg_check_codec(int format);

Generated on Mon Sep 24 15:43:29 2007 for IAXClient by  doxygen 1.5.3