Ignore:
Timestamp:
Jun 6, 2008 12:15:23 PM (16 years ago)
Author:
nanang
Message:

Added field maximum bitrate to codec param, this is useful for providing safer frame size calculation, especially when peer's bitrate is unknown

File:
1 edited

Legend:

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

    r1983 r1985  
    254254       unsigned    channel_cnt;         /**< Channel count.                 */ 
    255255       pj_uint32_t avg_bps;             /**< Average bandwidth in bits/sec  */ 
     256       pj_uint32_t max_bps;             /**< Maximum bandwidth in bits/sec  */ 
    256257       pj_uint16_t frm_ptime;           /**< Decoder frame ptime in msec.   */ 
    257258       pj_uint16_t enc_ptime;           /**< Encoder ptime, or zero if it's 
Note: See TracChangeset for help on using the changeset viewer.