Fork me on GitHub
Data Fields
janus_ice_stats Struct Reference

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...
 

Detailed Description

Janus media statistics.

Note
To improve with more stuff

Field Documentation

◆ audio_bytes

guint64 janus_ice_stats::audio_bytes

Audio bytes sent or received.

◆ audio_bytes_lastsec

GList* janus_ice_stats::audio_bytes_lastsec

Audio bytes sent or received in the last second.

◆ audio_nacks

guint32 janus_ice_stats::audio_nacks

Number of audio NACKs sent or received.

◆ audio_notified_lastsec

gboolean janus_ice_stats::audio_notified_lastsec

Whether or not we notified about audio lastsec issues already.

◆ audio_packets

guint32 janus_ice_stats::audio_packets

Audio packets sent or received.

◆ data_bytes

guint64 janus_ice_stats::data_bytes

Data bytes sent or received.

◆ data_packets

guint32 janus_ice_stats::data_packets

Data packets sent or received.

◆ last_slowlink_time

gint64 janus_ice_stats::last_slowlink_time

Last time the slow_link callback (of the plugin) was called.

◆ sl_nack_period_ts

gint64 janus_ice_stats::sl_nack_period_ts

Start time of recent NACKs (for slow_link)

◆ sl_nack_recent_cnt

guint janus_ice_stats::sl_nack_recent_cnt

Count of recent NACKs (for slow_link)

◆ video_bytes

guint64 janus_ice_stats::video_bytes

Video bytes sent or received.

◆ video_bytes_lastsec

GList* janus_ice_stats::video_bytes_lastsec

Video bytes sent or received in the last second.

◆ video_nacks

guint32 janus_ice_stats::video_nacks

Number of video NACKs sent or received.

◆ video_notified_lastsec

gboolean janus_ice_stats::video_notified_lastsec

Whether or not we notified about video lastsec issues already.

◆ video_packets

guint32 janus_ice_stats::video_packets

Video packets sent or received.


The documentation for this struct was generated from the following file: