![]() |
TSDuck v3.43-4441
MPEG Transport Stream Toolkit
|
Description of a service. More...
#include <tsSGT.h>
Public Member Functions | |
Service (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
uint16_t | genre_code = 0xFFFF |
Genre code, unused as documented in Astra spec. | |
uint16_t | logical_channel_number = 0 |
LCN, 14 bits. | |
bool | new_service_flag = false |
Service is new. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
bool | visible_service_flag = true |
Service is visible. | |
Description of a service.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
explicit |
Constructor.
[in] | table | Parent table. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.