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.
16 lines
488 B
Markdown
16 lines
488 B
Markdown
# Tutorial - The PipeWire API
|
|
|
|
Welcome to the PipeWire tutorial. The goal is to learn
|
|
PipeWire API step-by-step with simple short examples.
|
|
|
|
1) Getting started ([tutorial 1](tutorial1.md)).
|
|
|
|
2) Enumerating objects ([tutorial 2](tutorial2.md)).
|
|
|
|
3) Forcing a roundtrip ([tutorial 3](tutorial3.md)).
|
|
|
|
4) Playing a tone with `pw_stream` ([tutorial 4](tutorial4.md)).
|
|
|
|
5) Capture video frames with `pw_stream` ([tutorial 5](tutorial5.md)).
|
|
|
|
6) Bind to an object ([tutorial 6](tutorial6.md)).
|