mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-21 21:37:39 -04:00
pulse-server: implement describe-module with core message
Implement the old pacmd describe-module command with a core message: pactl send-message /core pipewire-pulse:describe-module module-echo-cancel
This commit is contained in:
parent
b3ff293263
commit
a3ccbd00b4
4 changed files with 30 additions and 2 deletions
|
|
@ -293,6 +293,7 @@ extern "C" {
|
|||
#define PW_KEY_MODULE_USAGE "module.usage" /**< a human readable usage description of
|
||||
* the module's arguments. */
|
||||
#define PW_KEY_MODULE_VERSION "module.version" /**< a version string for the module. */
|
||||
#define PW_KEY_MODULE_DEPRECATED "module.deprecated" /**< the module is deprecated with this message */
|
||||
|
||||
/** Factory properties */
|
||||
#define PW_KEY_FACTORY_ID "factory.id" /**< the factory id */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue