![]() |
TSDuck v3.41-4250
MPEG Transport Stream Toolkit
|
Abstract base class for objects which are defined by standards. More...
#include <tsAbstractDefinedByStandards.h>
Public Member Functions | |
virtual Standards | definingStandards (Standards current_standards=Standards::NONE) const =0 |
Get the list of standards which define this object. | |
Abstract base class for objects which are defined by standards.
|
pure virtual |
Get the list of standards which define this object.
[in] | current_standards | Current standards in the stream so far. This is a hint which may help the object to determine to which standard it belongs. This can be used by objects with slightly different semantics depending on the standard. |
Implemented in ts::AbstractDescriptor, ts::AbstractSignalization, ts::BinaryTable, and ts::Section.