Ignore:
Timestamp:
Jul 28, 2008 11:40:58 PM (16 years ago)
Author:
bennylp
Message:

Ticket #463: Configuration option to have external sound device implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r2089 r2182  
    5656/** Constant for Win32 DirectSound sound backend. */ 
    5757#define PJMEDIA_SOUND_WIN32_DIRECT_SOUND    2 
     58 
     59/** When this is set, pjmedia will not provide any sound device backend.  
     60 *  Application will have to provide its own sound device backend 
     61 *  and link the application with it. 
     62 */ 
     63#define PJMEDIA_SOUND_EXTERNAL              3 
    5864 
    5965 
Note: See TracChangeset for help on using the changeset viewer.