mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
add client API for querying card information
This commit is contained in:
parent
85bc5eb39a
commit
a65c2c7336
6 changed files with 344 additions and 5 deletions
|
|
@ -152,6 +152,11 @@ enum {
|
|||
/* Supported since protocol v14 (0.9.12) */
|
||||
PA_COMMAND_EXTENSION,
|
||||
|
||||
/* Supported since protocol v15 (0.9.15*/
|
||||
PA_COMMAND_GET_CARD_INFO,
|
||||
PA_COMMAND_GET_CARD_INFO_LIST,
|
||||
PA_COMMAND_SET_CARD_PROFILE,
|
||||
|
||||
PA_COMMAND_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue