Skip to main content

Module api

Module api 

Source
Expand description

Plugin API definitions and utilities for VoiRS CLI plugins.

Modules§

utils
Utility functions for plugin API

Structs§

ApiCall
API call structure for plugin communication
ApiRegistry
Plugin API registry for managing multiple plugin APIs
ApiResponse
Response from plugin API calls
CallContext
Context information for API calls
HostInfo
Information about the host application
PluginInfo
Detailed plugin information

Enums§

PluginEvent
Events that can be sent to plugins

Constants§

MAX_SUPPORTED_VERSION
MIN_SUPPORTED_VERSION
PLUGIN_API_VERSION
Plugin API version information

Traits§

PluginApi
Plugin API interface that all plugins must implement