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

Content version entry. More...

#include <tsPCAT.h>

Inheritance diagram for ts::PCAT::ContentVersion:
Collaboration diagram for ts::PCAT::ContentVersion:

Public Member Functions

 ContentVersion (const AbstractTable *table)
 Constructor.
 

Public Attributes

uint16_t content_minor_version = 0
 Content minor version.
 
uint16_t content_version = 0
 Content version.
 
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.
 
ScheduleList schedules {}
 List of schedules.
 
uint8_t version_indicator = 0
 2 bits, how to use the version.
 

Detailed Description

Content version entry.

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

Constructor & Destructor Documentation

◆ ContentVersion()

ts::PCAT::ContentVersion::ContentVersion ( 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: