mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Note that the order of the includes matters - that's how doxygen will sort them. There is no specific structure other than the include order - one reason why the headers are being changed. Without polluting the markdown files with doxygen commands we cannot use \subpage, so all files convert to a regular \page and are listed as flat hierarchy in the sidebar (and in Related Pages). Changing the headers at least provides some visual grouping with comon prefixes.
9 lines
253 B
Markdown
9 lines
253 B
Markdown
# SPA (Simple Plugin API)
|
|
|
|
SPA (Simple Plugin API) is an extensible API to implement all kinds of
|
|
plugins. It is inspired by many other plugin APIs, mostly LV2 and
|
|
GStreamer.
|
|
|
|
* SPA [Design](design.md)
|
|
* [Data format](pod.md)
|
|
* SPA [Buffers](buffer.md)
|