diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-08-15 09:47:09 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-08-15 12:49:35 +0530 |
commit | 0f3be7b72b2a1ba72a209628e19789dcf8132f11 (patch) | |
tree | d63a2ed15dfb74fd7ebdfadde3859d4875739b4a /man | |
parent | 8bffbcde1b9ac41703be9c242f4f9f172d5649bb (diff) |
pactl: Add a set-sink-formats command
This uses the module-device-restore protocol extension to save formats
on sinks that support it.
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index 3a70fb64..f0060fb4 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -218,6 +218,14 @@ USA. </option> <option> + <p><opt>set-sink-formats</opt> <arg>SINK</arg> <arg>FORMATS</arg></p> + <optdesc><p>Set the supported formats of the specified sink (identified by its numerical index) if supported by the sink. + <arg>FORMATS</arg> is specified as a semi-colon (;) separated list of formats in the form + 'encoding[, key1=value1, key2=value2, ...]' (for example, AC3 at 32000, 44100 and 48000 Hz would be specified as + 'ac3-iec61937, format.rate = "[ 32000, 44100, 48000 ]"'). + </p></optdesc> </option> + + <option> <p><opt>subscribe</opt></p> <optdesc><p>Subscribe to events, pactl does not exit by itself, but keeps waiting for new events.</p></optdesc> </option> |