![]() |
TSDuck v3.44-4659
MPEG Transport Stream Toolkit
|
One entry of a BIOP ServiceContextList. More...
#include <tsDSMCCBIOPMessage.h>

Public Member Functions | |
| bool | deserialize (PSIBuffer &buf) |
| Deserialize one ServiceContext from a buffer. | |
| bool | fromXML (DuckContext &duck, const xml::Element *element) |
| This method decodes an XML BIOPServiceContext. | |
| void | toXML (DuckContext &duck, xml::Element *parent) const |
| This method converts a BIOPServiceContext to XML. | |
Public Attributes | |
| ByteBlock | context_data {} |
| Context data. | |
| uint32_t | context_id = 0 |
| Context identifier. | |
One entry of a BIOP ServiceContextList.
| bool ts::BIOPServiceContext::deserialize | ( | PSIBuffer & | buf | ) |
Deserialize one ServiceContext from a buffer.
| [in,out] | buf | Deserialization buffer. |
| void ts::BIOPServiceContext::toXML | ( | DuckContext & | duck, |
| xml::Element * | parent | ||
| ) | const |
This method converts a BIOPServiceContext to XML.
| [in,out] | duck | TSDuck execution context. |
| [in,out] | parent | The parent node for the XML element. |
| bool ts::BIOPServiceContext::fromXML | ( | DuckContext & | duck, |
| const xml::Element * | element | ||
| ) |
This method decodes an XML BIOPServiceContext.
| [in,out] | duck | TSDuck execution context. |
| [in] | element | The XML element containing the service context. |