TSDuck v3.43-4441
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::SGT::Service Class Reference

Description of a service. More...

#include <tsSGT.h>

Inheritance diagram for ts::SGT::Service:
Collaboration diagram for ts::SGT::Service:

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.
 

Detailed Description

Description of a service.

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

Constructor & Destructor Documentation

◆ Service()

ts::SGT::Service::Service ( const AbstractTable table)
explicit

Constructor.

Parameters
[in]tableParent table.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::AttachedEntry::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: