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

Shared library handling (.so on Linux, .dylib on macOS, .dll on Windows) More...

Classes

class  ts::SharedLibrary
 Shared library handling (.so on Linux, .dylib on macOS, .dll on Windows). More...
 

Namespaces

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

Enumerations

enum class  ts::SharedLibraryFlags : uint16_t {
  ts::SharedLibraryFlags::NONE = 0x00 ,
  ts::SharedLibraryFlags::PERMANENT = 0x01
}
 Bit masks options to load shared libraries. More...
 

Detailed Description

Shared library handling (.so on Linux, .dylib on macOS, .dll on Windows)