|
MythTV
0.26-pre
|
#include <mpegtables.h>
Public Member Functions | |
| SpliceTimeView (const unsigned char *data) | |
| bool | IsTimeSpecified (void) const |
| uint64_t | PTSTime (void) const |
| virtual QString | toString (int64_t first, int64_t last) const |
| virtual QString | toStringXML (uint indent_level, int64_t first, int64_t last) const |
| uint | size (void) const |
Private Attributes | |
| const unsigned char * | _data |
Definition at line 751 of file mpegtables.h.
| SpliceTimeView::SpliceTimeView | ( | const unsigned char * | data | ) | [inline] |
Definition at line 754 of file mpegtables.h.
| bool SpliceTimeView::IsTimeSpecified | ( | void | ) | const [inline] |
Definition at line 756 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| uint64_t SpliceTimeView::PTSTime | ( | void | ) | const [inline] |
Definition at line 760 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| QString SpliceTimeView::toString | ( | int64_t | first, |
| int64_t | last | ||
| ) | const [virtual] |
Definition at line 1141 of file mpegtables.cpp.
Referenced by SpliceInsertView::toString().
| QString SpliceTimeView::toStringXML | ( | uint | indent_level, |
| int64_t | first, | ||
| int64_t | last | ||
| ) | const [virtual] |
Definition at line 1166 of file mpegtables.cpp.
Referenced by SpliceInsertView::toStringXML().
| uint SpliceTimeView::size | ( | void | ) | const [inline] |
Definition at line 775 of file mpegtables.h.
Referenced by SpliceInformationTable::Parse().
const unsigned char* SpliceTimeView::_data [private] |
Definition at line 777 of file mpegtables.h.
Referenced by hardwareprofile.distros.mythtv_data.main._Mythtv::data(), hardwareprofile.distros.mythtv_data.main._Mythtv::gather(), hardwareprofile.distros.mythtv_data.data_mythtv._Mythtv_data::get_data(), and hardwareprofile.distros.mythtv_data.data_mythtv._Mythtv_data::serialize().
1.7.6.1