diff options
Diffstat (limited to 'doc/tutorial.dox')
-rw-r--r-- | doc/tutorial.dox | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/tutorial.dox b/doc/tutorial.dox new file mode 100644 index 0000000..bc53725 --- /dev/null +++ b/doc/tutorial.dox @@ -0,0 +1,21 @@ +/** \page page_tutorial Tutorial + +Welcome to the PipeWire tutorial. The goal is to learn +PipeWire API step-by-step with simple short examples. + +- \subpage page_tutorial1 +- \subpage page_tutorial2 +- \subpage page_tutorial3 +- \subpage page_tutorial4 +- \subpage page_tutorial5 +- \subpage page_tutorial6 + + +# More Example Programs + +- \ref audio-src.c "": \snippet{doc} audio-src.c title +- \ref audio-dsp-filter.c "": \snippet{doc} audio-dsp-filter.c title +- \ref video-play.c "": \snippet{doc} video-play.c title +- \subpage page_examples + +*/ |