|
vdr 2.7.9
|
#include <remux.h>
Public Member Functions | |
| cNaluStreamProcessor () | |
| void | SetPid (int VPid) |
| void | SetPatPmtParser (cPatPmtParser *_pPatPmtParser) |
| void | PutBuffer (uchar *Data, int Length) |
| uchar * | GetBuffer (int &OutLength) |
| long long int | GetTotalPackets () |
| long long int | GetDroppedPackets () |
Private Attributes | |
| int | vpid |
| uchar * | data |
| int | length |
| uchar | tempBuffer [TS_SIZE] |
| int | tempLength |
| bool | tempLengthAtEnd |
| cPatPmtParser * | pPatPmtParser |
| cNaluDumper | NaluDumper |
| long long int | TotalPackets |
| long long int | DroppedPackets |
| cNaluStreamProcessor::cNaluStreamProcessor | ( | ) |
Definition at line 2624 of file remux.c.
References data, DroppedPackets, length, pPatPmtParser, tempLength, tempLengthAtEnd, TotalPackets, and vpid.
| uchar * cNaluStreamProcessor::GetBuffer | ( | int & | OutLength | ) |
Definition at line 2645 of file remux.c.
References data, DroppedPackets, esyslog, length, min(), NaluDumper, pPatPmtParser, tempBuffer, tempLength, tempLengthAtEnd, TotalPackets, TS_SIZE, TS_SYNC_BYTE, TsPid(), and vpid.
|
inline |
Definition at line 704 of file remux.h.
References DroppedPackets.
|
inline |
Definition at line 703 of file remux.h.
References TotalPackets.
| void cNaluStreamProcessor::PutBuffer | ( | uchar * | Data, |
| int | Length ) |
|
inline |
Definition at line 694 of file remux.h.
References pPatPmtParser.
|
inline |
|
private |
Definition at line 680 of file remux.h.
Referenced by cNaluStreamProcessor(), GetBuffer(), and PutBuffer().
|
private |
Definition at line 689 of file remux.h.
Referenced by cNaluStreamProcessor(), GetBuffer(), and GetDroppedPackets().
|
private |
Definition at line 681 of file remux.h.
Referenced by cNaluStreamProcessor(), GetBuffer(), and PutBuffer().
|
private |
Definition at line 686 of file remux.h.
Referenced by GetBuffer().
|
private |
Definition at line 685 of file remux.h.
Referenced by cNaluStreamProcessor(), GetBuffer(), and SetPatPmtParser().
Definition at line 682 of file remux.h.
Referenced by GetBuffer().
|
private |
Definition at line 683 of file remux.h.
Referenced by cNaluStreamProcessor(), and GetBuffer().
|
private |
Definition at line 684 of file remux.h.
Referenced by cNaluStreamProcessor(), and GetBuffer().
|
private |
Definition at line 688 of file remux.h.
Referenced by cNaluStreamProcessor(), GetBuffer(), and GetTotalPackets().
|
private |
Definition at line 679 of file remux.h.
Referenced by cNaluStreamProcessor(), GetBuffer(), and SetPid().