dbusiface-device: Implement the Device and DevicePort D-Bus interfaces.

This commit is contained in:
Tanu Kaskinen 2009-08-15 06:18:41 +03:00
parent 22ab141450
commit 91f626f777
5 changed files with 1448 additions and 6 deletions

View file

@ -29,11 +29,16 @@
* documentation.
*/
#include <pulsecore/protocol-dbus.h>
#include <pulsecore/sink.h>
#include <pulsecore/source.h>
#include "iface-core.h"
#define PA_DBUSIFACE_DEVICE_INTERFACE PA_DBUS_CORE_INTERFACE ".Device"
#define PA_DBUSIFACE_SINK_INTERFACE PA_DBUS_CORE_INTERFACE ".Sink"
#define PA_DBUSIFACE_SOURCE_INTERFACE PA_DBUS_CORE_INTERFACE ".Source"
typedef struct pa_dbusiface_device pa_dbusiface_device;
pa_dbusiface_device *pa_dbusiface_device_new_sink(pa_dbusiface_core *core, pa_sink *sink);