Janus media statistics. More...
#include <ice.h>
Data Fields | |
| guint32 | audio_packets |
| Audio packets sent or received. More... | |
| guint64 | audio_bytes |
| Audio bytes sent or received. More... | |
| GList * | audio_bytes_lastsec |
| Audio bytes sent or received in the last second. More... | |
| gboolean | audio_notified_lastsec |
| Whether or not we notified about audio lastsec issues already. More... | |
| guint32 | audio_nacks |
| Number of audio NACKs sent or received. More... | |
| guint32 | video_packets |
| Video packets sent or received. More... | |
| guint64 | video_bytes |
| Video bytes sent or received. More... | |
| GList * | video_bytes_lastsec |
| Video bytes sent or received in the last second. More... | |
| gboolean | video_notified_lastsec |
| Whether or not we notified about video lastsec issues already. More... | |
| guint32 | video_nacks |
| Number of video NACKs sent or received. More... | |
| guint32 | data_packets |
| Data packets sent or received. More... | |
| guint64 | data_bytes |
| Data bytes sent or received. 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.
| guint64 janus_ice_stats::audio_bytes |
Audio bytes sent or received.
| GList* janus_ice_stats::audio_bytes_lastsec |
Audio bytes sent or received in the last second.
| guint32 janus_ice_stats::audio_nacks |
Number of audio NACKs sent or received.
| gboolean janus_ice_stats::audio_notified_lastsec |
Whether or not we notified about audio lastsec issues already.
| guint32 janus_ice_stats::audio_packets |
Audio packets sent or received.
| guint64 janus_ice_stats::data_bytes |
Data bytes sent or received.
| guint32 janus_ice_stats::data_packets |
Data packets sent or received.
| 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)
| guint64 janus_ice_stats::video_bytes |
Video bytes sent or received.
| GList* janus_ice_stats::video_bytes_lastsec |
Video bytes sent or received in the last second.
| guint32 janus_ice_stats::video_nacks |
Number of video NACKs sent or received.
| gboolean janus_ice_stats::video_notified_lastsec |
Whether or not we notified about video lastsec issues already.
| guint32 janus_ice_stats::video_packets |
Video packets sent or received.