MythTV
master
|
Overall structure. More...
#include <cstdint>
#include <QString>
#include "atscdescriptors.h"
#include "mythmiscutil.h"
#include "mpegtables.h"
#include "mythtvexp.h"
#include "mythdate.h"
Go to the source code of this file.
Classes | |
class | TableClass |
class | MasterGuideTable |
This table tells the decoder on which PIDs to find other tables, and their sizes and each table's current version number. More... | |
class | VirtualChannelTable |
This table contains information about the channels transmitted on this multiplex. More... | |
class | TerrestrialVirtualChannelTable |
This table contains information about the terrestrial channels transmitted on this multiplex. More... | |
class | CableVirtualChannelTable |
This table contains information about the cable channels transmitted on this multiplex. More... | |
class | EventInformationTable |
EventInformationTables contain program titles, start times, and channel information. More... | |
class | ExtendedTextTable |
ExtendedTextTable contain additional text not contained in EventInformationTables. More... | |
class | SystemTimeTable |
This table contains the GPS time at the time of transmission. More... | |
class | RatingRegionTable |
No one has had time to decode this table yet... More... | |
class | DirectedChannelChangeTable |
No one has had time to decode this table yet... More... | |
class | DirectedChannelChangeSelectionCodeTable |
No one has had time to decode this table yet... More... | |
class | AggregateEventInformationTable |
SCTE 65 & ATSC/81 0xD6. More... | |
class | AggregateExtendedTextTable |
SCTE 65 & ATSC/81 0xD7. More... | |
Overall structure.
New VCTs can be sent with a new version number to update the programming in an EIT, then when the data is complete a new MGT is sent with an updated version_number for that EIT, updating the data.
Definition in file atsctables.h.