diff options
author | Colin Guthrie <colin@mageia.org> | 2011-05-17 21:56:10 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-06-22 21:55:27 +0100 |
commit | 5d35375aa758fde7d9f3d6467e2506aca9784597 (patch) | |
tree | 13a5eef2e1a06d0d5a9a76a83f0c90d085819e06 /PROTOCOL | |
parent | 30597b7c2747a52b1025e1172d73825e148fdec9 (diff) |
capture: Add the passthrough format negotiation to capture streams.
This helps to keep the API more symmetrical and also potentially
allows support for passthrough monitor sources at some point in the future.
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -241,3 +241,16 @@ One new field in reply from PA_COMMAND_GET_SINK_INPUT_INFO (and thus PA_COMMAND_GET_SINK_INPUT_INFO_LIST) format_info format + +## v22, implemented by >= 1.0 + +New fields PA_COMMAND_CREATE_RECORD_STREAM: + + uint8_t n_formats + format_info format1 + ... + format_info formatn + +One new field in reply from PA_COMMAND_CREATE_RECORD_STREAM: + + format_info format |