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


Public Member Functions | |
| ResolutionProvider (const AbstractTable *table) | |
| Basic constructor. | |
| ResolutionProvider (const AbstractTable *table, const ResolutionProvider &other) | |
| Basic copy-like constructor. | |
Public Attributes | |
| CRIDAutorityList | CRID_authorities |
| List of CRID autorities. | |
| DescriptorList | descs |
| List of descriptors for this entry, publicly accessible. | |
| UString | name {} |
| Resolution provider name. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
Description of a resolution provider.
Note: by inheriting from EntryWithDescriptors, this class has a descs fields.
|
explicit |
Basic constructor.
| [in] | table | Parent table. A descriptor list is always attached to a table. |
| ts::RNT::ResolutionProvider::ResolutionProvider | ( | const AbstractTable * | table, |
| const ResolutionProvider & | other | ||
| ) |
Basic copy-like constructor.
| [in] | table | Parent table. A descriptor list is always attached to a table. |
| [in] | other | Another instance to copy. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.