TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
A class to register additional names files to merge with the TSDuck names file. More...
#include <tsNamesFile.h>
Public Member Functions | |
RegisterExtensionFile (const UString &filename) | |
Register an additional names file. | |
A class to register additional names files to merge with the TSDuck names file.
The registration is performed using constructors. Thus, it is possible to perform a registration in the declaration of a static object.
ts::NamesFile::RegisterExtensionFile::RegisterExtensionFile | ( | const UString & | filename | ) |
Register an additional names file.
This file will be merged with the main names files.
[in] | filename | Name of the names file. This should be a simple file name, without directory. This file will be searched in the same directory as the executable, then in all directories from $TSPLUGINS_PATH, then from $LD_LIBRARY_PATH (Linux only), then from $PATH. |