TSDuck v3.43-4462
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::IATAnalyzer::Status Class Reference

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.
 

Detailed Description

Structure containing the IAT analysis results.


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