Changeset 1703


Ignore:
Timestamp:
Jan 18, 2008 1:24:07 PM (16 years ago)
Author:
bennylp
Message:

Minor correction about WAV player parameter name and its comment in pjsua.h

File:
1 edited

Legend:

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

    r1675 r1703  
    40854085 *                      formatted as 16bit PCM mono/single channel (any 
    40864086 *                      clock rate is supported). 
    4087  * @param options       Options (currently zero). 
     4087 * @param options       Optional option flag. Application may specify 
     4088 *                      PJMEDIA_FILE_NO_LOOP to prevent playback loop. 
    40884089 * @param p_id          Pointer to receive player ID. 
    40894090 * 
     
    41514152 * Not applicable. 
    41524153 */ 
    4153 PJ_DECL(pj_status_t) pjsua_player_get_port(pjsua_recorder_id id, 
     4154PJ_DECL(pj_status_t) pjsua_player_get_port(pjsua_player_id id, 
    41544155                                           pjmedia_port **p_port); 
    41554156 
Note: See TracChangeset for help on using the changeset viewer.