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/pjmedia/include/pjmedia/config.h

    r417 r438  
    7878/** 
    7979 * Maximum frame duration (in msec) to be supported. 
     80 * This (among other thing) will affect the size of buffers to be allocated 
     81 * for outgoing packets. 
    8082 */ 
    8183#ifndef PJMEDIA_MAX_FRAME_DURATION_MS    
Note: See TracChangeset for help on using the changeset viewer.