TSDuck v3.41-4220
MPEG Transport Stream Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages Concepts
tsAbstractDescriptor.h File Reference

Abstract base class for MPEG PSI/SI descriptors. More...

Classes

class  ts::AbstractDescriptor
 Abstract base class for MPEG PSI/SI descriptors. More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Enumerations

enum class  ts::DescriptorDuplication {
  ts::ADD_ALWAYS ,
  ts::ADD_OTHER ,
  ts::REPLACE ,
  ts::IGNORE ,
  ts::MERGE
}
 What to do when a descriptor of same type is added twice in a list. More...
 

Detailed Description

Abstract base class for MPEG PSI/SI descriptors.