![]() |
TSDuck v3.44-4577
MPEG Transport Stream Toolkit
|
Definition of a <ServiceListOffering> element in a <ProviderOffering>. More...
#include <tsmcastServiceListEntryPoints.h>

Public Member Functions | |
| ServiceListOffering (const xml::Element *element=nullptr, bool strict=true) | |
| Constructor. | |
Public Attributes | |
| UString | lang {} |
| Attribute "xml:lang". | |
| UString | list_id {} |
| Element <ServiceListId>. | |
| std::list< ExtendedURI > | lists {} |
| Elements <ServiceListURI>. | |
| UString | name {} |
| First element <ServiceListName>. | |
| bool | regulator = false |
| Attribute "regulatorListFlag". | |
| bool | valid = false |
| Element was correctly deserialized. | |
Definition of a <ServiceListOffering> element in a <ProviderOffering>.
| ts::mcast::ServiceListEntryPoints::ServiceListOffering::ServiceListOffering | ( | const xml::Element * | element = nullptr, |
| bool | strict = true |
||
| ) |
Constructor.
| [in] | element | XML element containing the organization. |
| [in] | strict | Strict XML parsing, do not tolerate missing mandatory elements or attributes. |