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

Public Member Functions | |
| ProviderOffering (const xml::Element *element=nullptr, bool strict=true) | |
| Constructor. | |
Public Attributes | |
| std::list< ServiceListOffering > | lists {} |
| Elements <ServiceListOffering>. | |
| Organization | provider {} |
| Element <Provider>. | |
| bool | valid = false |
| Element was correctly deserialized. | |
Definition of a <ProviderOffering> element in <ServiceListEntryPoints>.
| ts::mcast::ServiceListEntryPoints::ProviderOffering::ProviderOffering | ( | 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. |