mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
doc: link examples to Doxygen docs
Include examples to the documentation, using Doxygen's example system.
This commit is contained in:
parent
f6d69f9bcd
commit
98a0e54d5f
25 changed files with 192 additions and 4 deletions
|
|
@ -22,6 +22,16 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
[title]
|
||||
Running audioadapter nodes.
|
||||
[title]
|
||||
[doc]
|
||||
Runs an output audioadapter using audiotestsrc as follower
|
||||
with an input audioadapter using alsa-pcm-sink as follower
|
||||
for easy testing.
|
||||
[doc]
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,11 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
[title]
|
||||
[title]
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,12 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
[title]
|
||||
Example using libspa-libcamera, with only \ref api_spa
|
||||
[title]
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,12 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
[title]
|
||||
Example using libspa-v4l2, with only \ref api_spa
|
||||
[title]
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue