TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
DVB-I_info() structure conveyed in private_data when uri_linkage_type = 0x03. More...
#include <tsURILinkageDescriptor.h>
Public Member Functions | |
DVB_I_Info ()=default | |
Default constructor. | |
DVB_I_Info (PSIBuffer &buf) | |
Constructor from binary descriptor data. | |
Public Attributes | |
uint8_t | end_point_type = 0 |
type of list signalled by the URI | |
ByteBlock | private_data {} |
Private data. | |
std::optional< UString > | service_list_name {} |
name of the service list referenced by the uri | |
std::optional< UString > | service_list_provider_name {} |
name of the provider of the service list referenced by the uri | |
DVB-I_info() structure conveyed in private_data when uri_linkage_type = 0x03.
|
inline |
Constructor from binary descriptor data.
[in] | buf | A binary descriptor to deserialize. |