| 
    UniMRCP
    1.5.0
    
   | 
 
#include <mpf_rtp_stat.h>
Data Fields | |
| apr_uint32_t | received_packets | 
| apr_uint32_t | invalid_packets | 
| apr_uint32_t | discarded_packets | 
| apr_uint32_t | ignored_packets | 
| apr_uint32_t | lost_packets | 
| apr_byte_t | restarts | 
RTP receiver statistics
| apr_uint32_t rtp_rx_stat_t::discarded_packets | 
number of discarded in jitter buffer packets
| apr_uint32_t rtp_rx_stat_t::ignored_packets | 
number of ignored packets
| apr_uint32_t rtp_rx_stat_t::invalid_packets | 
number of invalid RTP packets received
| apr_uint32_t rtp_rx_stat_t::lost_packets | 
number of lost in network packets
| apr_uint32_t rtp_rx_stat_t::received_packets | 
number of valid RTP packets received
| apr_byte_t rtp_rx_stat_t::restarts | 
number of restarts
 1.8.6