#include <vid_conf.h>
Video conference bridge settings.
◆ max_slot_cnt
unsigned pjmedia_vid_conf_setting::max_slot_cnt |
Maximum number of slots or media ports can be registered to the bridge.
Default: 32
◆ frame_rate
unsigned pjmedia_vid_conf_setting::frame_rate |
Frame rate the bridge will operate at. For video playback smoothness, ideally the bridge frame rate should be the common multiple of the frame rates of the ports. Otherwise, ports whose unaligned frame rates may experience jitter. For example, if the application will work with frame rates of 10, 15, and 30 fps, setting this to 30 should be okay. But if it also needs to handle 20 fps, better setting this to 60.
Default: 60 (frames per second)
◆ layout
unsigned pjmedia_vid_conf_setting::layout |
Layout setting, see pjmedia_vid_conf_layout.
Default: PJMEDIA_VID_CONF_LAYOUT_DEFAULT
The documentation for this struct was generated from the following file: