summaryrefslogtreecommitdiffstats
path: root/src/pulse/introspect.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-31 21:55:09 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-31 21:55:09 +0000
commitbb9b08758e0eb1447f9891adccabda5334923b7b (patch)
treee6acbf8e85838da0574f94d6b1d7d3c6d2ecd932 /src/pulse/introspect.h
parent785477ba937e6850dff35d65e46e2b8a56bcc592 (diff)
wrap PA_COMMAND_MOVE_SINK_INPUT for libpulse
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1177 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r--src/pulse/introspect.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index e9a14490..529945fd 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -484,6 +484,11 @@ pa_operation* pa_context_remove_autoload_by_name(pa_context *c, const char *name
/** Remove an autoload entry. \since 0.6 */
pa_operation* pa_context_remove_autoload_by_index(pa_context *c, uint32_t idx, pa_context_success_cb_t cb, void* userdata);
+/** Move the specified sink input to a different sink. \since 0.9.5 */
+pa_operation* pa_context_move_sink_input_by_name(pa_context *c, uint32_t idx, char *sink_name, pa_context_success_cb_t cb, void* userdata);
+
+/** Move the specified sink input to a different sink. \since 0.9.5 */
+pa_operation* pa_context_move_sink_input_by_index(pa_context *c, uint32_t idx, uint32_t sink_idx, pa_context_success_cb_t cb, void* userdata);
PA_C_DECL_END