TSDuck v3.38-3706
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
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::NONE = 0x00 ,
  ts::PERMANENT = 0x01
}
 Bit masks options to load shared libraries. More...
 

Detailed Description

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