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

Description of a tap. More...

#include <tsDST.h>

Inheritance diagram for ts::DST::Tap:
Collaboration diagram for ts::DST::Tap:

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.
 

Detailed Description

Description of a tap.

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

Constructor & Destructor Documentation

◆ Tap()

ts::DST::Tap::Tap ( 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: