Janus media statistics container. More...
#include <ice.h>
Data Fields | |
janus_ice_stats_info | audio |
Audio info. More... | |
janus_ice_stats_info | video [3] |
Video info (considering we may be simulcasting) More... | |
janus_ice_stats_info | data |
Data info. More... | |
gint64 | last_slowlink_time |
Last time the slow_link callback (of the plugin) was called. More... | |
gint64 | sl_nack_period_ts |
Start time of recent NACKs (for slow_link) More... | |
guint | sl_nack_recent_cnt |
Count of recent NACKs (for slow_link) More... | |
Janus media statistics container.
janus_ice_stats_info janus_ice_stats::audio |
Audio info.
janus_ice_stats_info janus_ice_stats::data |
Data info.
gint64 janus_ice_stats::last_slowlink_time |
Last time the slow_link callback (of the plugin) was called.
gint64 janus_ice_stats::sl_nack_period_ts |
Start time of recent NACKs (for slow_link)
guint janus_ice_stats::sl_nack_recent_cnt |
Count of recent NACKs (for slow_link)
janus_ice_stats_info janus_ice_stats::video[3] |
Video info (considering we may be simulcasting)