mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pactl, pacmd, cli-command: Add send-message command
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/51>
This commit is contained in:
parent
4cdc0053c0
commit
68f2f1395d
9 changed files with 122 additions and 4 deletions
|
|
@ -263,6 +263,7 @@ _pactl_completion() {
|
|||
'set-sink-input-mute: mute a stream'
|
||||
'set-source-output-mute: mute a recording stream'
|
||||
'set-sink-formats: set supported formats of a sink'
|
||||
'send-message: send a message to a pulseaudio object'
|
||||
'subscribe: subscribe to events'
|
||||
)
|
||||
|
||||
|
|
@ -561,6 +562,7 @@ _pacmd_completion() {
|
|||
'dump: show daemon configuration'
|
||||
'dump-volumes: show the state of all volumes'
|
||||
'shared: show shared properties'
|
||||
'send-message: send a message to a pulseaudio object'
|
||||
'exit: ask the PulseAudio daemon to exit'
|
||||
)
|
||||
_describe 'pacmd commands' _pacmd_commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue