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

Event triplet (quadruplet in fact). More...

#include <tsISDBHyperlinkDescriptor.h>

Inheritance diagram for ts::ISDBHyperlinkDescriptor::EventTriplet:
Collaboration diagram for ts::ISDBHyperlinkDescriptor::EventTriplet:

Public Member Functions

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

Public Attributes

uint16_t event_id = 0
 The identifier number of the linked event.
 
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

Event triplet (quadruplet in fact).

Constructor & Destructor Documentation

◆ EventTriplet()

ts::ISDBHyperlinkDescriptor::EventTriplet::EventTriplet ( 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: