1libpipewire-module-exampMlies-cseolulracnee(o7u)s InformlaitbipoinpeMwainruea-lmodule-example-source(7)
2
3
4
6 libpipewire-module-example-source - Example Source
7
9 The example source is a good starting point for writing a custom
10 source.
11
12 We refer to the source code for more information.
13
15 libpipewire-module-example-source
16
18 • node.name: a unique name for the stream
19
20 • node.description: a human readable name for the stream
21
22 • stream.props = {}: properties to be passed to the stream
23
25 Options with well-known behavior.
26
27 • remote.name
28
29 • audio.format
30
31 • audio.rate
32
33 • audio.channels
34
35 • audio.position
36
37 • media.name
38
39 • node.latency
40
41 • node.name
42
43 • node.description
44
45 • node.group
46
47 • node.virtual
48
49 • media.class
50
52 context.modules = [
53 { name = libpipewire-module-example-source
54 args = {
55 node.name = "example_source"
56 node.description = "My Example Source"
57 stream.props = {
58 audio.position = [ FL FR ]
59 }
60 }
61 }
62 ]
63
64PipeWire 1.0.0libpipewire-module-example-source(7)