![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Description of a descriptor class. More...
#include <tsPSIRepository.h>


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. | |
Description of a descriptor class.
|
pure virtualinherited |
Get the applicable standards for the table or descriptor.