TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::SelectionInformationTable::Service Class Reference

Description of a service. More...

#include <tsSelectionInformationTable.h>

Inheritance diagram for ts::SelectionInformationTable::Service:
Collaboration diagram for ts::SelectionInformationTable::Service:

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.
 

Detailed Description

Description of a service.

Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".

Constructor & Destructor Documentation

◆ Service()

ts::SelectionInformationTable::Service::Service ( const AbstractTable table,
uint8_t  status = 0 
)
explicit

Constructor.

Parameters
[in]tableParent SelectionInformationTable.
[in]statusRunning status.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::EntryBase::order_hint
inherited

Preferred insertion index when serializing the table or NPOS if unspecified.

This is an informational hint which can be used or ignored.


The documentation for this class was generated from the following file: