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

Public Member Functions | |
| ForwardErrorCorrectionParameters ()=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 | |
| std::list< FluteSessionId > | endpoints {} |
| list of <EndpointAddress>. | |
| uint32_t | overhead_percentage = 0 |
| OverheadPercentage. | |
| UString | scheme_identifier {} |
| SchemeIdentifier. | |
Representation of a ForwardErrorCorrectionParameters (Multicast ABR).
This substructure is used in several XML tables.
| bool ts::mcast::ForwardErrorCorrectionParameters::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. |