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
- Call
Context - Context information for API calls
- Host
Info - Information about the host application
- Plugin
Info - Detailed plugin information
Enums§
- Plugin
Event - Events that can be sent to plugins
Constants§
- MAX_
SUPPORTED_ VERSION - MIN_
SUPPORTED_ VERSION - PLUGIN_
API_ VERSION - Plugin API version information
Traits§
- Plugin
Api - Plugin API interface that all plugins must implement