PIDStatus Class Reference


Public Member Functions

 PIDStatus (double _firstClock, double _firstRealTime)

Data Fields

double firstClock
double lastClock
double firstRealTime
double lastRealTime
u_int64_t lastPacketNum

Detailed Description

Definition at line 53 of file MPEG2TransportStreamFramer.cpp.


Constructor & Destructor Documentation

PIDStatus::PIDStatus ( double  _firstClock,
double  _firstRealTime 
) [inline]

Definition at line 55 of file MPEG2TransportStreamFramer.cpp.

00056     : firstClock(_firstClock), lastClock(_firstClock),
00057       firstRealTime(_firstRealTime), lastRealTime(_firstRealTime),
00058       lastPacketNum(0) {
00059   }


Field Documentation

double PIDStatus::firstClock

Definition at line 61 of file MPEG2TransportStreamFramer.cpp.

Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().

double PIDStatus::lastClock

Definition at line 61 of file MPEG2TransportStreamFramer.cpp.

Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().

double PIDStatus::firstRealTime

Definition at line 61 of file MPEG2TransportStreamFramer.cpp.

Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().

double PIDStatus::lastRealTime

Definition at line 61 of file MPEG2TransportStreamFramer.cpp.

Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().

u_int64_t PIDStatus::lastPacketNum

Definition at line 62 of file MPEG2TransportStreamFramer.cpp.

Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().


The documentation for this class was generated from the following file:
Generated on Thu May 17 07:16:00 2012 for live by  doxygen 1.5.2