summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus/iface-stream.h
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2009-08-16 19:42:56 +0300
committerTanu Kaskinen <tanuk@iki.fi>2009-08-16 19:42:56 +0300
commit2bb3eef414f80189cf6af6cd66c519630e4c0a43 (patch)
tree60d0c4c9d0f483b514917e35b1ac1067c2ca79f6 /src/modules/dbus/iface-stream.h
parentf0db081223dd056d6ddbc2a97c557254198a0eaf (diff)
dbusiface-stream: Implement about a half of the Stream D-Bus interface.
Diffstat (limited to 'src/modules/dbus/iface-stream.h')
-rw-r--r--src/modules/dbus/iface-stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/dbus/iface-stream.h b/src/modules/dbus/iface-stream.h
index b1b1854b..036b4e7e 100644
--- a/src/modules/dbus/iface-stream.h
+++ b/src/modules/dbus/iface-stream.h
@@ -28,11 +28,14 @@
* documentation.
*/
+#include <pulsecore/protocol-dbus.h>
#include <pulsecore/sink-input.h>
#include <pulsecore/source-output.h>
#include "iface-core.h"
+#define PA_DBUSIFACE_STREAM_INTERFACE PA_DBUS_CORE_INTERFACE ".Stream"
+
typedef struct pa_dbusiface_stream pa_dbusiface_stream;
pa_dbusiface_stream *pa_dbusiface_stream_new_playback(pa_dbusiface_core *core, pa_sink_input *sink_input);