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

Description of a resolution provider. More...

#include <tsRNT.h>

Inheritance diagram for ts::RNT::ResolutionProvider:
Collaboration diagram for ts::RNT::ResolutionProvider:

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.
 

Detailed Description

Description of a resolution provider.

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

Constructor & Destructor Documentation

◆ ResolutionProvider() [1/2]

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

Basic constructor.

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

◆ ResolutionProvider() [2/2]

ts::RNT::ResolutionProvider::ResolutionProvider ( const AbstractTable table,
const ResolutionProvider 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: