TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description of a broadcaster. More...
#include <tsBIT.h>
Public Member Functions | |
Broadcaster (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
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. | |
Description of a broadcaster.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::BIT::Broadcaster::Broadcaster | ( | 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.