From b2019f321854e3e9a3a810e2420a1979fce7de7c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 28 Jul 2008 23:40:58 +0000 Subject: Ticket #463: Configuration option to have external sound device implementation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2182 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pjmedia/include') 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 -- cgit v1.2.3