TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Channel list entry. More...
#include <tsNorDigLogicalChannelDescriptorV2.h>
Public Member Functions | |
ChannelList (uint8_t id=0, const UString &name=UString(), const UString &country=UString()) | |
Constructor. | |
Public Attributes | |
uint8_t | channel_list_id = 0 |
Channel list id. | |
UString | channel_list_name {} |
Channel list name. | |
UString | country_code {} |
3-character country code. | |
ServiceList | services {} |
List of services. | |
Channel list entry.
ts::NorDigLogicalChannelDescriptorV2::ChannelList::ChannelList | ( | uint8_t | id = 0 , |
const UString & | name = UString() , |
||
const UString & | country = UString() |
||
) |
Constructor.
[in] | id | Channel list id. |
[in] | name | Channel list name. |
[in] | country | Country code. |