Ignore:
Timestamp:
Feb 29, 2008 12:00:46 PM (16 years ago)
Author:
bennylp
Message:

Added pjmedia_wsola_reset()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/wsola.h

    r1827 r1831  
    100100 
    101101/** 
     102 * Reset the buffer contents of WSOLA. 
     103 * 
     104 * @param wsola     WSOLA session. 
     105 * @param options   Reset options, must be zero for now. 
     106 * 
     107 * @return          PJ_SUCCESS normally. 
     108 */ 
     109PJ_DECL(pj_status_t) pjmedia_wsola_reset(pjmedia_wsola *wsola, 
     110                                         unsigned options); 
     111 
     112 
     113/** 
    102114 * Give one good frame to WSOLA to be kept as reference. Application 
    103115 * must continuously give WSOLA good frames to keep its session up to 
Note: See TracChangeset for help on using the changeset viewer.