Changeset 3999 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Mar 30, 2012 7:10:13 AM (11 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3982 r3999 4887 4887 pjsua_player_id player_id; 4888 4888 4889 status = pjsua_player_create("mysong.wav", 0, NULL,&player_id);4889 status = pjsua_player_create("mysong.wav", 0, &player_id); 4890 4890 if (status != PJ_SUCCESS) 4891 4891 return status;
Note: See TracChangeset
for help on using the changeset viewer.