mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
pactl: Add "pactl list nodes" functionality
This commit is contained in:
parent
fd8578a557
commit
32112b9739
2 changed files with 48 additions and 6 deletions
|
|
@ -80,9 +80,11 @@ USA.
|
|||
|
||||
<option>
|
||||
<p><opt>list</opt> [<arg>short</arg>] [<arg>TYPE</arg>]</p>
|
||||
<optdesc><p>Dump all currently loaded modules, available sinks, sources, streams, etc. <arg>TYPE</arg> must be one of:
|
||||
modules, sinks, sources, sink-inputs, source-outputs, clients, samples, cards. If not specified, all info is listed. If
|
||||
short is given, output is in a tabular format, for easy parsing by scripts.</p></optdesc>
|
||||
<optdesc><p>Dump all currently loaded modules, available sinks, sources,
|
||||
streams, etc. <arg>TYPE</arg> must be one of: modules, sinks, sources,
|
||||
sink-inputs, source-outputs, clients, samples, cards, nodes. If not
|
||||
specified, all info is listed. If short is given, output is in a tabular
|
||||
format, for easy parsing by scripts.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue