TSDuck v3.39-3843
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::SDTT::Content Class Reference

Download content entry. More...

#include <tsSDTT.h>

Inheritance diagram for ts::SDTT::Content:
Collaboration diagram for ts::SDTT::Content:

Public Member Functions

 Content (const AbstractTable *table)
 Constructor.
 

Public Attributes

DescriptorList descs
 List of descriptors for this entry, publicly accessible.
 
uint8_t download_level = 0
 2 bits.
 
uint8_t group = 0
 4 bits.
 
uint16_t new_version = 0
 12 bits.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
uint8_t schedule_timeshift_information = 0
 4 bits.
 
ScheduleList schedules {}
 List of schedules.
 
uint16_t target_version = 0
 12 bits.
 
uint8_t version_indicator = 0
 2 bits.
 

Detailed Description

Download content entry.

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

Constructor & Destructor Documentation

◆ Content()

ts::SDTT::Content::Content ( const AbstractTable table)

Constructor.

Parameters
[in]tableParent table.

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: