Public Member Functions | |
| PTSListener () | |
| bool | ProcessTSPacket (const TSPacket &tspacket) |
| bool | ProcessVideoTSPacket (const TSPacket &tspacket) |
| bool | ProcessAudioTSPacket (const TSPacket &tspacket) |
| int64_t | GetFirstPTS (void) const |
| int64_t | GetLastPTS (void) const |
| int64_t | GetElapsedPTS (void) const |
Public Attributes | |
| uint32_t | m_start_code |
| QMap< uint, uint > | m_pts_streams |
| uint32_t | m_pts_count [256] |
| int64_t | m_pts_first [256] |
| int64_t | m_pts_last [256] |
Definition at line 294 of file mpegutils.cpp.
| PTSListener::PTSListener | ( | ) | [inline] |
Definition at line 299 of file mpegutils.cpp.
Implements TSPacketListener.
Definition at line 353 of file mpegutils.cpp.
Referenced by ProcessAudioTSPacket(), and ProcessVideoTSPacket().
Implements TSPacketListenerAV.
Definition at line 310 of file mpegutils.cpp.
Implements TSPacketListenerAV.
Definition at line 312 of file mpegutils.cpp.
| int64_t PTSListener::GetFirstPTS | ( | void | ) | const [inline] |
Definition at line 314 of file mpegutils.cpp.
Referenced by GetElapsedPTS(), PrintMPEGStreamListener::HandleSplice(), and pid_printer().
| int64_t PTSListener::GetLastPTS | ( | void | ) | const [inline] |
Definition at line 326 of file mpegutils.cpp.
Referenced by GetElapsedPTS(), PrintMPEGStreamListener::HandleSplice(), and pid_printer().
| int64_t PTSListener::GetElapsedPTS | ( | void | ) | const [inline] |
Definition at line 338 of file mpegutils.cpp.
Referenced by PrintMPEGStreamListener::HandleSplice(), and pid_printer().
Definition at line 345 of file mpegutils.cpp.
Referenced by ProcessTSPacket().
Definition at line 346 of file mpegutils.cpp.
Referenced by GetFirstPTS(), GetLastPTS(), and ProcessTSPacket().
Definition at line 347 of file mpegutils.cpp.
Referenced by ProcessTSPacket(), and PTSListener().
Definition at line 348 of file mpegutils.cpp.
Referenced by GetFirstPTS(), ProcessTSPacket(), and PTSListener().
Definition at line 349 of file mpegutils.cpp.
Referenced by GetLastPTS(), ProcessTSPacket(), and PTSListener().
1.6.3