![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <pvrparse.h>
Public Member Functions | |
| eMPEGStreamParserTS (int packetsize=188) | |
| void | parseData (off_t offset, const void *data, unsigned int len) |
| void | setPid (int pid, iDVBTSRecorder::timing_pid_type pidtype, int streamtype) |
| int | getLastPTS (pts_t &last_pts) |
| int | getFirstPTS (pts_t &first_pts) |
| void | enableAccessPoints (bool enable) |
Public Member Functions inherited from eMPEGStreamInformationWriter | |
| eMPEGStreamInformationWriter () | |
| ~eMPEGStreamInformationWriter () | |
| int | startSave (const std::string &filename) |
| int | stopSave (void) |
| void | writeStructureEntry (off_t offset, unsigned long long data) |
| void | commit () |
| eMPEGStreamParserTS::eMPEGStreamParserTS | ( | int | packetsize = 188 | ) |
|
inline |
| int eMPEGStreamParserTS::getFirstPTS | ( | pts_t & | first_pts | ) |
| int eMPEGStreamParserTS::getLastPTS | ( | pts_t & | last_pts | ) |
| void eMPEGStreamParserTS::parseData | ( | off_t | offset, |
| const void * | data, | ||
| unsigned int | len | ||
| ) |
| void eMPEGStreamParserTS::setPid | ( | int | pid, |
| iDVBTSRecorder::timing_pid_type | pidtype, | ||
| int | streamtype | ||
| ) |