Ignore:
Timestamp:
Oct 23, 2011 6:59:48 AM (12 years ago)
Author:
nanang
Message:

Re #1300: Implemented symmetric payload type in generating SDP answer in SDP negotiator.
This should work for all codecs, audio & video. Can be disabled at compile-time
using PJMEDIA_SDP_NEG_REWRITE_ANSWER_PT macro setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/stream.h

    r3664 r3837  
    111111    pjmedia_codec_param *param;     /**< Optional codec param.              */ 
    112112    unsigned            tx_pt;      /**< Outgoing codec paylaod type.       */ 
     113    unsigned            rx_pt;      /**< Incoming codec paylaod type.       */ 
    113114    unsigned            tx_maxptime;/**< Outgoing codec max ptime.          */ 
    114115    int                 tx_event_pt;/**< Outgoing pt for telephone-events.  */ 
Note: See TracChangeset for help on using the changeset viewer.