summaryrefslogtreecommitdiff
path: root/modules/pulse/pulse.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-06-08 18:27:20 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-06-08 18:27:20 +0200
commitec8b097a25c946ffd86c09f7dff8f59c0975b5e3 (patch)
treecd03904980c54410c21da7a6b22c763f2ef23d47 /modules/pulse/pulse.h
parent115a600891010fe2ca7384f57190063b1663534a (diff)
add pulseaudio module
Diffstat (limited to 'modules/pulse/pulse.h')
-rw-r--r--modules/pulse/pulse.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/pulse/pulse.h b/modules/pulse/pulse.h
new file mode 100644
index 0000000..51c392f
--- /dev/null
+++ b/modules/pulse/pulse.h
@@ -0,0 +1,14 @@
+/**
+ * @file pulse.h Pulseaudio sound driver -- internal API
+ *
+ * Copyright (C) 2010 - 2016 Creytiv.com
+ */
+
+
+int pulse_player_alloc(struct auplay_st **stp, const struct auplay *ap,
+ struct auplay_prm *prm, const char *device,
+ auplay_write_h *wh, void *arg);
+int pulse_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as,
+ struct media_ctx **ctx,
+ struct ausrc_prm *prm, const char *device,
+ ausrc_read_h *rh, ausrc_error_h *errh, void *arg);