![]() |
TSDuck v3.44-4554
MPEG Transport Stream Toolkit
|
Definition of a <LCNTable>. More...
#include <tsmcastServiceList.h>
Public Member Functions | |
| LCNTable (const xml::Element *element=nullptr, bool strict=true) | |
| 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, |
| bool | strict = true |
||
| ) |
Constructor.
| [in] | element | XML element containing the object. |
| [in] | strict | Strict XML parsing, do not tolerate missing mandatory elements or attributes. |