|
Data Fields |
unsigned long | received_slices |
| Number of received slices.
|
unsigned long | acc_recv_size |
| Accumulated size of inbound slices.
|
unsigned long | sent_slices |
| Number of sent slices.
|
unsigned long | acc_sent_size |
| Accumulated size of outbound slices.
|
unsigned long | dropped_frames |
| Number of frames dropped by the codec (incomplete frames).
|
unsigned long | inbound_frames |
| Number of frames decoded by the codec (complete frames).
|
unsigned long | outbound_frames |
| Number of frames sent to the encoder.
|
float | avg_inbound_fps |
| Average fps of inbound complete frames.
|
unsigned long | avg_inbound_bps |
| Average inbound bitrate.
|
float | avg_outbound_fps |
| Average fps of outbound frames.
|
unsigned long | avg_outbound_bps |
| Average outbound bitrate.
|
struct timeval | start_time |
| Timestamp of the moment we started measuring.
|