#include <mpegtables.h>
Public Member Functions | |
| SpliceInsertView (const vector< const unsigned char * > &ptrs0, const vector< const unsigned char * > &ptrs1) | |
| uint | SpliceEventID (void) const |
| bool | IsSpliceEventCancel (void) const |
| bool | IsOutOfNetwork (void) const |
| bool | IsProgramSplice (void) const |
| bool | IsDuration (void) const |
| bool | IsSpliceImmediate (void) const |
| SpliceTimeView | SpliceTime (void) const |
| uint | UniqueProgramID (void) const |
| uint | AvailNum (void) const |
| uint | AvailsExpected (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 |
Private Attributes | |
| vector< const unsigned char * > | _ptrs0 |
| vector< const unsigned char * > | _ptrs1 |
Definition at line 828 of file mpegtables.h.
| SpliceInsertView::SpliceInsertView | ( | const vector< const unsigned char * > & | ptrs0, | |
| const vector< const unsigned char * > & | ptrs1 | |||
| ) | [inline] |
Definition at line 831 of file mpegtables.h.
| uint SpliceInsertView::SpliceEventID | ( | void | ) | const [inline] |
Definition at line 838 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| bool SpliceInsertView::IsSpliceEventCancel | ( | void | ) | const [inline] |
Definition at line 844 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| bool SpliceInsertView::IsOutOfNetwork | ( | void | ) | const [inline] |
Definition at line 848 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| bool SpliceInsertView::IsProgramSplice | ( | void | ) | const [inline] |
Definition at line 850 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| bool SpliceInsertView::IsDuration | ( | void | ) | const [inline] |
Definition at line 852 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| bool SpliceInsertView::IsSpliceImmediate | ( | void | ) | const [inline] |
Definition at line 854 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| SpliceTimeView SpliceInsertView::SpliceTime | ( | void | ) | const [inline] |
Definition at line 858 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| uint SpliceInsertView::UniqueProgramID | ( | void | ) | const [inline] |
Definition at line 873 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| uint SpliceInsertView::AvailNum | ( | void | ) | const [inline] |
Definition at line 876 of file mpegtables.h.
Referenced by toString(), and toStringXML().
| uint SpliceInsertView::AvailsExpected | ( | void | ) | const [inline] |
Definition at line 878 of file mpegtables.h.
Referenced by toString(), and toStringXML().
Definition at line 1367 of file mpegtables.cpp.
Referenced by SpliceInformationTable::toString().
| QString SpliceInsertView::toStringXML | ( | uint | indent_level, | |
| int64_t | first, | |||
| int64_t | last | |||
| ) | const [virtual] |
Definition at line 1440 of file mpegtables.cpp.
Referenced by SpliceInformationTable::toStringXML().
vector<const unsigned char*> SpliceInsertView::_ptrs0 [private] |
Definition at line 886 of file mpegtables.h.
vector<const unsigned char*> SpliceInsertView::_ptrs1 [private] |
Definition at line 887 of file mpegtables.h.
1.6.3