Home
last modified time | relevance | path

Searched refs:video_rtp_max_port (Results 1 – 2 of 2) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecore.c2584 *max_port = lc->rtp_conf.video_rtp_max_port; in linphone_core_get_video_port_range()
2590 range->max = lc->rtp_conf.video_rtp_max_port; in linphone_core_get_video_ports_range()
2665 lc->rtp_conf.video_rtp_min_port=lc->rtp_conf.video_rtp_max_port=port; in linphone_core_set_video_port()
2670 lc->rtp_conf.video_rtp_max_port=max_port; in linphone_core_set_video_port_range()
5918 if (config->video_rtp_min_port == config->video_rtp_max_port) {
5921 …range(lc->config, "rtp", "video_rtp_port", config->video_rtp_min_port, config->video_rtp_max_port);
H A Dprivate.h870 int video_rtp_max_port; member