TSDuck v3.38-3710
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::ISDBHyperlinkDescriptor::ContentModuleTriplet Class Reference

Content module triplet. More...

#include <tsISDBHyperlinkDescriptor.h>

Inheritance diagram for ts::ISDBHyperlinkDescriptor::ContentModuleTriplet:
Collaboration diagram for ts::ISDBHyperlinkDescriptor::ContentModuleTriplet:

Public Member Functions

 ContentModuleTriplet ()=default
 Default constructor.
 
 ContentModuleTriplet (PSIBuffer &buf)
 Read-in constructor.
 

Public Attributes

uint8_t component_tag = 0
 Label identifying the component stream transmitting the linked carousel module.
 
uint16_t content_id = 0
 Number to identify linked contents in the service uniformly.
 
uint16_t module_id = 0
 The identifier number of the linked module.
 
uint16_t original_network_id = 0
 Label identifying the network_id of the originating delivery system where the linked service belongs.
 
uint16_t service_id = 0
 Label identifying the service in the linked Transport Stream and describes the same service_id as the program_number in the corresponding program map section.
 
uint16_t transport_stream_id = 0
 Label identifying the Transport Stream where the linked service belongs.
 

Detailed Description

Content module triplet.

Constructor & Destructor Documentation

◆ ContentModuleTriplet()

ts::ISDBHyperlinkDescriptor::ContentModuleTriplet::ContentModuleTriplet ( PSIBuffer buf)
inline

Read-in constructor.

Parameters
[in,out]bufDeserialization buffer. Read the descriptor payload from buf. The end of read is the end of the binary payload. If any kind of error is reported in the buffer or if the payload is not completely read, the deserialization is considered as invalid.

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