Crate static_link_module
source ·Expand description
WirePlumber module example
An example showing how to write a simple WirePlumber plugin module. Following along with the source code is recommended. Additional explanation and documentation is located in the plugin module documentation.
Structs§
- A list of user-specified Constraints used to find each end of the port to be linked.
- The plugin instance
- User configuration for the StaticLink plugin
Constants§
- GLib logging domain that doubles as the plugin’s name
Functions§
- The main entry point of the plugin
- The main logic of the plugin