TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsTablesLoggerFilterInterface.h File Reference

An interface which is used to filter sections in TablesLogger. More...

Classes

class  ts::TablesLoggerFilterInterface
 An interface which is used to filter sections in TablesLogger. More...
 

Namespaces

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

Typedefs

using ts::TablesLoggerFilterPtr = std::shared_ptr< TablesLoggerFilterInterface >
 A safe pointer to TablesLogger section filter (not thread-safe).
 
using ts::TablesLoggerFilterVector = std::vector< TablesLoggerFilterPtr >
 A vector of safe pointers to TablesLogger section filters.
 

Detailed Description

An interface which is used to filter sections in TablesLogger.