TSDuck v3.40-3965
MPEG Transport Stream Toolkit
|
#include <tsServiceListDescriptor.h>
Public Member Functions | |
Entry (uint16_t id=0, uint8_t type=0) | |
Default constructor. | |
Public Attributes | |
uint16_t | service_id = 0 |
Service id. | |
uint8_t | service_type = 0 |
Service type. | |
Service entry.
ts::ServiceListDescriptor::Entry::Entry | ( | uint16_t | id = 0 , |
uint8_t | type = 0 |
||
) |