Ignore:
Timestamp:
Jan 27, 2012 9:12:59 AM (12 years ago)
Author:
nanang
Message:

Re #1244: Added bandwidth info in SDP ("b=" lines) based on codec bitrate settings. Two SDP bandwidth types/modifiers are used: AS in session level & TIAS in media level.

File:
1 edited

Legend:

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

    r3664 r3945  
    615615    } origin; 
    616616 
    617     pj_str_t         name;          /**< Subject line (s=)              */ 
    618     pjmedia_sdp_conn *conn;         /**< Connection line (c=)           */ 
     617    pj_str_t           name;        /**< Subject line (s=)              */ 
     618    pjmedia_sdp_conn  *conn;        /**< Connection line (c=)           */ 
     619    unsigned           bandw_count; /**< Number of bandwidth info (b=)  */ 
     620    pjmedia_sdp_bandw *bandw[PJMEDIA_MAX_SDP_BANDW]; 
     621                                    /**< Bandwidth info array (b=)      */ 
    619622     
    620623    /** Session time (t= line)  */ 
Note: See TracChangeset for help on using the changeset viewer.