Ignore:
Timestamp:
May 13, 2006 10:46:23 PM (18 years ago)
Author:
bennylp
Message:

Another major modifications in PJMEDIA:

  • handle multiple frames in one packet
  • split stream creation into two steps to allow customization
  • PLC framework and implementation with G.711 and speex
  • stream returns NO_FRAME correctly.
  • added ptime argument in pjsua
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r422 r438  
    196196    int              complexity;    /**< Codec complexity.              */ 
    197197    int              quality;       /**< Codec quality.                 */ 
     198    int              ptime;         /**< Codec ptime in msec.           */ 
    198199 
    199200 
Note: See TracChangeset for help on using the changeset viewer.