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


Public Member Functions | |
| CRIDAuthority (const AbstractTable *table) | |
| Basic constructor. | |
| CRIDAuthority (const AbstractTable *table, const CRIDAuthority &other) | |
| Basic copy-like constructor. | |
Public Attributes | |
| DescriptorList | descs |
| List of descriptors for this entry, publicly accessible. | |
| UString | name {} |
| CRID authority name. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
| uint8_t | policy = 0 |
| 2 bits, CRID authority policy. | |
Description of a CRID autority.
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::CRIDAuthority::CRIDAuthority | ( | const AbstractTable * | table, |
| const CRIDAuthority & | 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.