TSDuck v3.43-4441
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::DST::Application Class Reference

Description of an application. More...

#include <tsDST.h>

Inheritance diagram for ts::DST::Application:
Collaboration diagram for ts::DST::Application:

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.
 

Detailed Description

Description of an application.

Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".

Constructor & Destructor Documentation

◆ Application()

ts::DST::Application::Application ( const AbstractTable table)

Constructor.

Parameters
[in]tableParent DST.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::AttachedEntry::order_hint
inherited

Preferred insertion index when serializing the table or NPOS if unspecified.

This is an informational hint which can be used or ignored.


The documentation for this class was generated from the following file: