Files
tldr/pages.zh/linux/pw-cli.md

16 lines
363 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pw-cli
> 管理 PipeWire 实例的模块、对象、节点、设备、链接等更多内容。
> 更多信息:<https://docs.pipewire.org/page_man_pw-cli_1.html>。
- 打印所有节点(接收端和源)及其 ID
`pw-cli list-objects Node`
- 打印特定 ID 的对象信息:
`pw-cli info {{4}}`
- 打印所有对象的信息:
`pw-cli info all`