![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Content version entry. More...
#include <tsPCAT.h>


Public Member Functions | |
| ContentVersion (const AbstractTable *table) | |
| Constructor. | |
Public Attributes | |
| uint16_t | content_minor_version = 0 |
| Content minor version. | |
| uint16_t | content_version = 0 |
| Content version. | |
| DescriptorList | descs |
| List of descriptors for this entry, publicly accessible. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
| ScheduleList | schedules {} |
| List of schedules. | |
| uint8_t | version_indicator = 0 |
| 2 bits, how to use the version. | |
Content version entry.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
| ts::PCAT::ContentVersion::ContentVersion | ( | 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.