Ignore:
Timestamp:
Jun 22, 2006 6:51:50 PM (18 years ago)
Author:
bennylp
Message:

Modify all applications because of changed in WAV port API (removed user_data from argument)

File:
1 edited

Legend:

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

    r528 r541  
    22362236 *                      clock rate is supported). 
    22372237 * @param options       Options (currently zero). 
    2238  * @param user_data     Arbitrary user data to be associated with the player. 
    22392238 * @param p_id          Pointer to receive player ID. 
    22402239 * 
     
    22432242PJ_DECL(pj_status_t) pjsua_player_create(const pj_str_t *filename, 
    22442243                                         unsigned options, 
    2245                                          void *user_data, 
    22462244                                         pjsua_player_id *p_id); 
    22472245 
     
    22982296 *                      limitation. 
    22992297 * @param options       Optional options. 
    2300  * @param user_data     Arbitrary user data which will be given in the  
    2301  *                      callback once the recording complete. 
    23022298 * @param p_id          Pointer to receive the recorder instance. 
    23032299 * 
     
    23092305                                           pj_ssize_t max_size, 
    23102306                                           unsigned options, 
    2311                                            void *user_data, 
    23122307                                           pjsua_recorder_id *p_id); 
    23132308 
Note: See TracChangeset for help on using the changeset viewer.