![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Description of a data source. More...
#include <tsLTST.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 | |
| DataList | data |
| List of data events. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
| uint16_t | source_id = 0 |
| Source id. | |
Description of a data source.
|
inlineexplicit |
Constructor.
| [in] | table | Parent LTST. |
| ts::LTST::Source::Source | ( | const AbstractTable * | table, |
| const Source & | other | ||
| ) |
Basic copy-like constructor.
| [in] | table | Parent table. |
| [in] | other | Another instance to copy. |
| ts::LTST::Source::Source | ( | const AbstractTable * | table, |
| Source && | other | ||
| ) |
Basic move-like constructor.
| [in] | table | Parent table. |
| [in,out] | other | Another instance to move. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.