mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
dbusiface-sample: Implement the Sample D-Bus interface.
This commit is contained in:
parent
3de210b671
commit
b4e0d5d1e1
2 changed files with 468 additions and 2 deletions
|
|
@ -29,9 +29,12 @@
|
|||
*/
|
||||
|
||||
#include <pulsecore/core-scache.h>
|
||||
#include <pulsecore/protocol-dbus.h>
|
||||
|
||||
#include "iface-core.h"
|
||||
|
||||
#define PA_DBUSIFACE_SAMPLE_INTERFACE PA_DBUS_CORE_INTERFACE ".Sample"
|
||||
|
||||
typedef struct pa_dbusiface_sample pa_dbusiface_sample;
|
||||
|
||||
pa_dbusiface_sample *pa_dbusiface_sample_new(pa_dbusiface_core *core, pa_scache_entry *sample);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue