blob: 29e9503ea9075a181d620a1d45f31f4e5e4f906e [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 Prijono274975a2006-02-15 12:24:23 +000022/**
23 * @file pjmedia.h
24 * @brief PJMEDIA main header file.
25 */
26
Benny Prijono4ea0bf12006-02-02 19:16:07 +000027#include <pjmedia/types.h>
Benny Prijonob50137b2006-01-18 23:12:57 +000028#include <pjmedia/codec.h>
Benny Prijonof04ffdd2006-02-21 00:11:18 +000029#include <pjmedia/conference.h>
Benny Prijono95196582006-02-09 00:13:40 +000030#include <pjmedia/endpoint.h>
Benny Prijonof04ffdd2006-02-21 00:11:18 +000031#include <pjmedia/errno.h>
Benny Prijono39879152006-02-23 02:09:10 +000032#include <pjmedia/file_port.h>
Benny Prijonoeb30bf52006-03-04 20:43:52 +000033#include <pjmedia/g711.h>
Benny Prijonof04ffdd2006-02-21 00:11:18 +000034#include <pjmedia/jbuf.h>
35#include <pjmedia/port.h>
Benny Prijonob50137b2006-01-18 23:12:57 +000036#include <pjmedia/rtcp.h>
37#include <pjmedia/rtp.h>
Benny Prijonob50137b2006-01-18 23:12:57 +000038#include <pjmedia/sdp.h>
Benny Prijono4ea0bf12006-02-02 19:16:07 +000039#include <pjmedia/sdp_neg.h>
Benny Prijonof04ffdd2006-02-21 00:11:18 +000040#include <pjmedia/session.h>
41#include <pjmedia/sound.h>
Benny Prijono39879152006-02-23 02:09:10 +000042#include <pjmedia/wave.h>
Benny Prijono5dcb38d2005-11-21 01:55:47 +000043
Benny Prijonob50137b2006-01-18 23:12:57 +000044#endif /* __PJMEDIA_H__ */
Benny Prijono5dcb38d2005-11-21 01:55:47 +000045