Public Member Functions | |
| PIDStatus (double _firstClock, double _firstRealTime) | |
Data Fields | |
| double | firstClock |
| double | lastClock |
| double | firstRealTime |
| double | lastRealTime |
| unsigned | lastPacketNum |
Definition at line 39 of file MPEG2TransportStreamFramer.cpp.
| PIDStatus::PIDStatus | ( | double | _firstClock, | |
| double | _firstRealTime | |||
| ) | [inline] |
Definition at line 41 of file MPEG2TransportStreamFramer.cpp.
00042 : firstClock(_firstClock), lastClock(_firstClock), 00043 firstRealTime(_firstRealTime), lastRealTime(_firstRealTime), 00044 lastPacketNum(0) { 00045 }
| double PIDStatus::firstClock |
Definition at line 47 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| double PIDStatus::lastClock |
Definition at line 47 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| double PIDStatus::firstRealTime |
Definition at line 47 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| double PIDStatus::lastRealTime |
Definition at line 47 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| unsigned PIDStatus::lastPacketNum |
Definition at line 48 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
1.5.2