#include <mpf_rtp_descriptor.h>
Data Fields | |
apr_uint32_t | min_playout_delay |
apr_uint32_t | initial_playout_delay |
apr_uint32_t | max_playout_delay |
apr_byte_t | adaptive |
apr_byte_t | time_skew_detection |
Jitter buffer configuration
apr_byte_t mpf_jb_config_t::adaptive |
Mode of operation of the jitter buffer: static - 0, adaptive - 1
apr_uint32_t mpf_jb_config_t::initial_playout_delay |
Initial playout delay in msec
apr_uint32_t mpf_jb_config_t::max_playout_delay |
Max playout delay in msec
apr_uint32_t mpf_jb_config_t::min_playout_delay |
Min playout delay in msec
apr_byte_t mpf_jb_config_t::time_skew_detection |
Enable/disable time skew detection