TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This class implements a macOS XML PList file. More...
#include <tsMacPList.h>
Public Types | |
using | SuperClass = std::map< UString, UString > |
Explicit reference to the SuperClass. | |
Public Member Functions | |
MacPList (const UString &fileName=UString(), Report &report=(ts::NullReport::Instance())) | |
Constructor from an optional macOS XML PList file. | |
bool | load (const UString &fileName, Report &report=(ts::NullReport::Instance())) |
Reload from a macOS XML PList file. | |
This class implements a macOS XML PList file.
|
explicit |
Constructor from an optional macOS XML PList file.
[in] | fileName | macOS XML PList file name. |
[in,out] | report | Where to report errors. |
bool ts::MacPList::load | ( | const UString & | fileName, |
Report & | report = (ts::NullReport::Instance()) |
||
) |
Reload from a macOS XML PList file.
[in] | fileName | macOS XML PList file name. |
[in,out] | report | Where to report errors. |