Ignore:
Timestamp:
Jun 14, 2008 8:33:44 PM (16 years ago)
Author:
bennylp
Message:

Added pjmedia_tonegen_rewind()

File:
1 edited

Legend:

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

    r1676 r2022  
    196196 
    197197/** 
     198 * Rewind the playback. This will start the playback to the first 
     199 * tone in the playback list. 
     200 * 
     201 * @param tonegen           The tone generator instance. 
     202 * 
     203 * @return                  PJ_SUCCESS on success. 
     204 */ 
     205PJ_DECL(pj_status_t) pjmedia_tonegen_rewind(pjmedia_port *tonegen); 
     206 
     207 
     208/** 
    198209 * Instruct the tone generator to play single or dual frequency tones  
    199210 * with the specified duration. The new tones will be appended to currently 
Note: See TracChangeset for help on using the changeset viewer.