mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
core: Add core hooks for module changes
(Name adjusted by David Henningsson)
This commit is contained in:
parent
e490a900e2
commit
f5340b90d9
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ typedef enum pa_core_hook {
|
|||
PA_CORE_HOOK_PORT_LATENCY_OFFSET_CHANGED,
|
||||
PA_CORE_HOOK_DEFAULT_SINK_CHANGED,
|
||||
PA_CORE_HOOK_DEFAULT_SOURCE_CHANGED,
|
||||
PA_CORE_HOOK_MODULE_NEW,
|
||||
PA_CORE_HOOK_MODULE_PROPLIST_CHANGED,
|
||||
PA_CORE_HOOK_MODULE_UNLINK,
|
||||
PA_CORE_HOOK_MAX
|
||||
} pa_core_hook_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue