![]() |
TSDuck v3.44-4577
MPEG Transport Stream Toolkit
|
Definition of an ExtendedURIType or ExtendedURIPathType element. More...
#include <tsmcastServiceListEntryPoints.h>

Public Member Functions | |
| ExtendedURI (const xml::Element *element=nullptr, bool strict=true) | |
| Constructor. | |
| ExtendedURI (const xml::Element *parent, const UString &element, bool strict) | |
| Constructor from a parent element. | |
Public Attributes | |
| UString | type {} |
| MIME type. | |
| UString | uri {} |
| URI. | |
| bool | valid = false |
| Element was correctly deserialized. | |
Definition of an ExtendedURIType or ExtendedURIPathType element.
| ts::mcast::ServiceListEntryPoints::ExtendedURI::ExtendedURI | ( | const xml::Element * | element = nullptr, |
| bool | strict = true |
||
| ) |
Constructor.
| [in] | element | XML element containing the extended URI. |
| [in] | strict | Strict XML parsing, do not tolerate missing mandatory elements or attributes. |
| ts::mcast::ServiceListEntryPoints::ExtendedURI::ExtendedURI | ( | const xml::Element * | parent, |
| const UString & | element, | ||
| bool | strict | ||
| ) |
Constructor from a parent element.
| [in] | parent | Parent XML element containing the extended URI. |
| [in] | element | Name of the child element containing the extended URI. |
| [in] | strict | Strict XML parsing, do not tolerate missing mandatory elements or attributes. |