diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-03-08 23:30:24 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-05-02 11:55:39 +0530 |
commit | 322980e2e3844abf837dcc8cc5317406b3d8cb94 (patch) | |
tree | 3d18986461d595d75e88d826cc2dc77b2562582d /PROTOCOL | |
parent | dedbc942ab2090320856c36d6673db12026efdc1 (diff) |
introspect: Get formats for sinks
This gets the list of supported formats for a sink in
pa_context_get_sink_info*(). Also prints these in 'pactl list'.
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -228,3 +228,11 @@ New fields PA_COMMAND_CREATE_PLAYBACK_STREAM: One new field in reply from PA_COMMAND_CREATE_PLAYBACK_STREAM: format_info format + +New fields in reply from PA_COMMAND_GET_SINK_INFO (and thus +PA_COMMAND_GET_SINK_INFO_LIST) + + uint8_t n_formats + format_info format1 + ... + format_info formatn |