mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
add subscription subsystem
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@112 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
fc618e9f31
commit
3d374e9f67
11 changed files with 236 additions and 2 deletions
|
|
@ -39,6 +39,10 @@ struct pa_core {
|
|||
struct pa_sample_spec default_sample_spec;
|
||||
int auto_unload_time;
|
||||
struct pa_time_event *auto_unload_event;
|
||||
|
||||
struct pa_defer_event *subscription_defer_event;
|
||||
struct pa_queue *subscription_event_queue;
|
||||
struct pa_subscription *subscriptions;
|
||||
};
|
||||
|
||||
struct pa_core* pa_core_new(struct pa_mainloop_api *m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue