mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
dbusiface-stream: Implement about a half of the Stream D-Bus interface.
This commit is contained in:
parent
f0db081223
commit
2bb3eef414
2 changed files with 386 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue