summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia/config.h')
-rw-r--r--pjmedia/include/pjmedia/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h
index 70f9d8b9..8855edd9 100644
--- a/pjmedia/include/pjmedia/config.h
+++ b/pjmedia/include/pjmedia/config.h
@@ -56,6 +56,12 @@
/** Constant for Win32 DirectSound sound backend. */
#define PJMEDIA_SOUND_WIN32_DIRECT_SOUND 2
+/** When this is set, pjmedia will not provide any sound device backend.
+ * Application will have to provide its own sound device backend
+ * and link the application with it.
+ */
+#define PJMEDIA_SOUND_EXTERNAL 3
+
/**
* Unless specified otherwise, sound device uses PortAudio implementation