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