Ignore:
Timestamp:
Feb 18, 2009 2:28:49 PM (15 years ago)
Author:
nanang
Message:
  • Added APS-direct sound device management into pjsua-lib (and removed it from apps).
  • Fixed bug in conf_switch.c to always update ts_rx (even if port is not transmitting).
  • Minor updates: 'fmt_id' to 'id', added transmitter_Cnt in conf port info, explicit mapping in Symbian audio APS impl from pjmedia_format_id to Symbian APS fourcc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjsip/include/pjsua-lib/pjsua.h

    r2394 r2460  
    49134913 
    49144914 
     4915/** 
     4916 * Set sound device route. 
     4917 * 
     4918 * @param route         Sound device route to be set. 
     4919 * 
     4920 * @return              PJ_SUCCESS on success, or the appropriate error code. 
     4921 */ 
     4922PJ_DECL(pj_status_t) pjsua_set_snd_route(pjmedia_snd_route route); 
     4923 
    49154924 
    49164925/***************************************************************************** 
Note: See TracChangeset for help on using the changeset viewer.