mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
native: Add node querying to the protocol
This commit is contained in:
parent
7aec90fb41
commit
fd8578a557
6 changed files with 224 additions and 12 deletions
|
|
@ -42,6 +42,9 @@ pa_context_get_client_info_list;
|
|||
pa_context_get_index;
|
||||
pa_context_get_module_info;
|
||||
pa_context_get_module_info_list;
|
||||
pa_context_get_node_info_by_index;
|
||||
pa_context_get_node_info_by_name;
|
||||
pa_context_get_node_info_list;
|
||||
pa_context_get_protocol_version;
|
||||
pa_context_get_sample_info_by_index;
|
||||
pa_context_get_sample_info_by_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue