pjmedia-codec.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
  3. * Copyright (C) 2003-2008 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. */
  19. #ifndef __PJMEDIA_CODEC_PJMEDIA_CODEC_H__
  20. #define __PJMEDIA_CODEC_PJMEDIA_CODEC_H__
  21. /**
  22. * @file pjmedia-codec.h
  23. * @brief Include all codecs API in PJMEDIA-CODEC
  24. */
  25. #include <pjmedia-codec/and_aud_mediacodec.h>
  26. #include <pjmedia-codec/and_vid_mediacodec.h>
  27. #include <pjmedia-codec/audio_codecs.h>
  28. #include <pjmedia-codec/bcg729.h>
  29. #include <pjmedia-codec/ffmpeg_vid_codecs.h>
  30. #include <pjmedia-codec/g722.h>
  31. #include <pjmedia-codec/g7221.h>
  32. #include <pjmedia-codec/gsm.h>
  33. #include <pjmedia-codec/ilbc.h>
  34. #include <pjmedia-codec/ipp_codecs.h>
  35. #include <pjmedia-codec/l16.h>
  36. #include <pjmedia-codec/lyra.h>
  37. #include <pjmedia-codec/opencore_amr.h>
  38. #include <pjmedia-codec/openh264.h>
  39. #include <pjmedia-codec/opus.h>
  40. #include <pjmedia-codec/passthrough.h>
  41. #include <pjmedia-codec/silk.h>
  42. #include <pjmedia-codec/speex.h>
  43. #include <pjmedia-codec/vid_toolbox.h>
  44. #include <pjmedia-codec/vpx.h>
  45. #endif /* __PJMEDIA_CODEC_PJMEDIA_CODEC_H__ */