1libpipewire-module-exampMlies-cseilnlka(n7e)ous InformatliiobnpiMpaenwuiarle-module-example-sink(7)
2
3
4

NAME

6       libpipewire-module-example-sink - Example Sink
7

DESCRIPTION

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

MODULE NAME

14       libpipewire-module-example-sink
15

MODULE OPTIONS

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

GENERAL OPTIONS

24       Options with well-known behavior.
25
26remote.name
27
28audio.format
29
30audio.rate
31
32audio.channels
33
34audio.position
35
36media.name
37
38node.latency
39
40node.name
41
42node.description
43
44node.group
45
46node.virtual
47
48media.class
49

EXAMPLE CONFIGURATION

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)
Impressum