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