TSDuck v3.38-3675
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::NBIT::Information Class Reference

Information entry. More...

#include <tsNBIT.h>

Inheritance diagram for ts::NBIT::Information:
Collaboration diagram for ts::NBIT::Information:

Public Member Functions

 Information (const AbstractTable *table)
 Constructor.
 

Public Attributes

uint8_t description_body_location = 0
 2 bits, where to find the description.
 
DescriptorList descs
 List of descriptors for this entry, publicly accessible.
 
uint8_t information_type = 0
 4 bits, information type
 
std::vector< uint16_t > key_ids {}
 List of key ids, depends on information_type.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
uint8_t user_defined = 0
 No predefined interpretation.
 

Detailed Description

Information entry.

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

Constructor & Destructor Documentation

◆ Information()

ts::NBIT::Information::Information ( const AbstractTable table)

Constructor.

Parameters
[in]tableParent table.

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: