Ignore:
Timestamp:
Mar 4, 2006 8:43:52 PM (18 years ago)
Author:
bennylp
Message:

Added Speex for narrowband, wideband, and ultra-wideband!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec.h

    r176 r278  
    2020#define __PJMEDIA_CODEC1_H__ 
    2121 
    22 #include <pjmedia-codec/types.h> 
     22#include <pjmedia-codec/gsm.h> 
     23#include <pjmedia-codec/speex.h> 
     24 
    2325 
    2426PJ_BEGIN_DECL 
     
    2729/** 
    2830 * Initialize pjmedia-codec library, and register all codec factories 
    29  * in this library. 
     31 * in this library. If application wants to controll the order of 
     32 * the codec, it MUST NOT call this function, but instead register 
     33 * each codec individually. 
    3034 * 
    3135 * @param endpt     The pjmedia endpoint. 
Note: See TracChangeset for help on using the changeset viewer.