![]() |
TSDuck v3.43-4441
MPEG Transport Stream Toolkit
|
Description of an event source. More...
#include <tsAEIT.h>
Public Member Functions | |
Source (const AbstractTable *table) | |
Constructor. | |
Source (const AbstractTable *table, const Source &other) | |
Basic copy-like constructor. | |
Source (const AbstractTable *table, Source &&other) | |
Basic move-like constructor. | |
Public Attributes | |
EventList | events |
List of events. | |
uint16_t | source_id = 0 |
Source id. | |
Description of an event source.
|
inlineexplicit |
Constructor.
[in] | table | Parent AEIT. |
ts::AEIT::Source::Source | ( | const AbstractTable * | table, |
const Source & | other | ||
) |
Basic copy-like constructor.
[in] | table | Parent table. |
[in] | other | Another instance to copy. |
ts::AEIT::Source::Source | ( | const AbstractTable * | table, |
Source && | other | ||
) |
Basic move-like constructor.
[in] | table | Parent table. |
[in,out] | other | Another instance to move. |