![]() |
TSDuck v3.44-4554
MPEG Transport Stream Toolkit
|
Representation of the DVB-NIP Actual Carrier Information from LCT header extension HET_NACI. More...
#include <tsmcastNIPActualCarrierInformation.h>


Public Member Functions | |
| NIPActualCarrierInformation ()=default | |
| Default constructor. | |
| void | clear () |
| Clear the content of a structure. | |
| bool | deserialize (const uint8_t *addr, size_t size) |
| Deserialize the structure from a binary area. | |
| bool | operator< (const NIPActualCarrierInformation &other) const |
| Comparison operator for use as index in maps. | |
| virtual UString | toString () const override |
| Convert to a string object. | |
Public Attributes | |
| NIPStreamId | stream_id {} |
| NIP stream id. | |
| UString | stream_provider_name {} |
| NIPStreamProviderName. | |
Representation of the DVB-NIP Actual Carrier Information from LCT header extension HET_NACI.
| bool ts::mcast::NIPActualCarrierInformation::deserialize | ( | const uint8_t * | addr, |
| size_t | size | ||
| ) |
Deserialize the structure from a binary area.
| [in] | addr | Address of binary area. |
| [in] | size | Size of binary area. |
| bool ts::mcast::NIPActualCarrierInformation::operator< | ( | const NIPActualCarrierInformation & | other | ) | const |
Comparison operator for use as index in maps.
| [in] | other | Another instance to compare. |
|
overridevirtual |
Convert to a string object.
Implements ts::StringifyInterface.