![]() |
TSDuck v3.44-4572
MPEG Transport Stream Toolkit
|
An entry of <MulticastTransportSession>. More...
#include <tsmcastMulticastSession.h>


Public Member Functions | |
| MulticastTransportSession ()=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 | |
| uint32_t | bitrate_average = 0 |
| attribute average in <BitRate>. | |
| uint32_t | bitrate_maximum = 0 |
| attribute maximum in <BitRate>. | |
| UString | content_ingest_method {} |
| attribute contentIngestMethod. | |
| std::list< FluteSessionId > | endpoints {} |
| elements <EndpointAddress>. | |
| std::list< ForwardErrorCorrectionParameters > | fec {} |
| elements <ForwardErrorCorrectionParameters>. | |
| UString | id {} |
| attribute id. | |
| TransportProtocol | protocol {} |
| element <TransportProtocol>. | |
| std::list< WeightedURIType > | repair_base_url {} |
| elements <BaseURL> in <UnicastRepairParameters>. | |
| cn::milliseconds | repair_fixed_backoff {} |
| attribute fixedBackOffPeriod in <UnicastRepairParameters>. | |
| UString | repair_obj_base_uri {} |
| attribute transportObjectBaseURI in <UnicastRepairParameters>. | |
| cn::milliseconds | repair_rand_backoff {} |
| attribute randomBackOffPeriod in <UnicastRepairParameters>. | |
| cn::milliseconds | repair_recv_timeout {} |
| attribute transportObjectReceptionTimeout in <UnicastRepairParameters>. | |
| UString | service_class {} |
| attribute serviceClass. | |
| UString | transmission_mode {} |
| attribute transmissionMode. | |
| UString | transport_security {} |
| attribute transportSecurity. | |
An entry of <MulticastTransportSession>.
|
inherited |
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. |