TSDuck v3.38-3691
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::BIT::Broadcaster Class Reference

Description of a broadcaster. More...

#include <tsBIT.h>

Inheritance diagram for ts::BIT::Broadcaster:
Collaboration diagram for ts::BIT::Broadcaster:

Public Member Functions

 Broadcaster (const AbstractTable *table)
 Constructor.
 

Public Attributes

DescriptorList descs
 List of descriptors for this entry, publicly accessible.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 

Detailed Description

Description of a broadcaster.

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

Constructor & Destructor Documentation

◆ Broadcaster()

ts::BIT::Broadcaster::Broadcaster ( 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: