mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
introspect: Add functions to handle the latency offset.
This includes updating the native protocol and the client API. A new command was added to allow setting the latency offset. Also the card list command now shows the latency offset if there are ports available. Update protocol to 27.
This commit is contained in:
parent
86996b4cc8
commit
529a5949fb
7 changed files with 101 additions and 6 deletions
|
|
@ -59,6 +59,7 @@ pa_context_get_source_info_by_name;
|
|||
pa_context_get_source_info_list;
|
||||
pa_context_get_source_output_info;
|
||||
pa_context_get_source_output_info_list;
|
||||
pa_context_set_port_latency_offset;
|
||||
pa_context_get_state;
|
||||
pa_context_get_tile_size;
|
||||
pa_context_is_local;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue