#include <quality_reporting.h>
|
|
struct { |
|
time_t start |
| |
|
time_t stop |
| |
| } | timestamps |
| |
|
struct { |
|
int payload_type |
| |
|
char * payload_desc |
| |
|
int sample_rate |
| |
|
int frame_duration |
| |
|
char * fmtp |
| |
|
int packet_loss_concealment |
| |
| } | session_description |
| |
|
struct { |
|
int adaptive |
| |
|
int nominal |
| |
|
int max |
| |
|
int abs_max |
| |
| } | jitter_buffer |
| |
|
struct { |
|
float network_packet_loss_rate |
| |
|
float jitter_buffer_discard_rate |
| |
| } | packet_loss |
| |
|
struct { |
|
int round_trip_delay |
| |
|
int end_system_delay |
| |
|
int symm_one_way_delay |
| |
|
int interarrival_jitter |
| |
|
int mean_abs_jitter |
| |
| } | delay |
| |
|
struct { |
|
int level |
| |
|
int noise_level |
| |
| } | signal |
| |
|
struct { |
|
float moslq |
| |
|
float moscq |
| |
| } | quality_estimates |
| |
|
char * | user_agent |
| |
|
uint8_t | rtcp_xr_count |
| |
|
uint8_t | rtcp_sr_count |
| |
Linphone quality report sub object storing media metrics information as required by RFC6035.
The documentation for this struct was generated from the following file: