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

Linkage description type. More...

#include <tsISDBLDTLinkageDescriptor.h>

Public Member Functions

 DescriptionType ()=default
 Default constructor.
 
 DescriptionType (PSIBuffer &buf)
 Read-in constructor.
 
UString toString () const
 toString
 

Public Attributes

uint16_t id = 0
 The id_number of the linked descriptor.
 
uint8_t type = 0
 4 bits. The linked description type in accordance with table 6-78.
 
uint8_t user_defined = 0
 The service provider can define this 8-bit field independently.
 

Detailed Description

Linkage description type.

Constructor & Destructor Documentation

◆ DescriptionType()

ts::ISDBLDTLinkageDescriptor::DescriptionType::DescriptionType ( 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.

Member Function Documentation

◆ toString()

UString ts::ISDBLDTLinkageDescriptor::DescriptionType::toString ( ) const

toString

Returns
a string depiction of the prefectures included in the target region in a bitmap form where each represented by a 1 or 0 character.

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