mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pw-top: improve output
Show the node state in the S column Use the node state to show or hide info, this will only show info for active nodes. Do redraw updates when something important changes Update man page
This commit is contained in:
parent
f5f4be5109
commit
d247db8d26
2 changed files with 90 additions and 30 deletions
|
|
@ -27,13 +27,15 @@ a tree-like representation.
|
|||
The columns presented are as follows:
|
||||
|
||||
S
|
||||
Measurement status.
|
||||
! representing inactive - no connections
|
||||
|
||||
Blank representing active
|
||||
Node status.
|
||||
E = ERROR
|
||||
C = CREATING
|
||||
S = SUSPENDED
|
||||
I = IDLE
|
||||
R = RUNNING
|
||||
|
||||
ID
|
||||
The ID of the pipewire node/device, as found in *pw-dump*
|
||||
The ID of the pipewire node/device, as found in *pw-dump* and *pw-cli*
|
||||
|
||||
QUANT
|
||||
The current quantum (for drivers) and the suggested quantum for follower
|
||||
|
|
@ -135,6 +137,8 @@ FORMAT
|
|||
|
||||
For raw audio formats, the layout is <sampleformat> <channels> <samplerate>.
|
||||
|
||||
For IEC958 passthrough audio formats, the layout is IEC958 <codec> <samplerate>.
|
||||
|
||||
For DSD formats, the layout is <dsd-rate> <channels>.
|
||||
|
||||
For Video formats, the layout is <pixelformat> <width>x<height>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue