mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -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.
488 B
488 B
Tutorial - The PipeWire API
Welcome to the PipeWire tutorial. The goal is to learn PipeWire API step-by-step with simple short examples.
-
Getting started (tutorial 1).
-
Enumerating objects (tutorial 2).
-
Forcing a roundtrip (tutorial 3).
-
Playing a tone with
pw_stream(tutorial 4). -
Capture video frames with
pw_stream(tutorial 5). -
Bind to an object (tutorial 6).