Ignore:
Timestamp:
Jul 12, 2018 8:22:31 AM (6 years ago)
Author:
nanang
Message:

Close #2126: Initial implementation of RTCP Feedback.

File:
1 edited

Legend:

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

    r5786 r5820  
    568568 
    569569/** 
     570 * Specify the maximum number of RTCP Feedback capability definition. 
     571 *  
     572 * Default: 16 
     573 */ 
     574#ifndef PJMEDIA_RTCP_FB_MAX_CAP 
     575#   define PJMEDIA_RTCP_FB_MAX_CAP              16 
     576#endif 
     577 
     578 
     579/** 
    570580 * Specify how long (in miliseconds) the stream should suspend the 
    571581 * silence detector/voice activity detector (VAD) during the initial 
Note: See TracChangeset for help on using the changeset viewer.