Changeset 1703
- Timestamp:
- Jan 18, 2008 1:24:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r1675 r1703 4085 4085 * formatted as 16bit PCM mono/single channel (any 4086 4086 * 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. 4088 4089 * @param p_id Pointer to receive player ID. 4089 4090 * … … 4151 4152 * Not applicable. 4152 4153 */ 4153 PJ_DECL(pj_status_t) pjsua_player_get_port(pjsua_ recorder_id id,4154 PJ_DECL(pj_status_t) pjsua_player_get_port(pjsua_player_id id, 4154 4155 pjmedia_port **p_port); 4155 4156
Note: See TracChangeset
for help on using the changeset viewer.