TSDuck v3.40-4025
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::PSIRepository::DescriptorClass Class Referenceabstract

Description of a descriptor class. More...

#include <tsPSIRepository.h>

Inheritance diagram for ts::PSIRepository::DescriptorClass:
Collaboration diagram for ts::PSIRepository::DescriptorClass:

Public Member Functions

virtual Standards getStandards () const =0
 Get the applicable standards for the table or descriptor.
 

Public Attributes

DisplayDescriptorFunction display = nullptr
 Function to display a descriptor.
 
UString display_name {}
 Displayable name for that table or descriptor.
 
EDID edid {}
 Extended descriptor id.
 
DescriptorFactory factory = nullptr
 Function to build an instance of the descriptor.
 
std::type_index index = NullIndex()
 RTTI type index for the C++ class.
 
UString legacy_xml_name {}
 Optional legacy XML name for that descriptor.
 
UString xml_name {}
 XML name for that table or descriptor.
 

Detailed Description

Description of a descriptor class.

Member Function Documentation

◆ getStandards()

virtual Standards ts::PSIRepository::SignalizationClass::getStandards ( ) const
pure virtualinherited

Get the applicable standards for the table or descriptor.

Returns
The set of applicable standards for the table or descriptor.

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