Ignore:
Timestamp:
Apr 12, 2012 1:41:50 PM (12 years ago)
Author:
nanang
Message:

Re #1476: Initial version of send rate control in video stream, added simple blocking method (block application thread to make send delay when delay is needed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4016 r4043  
    28832883 
    28842884    /** 
     2885     * Specify the send rate control for video stream. 
     2886     * 
     2887     * Default: see #pjmedia_vid_stream_rc_config 
     2888     */ 
     2889    pjmedia_vid_stream_rc_config vid_stream_rc_cfg; 
     2890 
     2891    /** 
    28852892     * Media transport config. 
    28862893     */ 
Note: See TracChangeset for help on using the changeset viewer.