TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Download content entry. More...
#include <tsSDTT.h>
Public Member Functions | |
Content (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
uint8_t | download_level = 0 |
2 bits. | |
uint8_t | group = 0 |
4 bits. | |
uint16_t | new_version = 0 |
12 bits. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
uint8_t | schedule_timeshift_information = 0 |
4 bits. | |
ScheduleList | schedules {} |
List of schedules. | |
uint16_t | target_version = 0 |
12 bits. | |
uint8_t | version_indicator = 0 |
2 bits. | |
Download content entry.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::SDTT::Content::Content | ( | const AbstractTable * | table | ) |
Constructor.
[in] | table | Parent table. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.