TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Information entry. More...
#include <tsNBIT.h>
Public Member Functions | |
Information (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
uint8_t | description_body_location = 0 |
2 bits, where to find the description. | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
uint8_t | information_type = 0 |
4 bits, information type | |
std::vector< uint16_t > | key_ids {} |
List of key ids, depends on information_type. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
uint8_t | user_defined = 0 |
No predefined interpretation. | |
Information entry.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::NBIT::Information::Information | ( | 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.