![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Structure containing the IAT analysis results. More...
#include <tsIATAnalyzer.h>
Public Member Functions | |
| Status ()=default | |
| Default constructor. | |
Public Attributes | |
| cn::microseconds | dev_iat {} |
| Standard deviation of inter-packet arrival time. | |
| size_t | dev_packets = 0 |
| Standard deviation of packet count per datagram. | |
| cn::microseconds | max_iat {} |
| Max inter-packet arrival time. | |
| size_t | max_packets = 0 |
| Max packet count per datagram. | |
| cn::microseconds | mean_iat {} |
| Mean inter-packet arrival time. | |
| size_t | mean_packets = 0 |
| Mean packet count per datagram. | |
| cn::microseconds | min_iat {} |
| Min inter-packet arrival time. | |
| size_t | min_packets = 0 |
| Min packet count per datagram. | |
| TimeSource | source = TimeSource::UNDEFINED |
| Time source. | |
Structure containing the IAT analysis results.