From 64d1bed1542041370f054e693dcb131dac889618 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 12 Apr 2012 13:41:50 +0000 Subject: 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). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4043 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pjsip/include/pjsua-lib') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 98942e3a..73dc9291 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -2881,6 +2881,13 @@ typedef struct pjsua_acc_config */ pjmedia_vid_dev_index vid_rend_dev; + /** + * Specify the send rate control for video stream. + * + * Default: see #pjmedia_vid_stream_rc_config + */ + pjmedia_vid_stream_rc_config vid_stream_rc_cfg; + /** * Media transport config. */ -- cgit v1.2.3