WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

pjmedia_vid_conf_setting Struct Reference

#include <vid_conf.h>

Data Fields

unsigned max_slot_cnt
 
unsigned frame_rate
 
unsigned layout
 

Detailed Description

Video conference bridge settings.

Field Documentation

◆ 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:

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.