|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_HOST_API void MayaFlux::Host::Live::lila_load_library | ( | const std::string & | path | ) |
Load a shared library into the JIT symbol table at runtime.
Can be called before or after start_lila(). Libraries loaded before start_lila() are staged and loaded immediately after interpreter initialization. Use this for external .so/.dylib/.dll files that were not linked into the host process.
| path | Full path to the shared library. |
Definition at line 143 of file Runtime.cpp.