![]() |
TSDuck v3.43-4441
MPEG Transport Stream Toolkit
|
Description of an application. More...
#include <tsDST.h>
Public Member Functions | |
Application (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
ByteBlock | app_data {} |
Application data. | |
ByteBlock | app_id {} |
Meaningful only if app_id_description has a value. | |
std::optional< uint16_t > | app_id_description {} |
Optional app_id. | |
DSMCCCompatibilityDescriptor | compatibility_descriptor {} |
DSM-CC compatibilityDescriptor() structure. | |
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. | |
TapList | taps |
List of taps. | |
Description of an application.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::DST::Application::Application | ( | 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.