TSDuck v3.39-3843
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::RCT::Link Class Reference

Description of link information. More...

#include <tsRCT.h>

Inheritance diagram for ts::RCT::Link:
Collaboration diagram for ts::RCT::Link:

Public Attributes

bool default_icon_flag = false
 1 bit.
 
DescriptorList descs
 List of descriptors for this entry, publicly accessible.
 
DVBBinaryLocator dvb_binary_locator {}
 when link_type == 1 or 2.
 
uint8_t group_id = 0
 4 bits.
 
uint8_t how_related_classification_scheme_id = 0
 6 bits.
 
uint8_t icon_id = 0
 3 bits.
 
uint8_t link_type = 0
 4 bits.
 
UString media_uri {}
 when link_type == 0 or 2.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
uint8_t precedence = 0
 4 bits.
 
std::list< PromotionalTextpromotional_texts {}
 any number.
 
uint16_t term_id = 0
 12 bits.
 

Detailed Description

Description of link information.

See also
ETSI TS 102 323, 10.4.3

Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".

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: