TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Description of a service. More...
#include <tsSelectionInformationTable.h>
Public Member Functions | |
Service (const AbstractTable *table, uint8_t status=0) | |
Constructor. | |
Public Attributes | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
uint8_t | running_status = 0 |
Running status of the event. | |
Description of a service.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
explicit |
Constructor.
[in] | table | Parent SelectionInformationTable. |
[in] | status | Running status. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.