TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::RNT::CRIDAuthority Class Reference

Description of a CRID autority. More...

#include <tsRNT.h>

Inheritance diagram for ts::RNT::CRIDAuthority:
Collaboration diagram for ts::RNT::CRIDAuthority:

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.
 

Detailed Description

Description of a CRID autority.

Note: by inheriting from EntryWithDescriptors, this class has a descs fields.

Constructor & Destructor Documentation

◆ CRIDAuthority() [1/2]

ts::RNT::CRIDAuthority::CRIDAuthority ( const AbstractTable table)
explicit

Basic constructor.

Parameters
[in]tableParent table. A descriptor list is always attached to a table.

◆ CRIDAuthority() [2/2]

ts::RNT::CRIDAuthority::CRIDAuthority ( const AbstractTable table,
const CRIDAuthority other 
)

Basic copy-like constructor.

Parameters
[in]tableParent table. A descriptor list is always attached to a table.
[in]otherAnother instance to copy.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::EntryBase::order_hint
inherited

Preferred insertion index when serializing the table or NPOS if unspecified.

This is an informational hint which can be used or ignored.


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