Changeset 3946


Ignore:
Timestamp:
Feb 2, 2012 1:54:19 AM (12 years ago)
Author:
nanang
Message:

Misc (re #1417): fixed sample code in PJSUA-API Media Manipulation doxygen, pjsua_player_create() only takes 3 arguments, instead of 4 (thanks Thomas Martin for the report).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/include/pjsua-lib/pjsua.h

    r3830 r3946  
    41144114     pjsua_player_id player_id; 
    41154115      
    4116      status = pjsua_player_create("mysong.wav", 0, NULL, &player_id); 
     4116     status = pjsua_player_create("mysong.wav", 0, &player_id); 
    41174117     if (status != PJ_SUCCESS) 
    41184118        return status; 
Note: See TracChangeset for help on using the changeset viewer.