pipewire/doc/tutorial-index.md
Siwon Kang f7b22b934c doc: fix typos
Signed-off-by: Siwon Kang <siwon.kang@daimler.com>
2020-09-14 20:00:59 +02:00

17 lines
478 B
Markdown

# PipeWire Tutorial
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)).