![]() |
TSDuck v3.44-4554
MPEG Transport Stream Toolkit
|
Representation of a MulticastSession (Multicast ABR). More...
#include <tsmcastMulticastSession.h>

Classes | |
| class | MulticastTransportSession |
| An entry of <MulticastTransportSession>. More... | |
Public Member Functions | |
| MulticastSession ()=default | |
| Default constructor. | |
| void | clear () |
| Clear the content of this object. | |
| bool | parseXML (const xml::Element *element, bool strict) |
| Reinitialize the structure from a XML element. | |
Public Attributes | |
| UString | service_identifier {} |
| attribute serviceIdentifier. | |
| std::list< MulticastTransportSession > | transport_sessions {} |
| elements <MulticastTransportSession>. | |
Representation of a MulticastSession (Multicast ABR).
This substructure is used in several XML tables. Caution: This implementation is partial. Some part of the XML document are not deserialized.
| bool ts::mcast::MulticastSession::parseXML | ( | const xml::Element * | element, |
| bool | strict | ||
| ) |
Reinitialize the structure from a XML element.
| [in] | element | Root XML element to analyze. |
| [in] | strict | Strict XML parsing, do not tolerate missing mandatory elements or attributes. |