blob: 7587b73e63ef2549d5cc366ebcb189a7d5c66859 [file] [log] [blame]
Benny Prijono5dcb38d2005-11-21 01:55:47 +00001/* $Id$ */
2/*
3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
Benny Prijonob50137b2006-01-18 23:12:57 +000019#ifndef __PJMEDIA_H__
20#define __PJMEDIA_H__
Benny Prijono5dcb38d2005-11-21 01:55:47 +000021
Benny Prijono4ea0bf12006-02-02 19:16:07 +000022#include <pjmedia/types.h>
23#include <pjmedia/errno.h>
Benny Prijonob50137b2006-01-18 23:12:57 +000024#include <pjmedia/codec.h>
25#include <pjmedia/jbuf.h>
26#include <pjmedia/mediamgr.h>
27#include <pjmedia/rtcp.h>
28#include <pjmedia/rtp.h>
Benny Prijono4ea0bf12006-02-02 19:16:07 +000029//#include <pjmedia/session.h>
Benny Prijonob50137b2006-01-18 23:12:57 +000030#include <pjmedia/sound.h>
31#include <pjmedia/sdp.h>
Benny Prijono4ea0bf12006-02-02 19:16:07 +000032#include <pjmedia/sdp_neg.h>
Benny Prijono5dcb38d2005-11-21 01:55:47 +000033
Benny Prijonob50137b2006-01-18 23:12:57 +000034#endif /* __PJMEDIA_H__ */
Benny Prijono5dcb38d2005-11-21 01:55:47 +000035