mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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.
This commit is contained in:
parent
30597b7c27
commit
5d35375aa7
18 changed files with 406 additions and 104 deletions
13
PROTOCOL
13
PROTOCOL
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue