rvoip-rtp-core 0.2.3

RTP/RTCP protocol implementation for the rvoip stack
Documentation
1
2
3
4
5
6
7
8
9
//! Stats functionality for the server transport implementation
//!
//! This module contains components for gathering and analyzing media statistics.

// quality module moved to media-core
pub mod metrics;
// MOS and R-factor calculations moved to media-core
pub use metrics::get_server_metrics;
pub use metrics::ServerMetrics;