![]() |
TSDuck v3.43-4509
MPEG Transport Stream Toolkit
|
Representation of a MulticastSession (Multicast ABR). More...
#include <tsMulticastSession.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) |
| 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::MulticastSession::parseXML | ( | const xml::Element * | element | ) |
Reinitialize the structure from a XML element.
| [in] | element | Root XML element to analyze. |