![]() |
TSDuck v3.43-4520
MPEG Transport Stream Toolkit
|
Definition of a <LCNTable>. More...
#include <tsmcastServiceList.h>
Public Member Functions | |
| LCNTable (const xml::Element *element=nullptr) | |
| Constructor. | |
Public Attributes | |
| std::list< LCNTableEntry > | lcns {} |
| Elements <LCN>. | |
| bool | preserve_broadcast_lcn = false |
| Attribute "preserveBroadcastLCN". | |
| bool | valid = false |
| Element was correctly deserialized. | |
Definition of a <LCNTable>.
| ts::mcast::ServiceList::LCNTable::LCNTable | ( | const xml::Element * | element = nullptr | ) |
Constructor.
| [in] | element | XML element containing the object. |