Ignore:
Timestamp:
Aug 5, 2016 7:26:18 AM (8 years ago)
Author:
riza
Message:

Re #1910: Implement option to regularly send video keyframe in the beginning of video call session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/account.hpp

    r4957 r5410  
    832832    unsigned                    rateControlBandwidth; 
    833833 
     834    /** 
     835     * The number of keyframe to be sent after the stream is created. 
     836     * 
     837     * Default: PJMEDIA_VID_STREAM_START_KEYFRAME_CNT 
     838     */ 
     839    unsigned                        startKeyframeCount; 
     840 
     841    /** 
     842     * The keyframe sending interval after the stream is created. 
     843     * 
     844     * Default: PJMEDIA_VID_STREAM_START_KEYFRAME_INTERVAL_MSEC 
     845     */ 
     846    unsigned                        startKeyframeInterval; 
     847 
     848 
    834849public: 
    835850    /** 
Note: See TracChangeset for help on using the changeset viewer.