Expand description
The host-side Plugin trait, the [HostPlugin] adapter that bridges the
C ABI to it, and the [AudioNodeAdapter] that wraps an opaque plugin handle
behind audio_core_bsd::AudioNode.
See crate for why plugins cross the .so boundary as extern "C"
symbols rather than Rust trait objects.
Traitsยง
- Plugin
- Host-side abstraction over a loaded plugin.