Core API
Plugin API Surface
Core C ABI contract between VLiva host, PluginManager, and plugins based on plugin_api.h.
Developer documentation
Concise references for the plugin ABI, runtime lifecycle, example plugin, and OBS shared-frame integration.
Start here
Topic group
2 categories
Core API
Core C ABI contract between VLiva host, PluginManager, and plugins based on plugin_api.h.
Core API
Execution flow managed by PluginManager from plugin discovery to per-frame callbacks and unload.
Topic group
1 category
Practical Example
Line-by-line practical reference from example_plugin.cpp.
Topic group
1 category
OBS Integration
Code-driven documentation of VLiva shared memory capture and OBS source integration, focused on behavior and design without full source dump.