summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xas/audio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xas/audio.h b/include/xas/audio.h
index b18a2d2..ab6bce4 100644
--- a/include/xas/audio.h
+++ b/include/xas/audio.h
@@ -10,6 +10,9 @@
#define XAS_AUDIO_MONO 1
#define XAS_AUDIO_STEREO 2
+#define XAS_AUDIO_STEREO_LEFT 0
+#define XAS_AUDIO_STEREO_RIGHT 1
+
enum xas_audio_stream_type {
XAS_AUDIO_STREAM_SINK,
XAS_AUDIO_STREAM_SOURCE