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
|
|
@ -306,6 +306,13 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|||
<optdesc><p>Debug: Show shared properties.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>send-message</opt> <arg>recipient</arg> <arg>message</arg> <arg>message_parameters</arg></p>
|
||||
<optdesc><p>Send a message to the specified recipient object. If applicable an additional string containing
|
||||
message parameters can be specified. A string is returned as a response to the message. For available messages
|
||||
see https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/doc/messaging_api.txt.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>exit</opt></p>
|
||||
<optdesc><p>Terminate the daemon. If you want to terminate a CLI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue