![]() |
TSDuck v3.43-4441
MPEG Transport Stream Toolkit
|
Description of a tap. More...
#include <tsDST.h>
Public Member Functions | |
Tap (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
uint8_t | action_type = 0 |
7 bits, action type. | |
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. | |
uint8_t | protocol_encapsulation = 0 |
Protocol encapsulation. | |
bool | resource_location = false |
If false, association_tag in PMT. If true, it is in a DSM-CC Resource Descriptor within NRT. | |
DSMCCTap | tap {} |
DSM-CC Tap() structure. | |
Description of a tap.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::DST::Tap::Tap | ( | const AbstractTable * | table | ) |
Constructor.
[in] | table | Parent DST. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.