dbusiface-stream: Implement about a half of the Stream D-Bus interface.

This commit is contained in:
Tanu Kaskinen 2009-08-16 19:42:56 +03:00
parent f0db081223
commit 2bb3eef414
2 changed files with 386 additions and 0 deletions

View file

@ -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);