summaryrefslogtreecommitdiff
path: root/modules/opensles/opensles.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/opensles/opensles.h')
-rw-r--r--modules/opensles/opensles.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/opensles/opensles.h b/modules/opensles/opensles.h
new file mode 100644
index 0000000..2970413
--- /dev/null
+++ b/modules/opensles/opensles.h
@@ -0,0 +1,18 @@
+/**
+ * @file opensles.h OpenSLES audio driver -- internal API
+ *
+ * Copyright (C) 2010 Creytiv.com
+ */
+
+
+extern SLObjectItf engineObject;
+extern SLEngineItf engineEngine;
+
+
+int opensles_player_alloc(struct auplay_st **stp, struct auplay *ap,
+ struct auplay_prm *prm, const char *device,
+ auplay_write_h *wh, void *arg);
+int opensles_recorder_alloc(struct ausrc_st **stp, struct ausrc *as,
+ struct media_ctx **ctx,
+ struct ausrc_prm *prm, const char *device,
+ ausrc_read_h *rh, ausrc_error_h *errh, void *arg);