#include <eithelper.h>
Public Member Functions | |
| ATSCEvent () | |
| This empty constructor is needed for the QMap<> to work, it is not intended to be used to initialize an ATSC Event. | |
| ATSCEvent (uint a, uint b, uint c, QString d, const unsigned char *e, uint f) | |
| This is the only valid constructor for ATSCEvent. | |
Public Attributes | |
| uint32_t | start_time |
| uint32_t | length |
| uint32_t | etm |
| uint32_t | desc_length |
| QString | title |
| const unsigned char * | desc |
Definition at line 19 of file eithelper.h.
| ATSCEvent::ATSCEvent | ( | ) | [inline] |
This empty constructor is needed for the QMap<> to work, it is not intended to be used to initialize an ATSC Event.
Since we immediately initialize the value inserted into the QMap this is safe in that use.
Definition at line 26 of file eithelper.h.
| ATSCEvent::ATSCEvent | ( | uint | a, | |
| uint | b, | |||
| uint | c, | |||
| QString | d, | |||
| const unsigned char * | e, | |||
| uint | f | |||
| ) | [inline] |
This is the only valid constructor for ATSCEvent.
Definition at line 28 of file eithelper.h.
Definition at line 35 of file eithelper.h.
Definition at line 36 of file eithelper.h.
Referenced by EITHelper::CompleteEvent().
Definition at line 37 of file eithelper.h.
Definition at line 38 of file eithelper.h.
Referenced by EITHelper::CompleteEvent().
| QString ATSCEvent::title |
Definition at line 39 of file eithelper.h.
| const unsigned char* ATSCEvent::desc |
Definition at line 40 of file eithelper.h.
Referenced by EITHelper::CompleteEvent().
1.6.3