Add linphone_core_set_preferred_framerate() to the media_parameters documentation group.

This commit is contained in:
Ghislain MARY 2014-08-10 22:39:50 +02:00
parent 102cab7620
commit 18ed8688b1

View file

@ -5451,6 +5451,7 @@ void linphone_core_set_preferred_framerate(LinphoneCore *lc, float fps){
}
/**
* Returns the preferred video framerate, previously set by linphone_core_set_preferred_framerate().
* @ingroup media_parameters
* @param lc the linphone core
* @return frame rate in number of frames per seconds.
**/