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/pjmedia/include/pjmedia/conference.h

    r2456 r2460  
    6262    unsigned            listener_cnt;       /**< Number of listeners.       */ 
    6363    unsigned           *listener_slots;     /**< Array of listeners.        */ 
     64    unsigned            transmitter_cnt;    /**< Number of transmitter.     */ 
    6465    unsigned            clock_rate;         /**< Clock rate of the port.    */ 
    6566    unsigned            channel_count;      /**< Number of channels.        */ 
Note: See TracChangeset for help on using the changeset viewer.